Skip to content

Commit

Permalink
Added .NET Core 3 and 2.2 to target frameworks.
Browse files Browse the repository at this point in the history
  • Loading branch information
AraHaan committed Dec 21, 2018
1 parent aece14f commit 9bcd2f9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 1.0.2.0-alpha{build}
version: 1.1.1.0-alpha{build}
branches:
only:
- master
max_jobs: 15
image: Visual Studio 2017
image: Visual Studio 2019 Preview
configuration: Release
platform: Any CPU
before_build:
Expand Down
5 changes: 5 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "3.0.100-preview-009812"
}
}
6 changes: 3 additions & 3 deletions zlib.managed.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.0;netcoreapp2.1;netstandard2.0;net40;net45;net451;net452;net46;net461;net462;net47;net471;net472</TargetFrameworks>
<TargetFrameworks>netcoreapp3.0;netcoreapp2.2;netcoreapp2.1;netcoreapp2.0;netstandard2.0;net40;net45;net451;net452;net46;net461;net462;net47;net471;net472</TargetFrameworks>
<AssemblyName>zlib.managed</AssemblyName>
<LangVersion>latest</LangVersion>
<Company>Els_kom org.</Company>
Expand All @@ -13,8 +13,8 @@
<PackageLicenseUrl>https://github.com/Elskom/zlib.managed/blob/master/LICENSE</PackageLicenseUrl>
<Copyright>Copyright (c) 2018</Copyright>
<Description>A cleaned up and bug fixed version of zlib.net. This is also planned to be updated frequently if needed too.</Description>
<PackageReleaseNotes>Added memory zlib helper class and rename library namespace.</PackageReleaseNotes>
<Version>1.1.0</Version>
<PackageReleaseNotes>Added .NET Core 3.0 and 2.2 to target frameworks.</PackageReleaseNotes>
<Version>1.1.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

Expand Down

0 comments on commit 9bcd2f9

Please sign in to comment.