diff --git a/build.cake b/build.cake index 3fc65799..74825b6d 100644 --- a/build.cake +++ b/build.cake @@ -49,7 +49,7 @@ Task("Test") var settings = new DotNetCoreTestSettings { Configuration = "Release", - Framework = "netcoreapp2.0" + Framework = "netcoreapp2.1" }; DotNetCoreTest(file.ToString(), settings); } diff --git a/src/SharpCompress/SharpCompress.csproj b/src/SharpCompress/SharpCompress.csproj index b331798c..1e009ded 100644 --- a/src/SharpCompress/SharpCompress.csproj +++ b/src/SharpCompress/SharpCompress.csproj @@ -2,9 +2,9 @@ SharpCompress - Pure C# Decompression/Compression en-US - 0.21.1 - 0.21.1 - 0.21.1 + 0.22.0 + 0.22.0 + 0.22.0 Adam Hathcock net45;net35;netstandard1.0;netstandard1.3;netstandard2.0 true @@ -28,12 +28,12 @@ $(DefineConstants);NETCORE - + $(DefineConstants);NETCORE - + \ No newline at end of file diff --git a/tests/SharpCompress.Test/SharpCompress.Test.csproj b/tests/SharpCompress.Test/SharpCompress.Test.csproj index 6ae16ea3..ffe854a4 100644 --- a/tests/SharpCompress.Test/SharpCompress.Test.csproj +++ b/tests/SharpCompress.Test/SharpCompress.Test.csproj @@ -1,6 +1,6 @@  - netcoreapp2.0 + netcoreapp2.1 SharpCompress.Test ../../SharpCompress.snk true @@ -12,9 +12,9 @@ - + - + \ No newline at end of file