From cdaf453b2d815087c58582ce9f0619b1e04e4373 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Mon, 9 Jul 2018 08:39:37 +0100 Subject: [PATCH 1/2] Update dependencies and tests to .NET Core 2.1 --- build.cake | 2 +- src/SharpCompress/SharpCompress.csproj | 4 ++-- tests/SharpCompress.Test/SharpCompress.Test.csproj | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) 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..b5c67492 100644 --- a/src/SharpCompress/SharpCompress.csproj +++ b/src/SharpCompress/SharpCompress.csproj @@ -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 From e5a71856719b8d2f59238e49006811290f1ea06d Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Mon, 9 Jul 2018 08:42:45 +0100 Subject: [PATCH 2/2] Mark for 0.22 --- src/SharpCompress/SharpCompress.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SharpCompress/SharpCompress.csproj b/src/SharpCompress/SharpCompress.csproj index b5c67492..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