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