From 9dcc127454e58df9269aaee52ed091688ebf94e7 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Wed, 13 Jul 2016 09:58:13 +0100 Subject: [PATCH] .NET Core RTM --- src/SharpCompress/project.json | 32 ++++++++++++++-------------- test/SharpCompress.Test/project.json | 8 +++---- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/SharpCompress/project.json b/src/SharpCompress/project.json index 223c111d..bc15fd16 100644 --- a/src/SharpCompress/project.json +++ b/src/SharpCompress/project.json @@ -37,13 +37,13 @@ "define": [ "NO_FILE", "NO_CRYPTO" ] }, "dependencies": { - "System.Collections": "4.0.11-rc2-24027", - "System.Diagnostics.Debug": "4.0.11-rc2-24027", - "System.IO": "4.1.0-rc2-24027", - "System.Linq": "4.1.0-rc2-24027", - "System.Resources.ResourceManager": "4.0.1-rc2-24027", - "System.Runtime.Extensions": "4.1.0-rc2-24027", - "System.Text.Encoding.Extensions": "4.0.11-rc2-24027" + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.IO": "4.1.0", + "System.Linq": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime.Extensions": "4.1.0", + "System.Text.Encoding.Extensions": "4.0.11" } }, "netstandard1.3": { @@ -52,15 +52,15 @@ "allowUnsafe": true }, "dependencies": { - "System.Collections": "4.0.11-rc2-24027", - "System.Diagnostics.Debug": "4.0.11-rc2-24027", - "System.IO": "4.1.0-rc2-24027", - "System.IO.FileSystem": "4.0.1-rc2-24027", - "System.Linq": "4.1.0-rc2-24027", - "System.Resources.ResourceManager": "4.0.1-rc2-24027", - "System.Runtime.Extensions": "4.1.0-rc2-24027", - "System.Security.Cryptography.Algorithms": "4.1.0-rc2-24027", - "System.Text.Encoding.Extensions": "4.0.11-rc2-24027" + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.IO": "4.1.0", + "System.IO.FileSystem": "4.0.1", + "System.Linq": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime.Extensions": "4.1.0", + "System.Security.Cryptography.Algorithms": "4.2.0", + "System.Text.Encoding.Extensions": "4.0.11" } } } diff --git a/test/SharpCompress.Test/project.json b/test/SharpCompress.Test/project.json index 89c11f2e..b077ab1a 100644 --- a/test/SharpCompress.Test/project.json +++ b/test/SharpCompress.Test/project.json @@ -6,7 +6,7 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0-rc2-3002702" + "version": "1.0.0" } }, "imports": [ @@ -16,9 +16,9 @@ } }, "dependencies": { - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final", + "Microsoft.Extensions.PlatformAbstractions": "1.0.0", "SharpCompress": "0.12.0", - "dotnet-test-xunit": "1.0.0-rc2-build10025", - "xunit": "2.1.0" + "xunit": "2.2.0-beta2-build3300", + "dotnet-test-xunit": "2.2.0-preview2-build1029" } }