From 880c9fa97abcef6ff20529a7b79ea04d254559dd Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Wed, 27 Feb 2019 12:55:16 +0000 Subject: [PATCH] Bump release and update dependencies --- .circleci/config.yml | 2 +- SharpCompress.sln.DotSettings | 1 + build.cake | 2 +- src/SharpCompress/SharpCompress.csproj | 10 +++++----- tests/SharpCompress.Test/SharpCompress.Test.csproj | 10 +++++----- 5 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9c155d25..4ffed261 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: microsoft/dotnet:2.1.401-sdk + - image: microsoft/dotnet:2.2.104-sdk steps: - checkout - run: diff --git a/SharpCompress.sln.DotSettings b/SharpCompress.sln.DotSettings index 5b016930..9570036f 100644 --- a/SharpCompress.sln.DotSettings +++ b/SharpCompress.sln.DotSettings @@ -122,6 +122,7 @@ True True True + True True True True diff --git a/build.cake b/build.cake index 74825b6d..1f0caa98 100644 --- a/build.cake +++ b/build.cake @@ -49,7 +49,7 @@ Task("Test") var settings = new DotNetCoreTestSettings { Configuration = "Release", - Framework = "netcoreapp2.1" + Framework = "netcoreapp2.2" }; DotNetCoreTest(file.ToString(), settings); } diff --git a/src/SharpCompress/SharpCompress.csproj b/src/SharpCompress/SharpCompress.csproj index 1e009ded..0c1896db 100644 --- a/src/SharpCompress/SharpCompress.csproj +++ b/src/SharpCompress/SharpCompress.csproj @@ -2,9 +2,9 @@ SharpCompress - Pure C# Decompression/Compression en-US - 0.22.0 - 0.22.0 - 0.22.0 + 0.23.0 + 0.23.0 + 0.23.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 4d08ac18..0e5f5dc3 100644 --- a/tests/SharpCompress.Test/SharpCompress.Test.csproj +++ b/tests/SharpCompress.Test/SharpCompress.Test.csproj @@ -1,6 +1,6 @@  - netcoreapp2.1 + netcoreapp2.2 SharpCompress.Test ../../SharpCompress.snk true @@ -12,10 +12,10 @@ - - - - + + + + \ No newline at end of file