diff --git a/appveyor.yml b/appveyor.yml index 4c86226..ec06979 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: diff --git a/global.json b/global.json new file mode 100644 index 0000000..064a680 --- /dev/null +++ b/global.json @@ -0,0 +1,5 @@ +{ + "sdk": { + "version": "3.0.100-preview-009812" + } +} \ No newline at end of file diff --git a/zlib.managed.csproj b/zlib.managed.csproj index d28ec28..ed511cd 100644 --- a/zlib.managed.csproj +++ b/zlib.managed.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0;netcoreapp2.1;netstandard2.0;net40;net45;net451;net452;net46;net461;net462;net47;net471;net472 + netcoreapp3.0;netcoreapp2.2;netcoreapp2.1;netcoreapp2.0;netstandard2.0;net40;net45;net451;net452;net46;net461;net462;net47;net471;net472 zlib.managed latest Els_kom org. @@ -13,8 +13,8 @@ https://github.com/Elskom/zlib.managed/blob/master/LICENSE Copyright (c) 2018 A cleaned up and bug fixed version of zlib.net. This is also planned to be updated frequently if needed too. - Added memory zlib helper class and rename library namespace. - 1.1.0 + Added .NET Core 3.0 and 2.2 to target frameworks. + 1.1.1 true