From 4647a8a4bd58f690658046fc539158539ca7eafc Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 28 Sep 2016 11:50:14 -0700 Subject: [PATCH] Updating partner package versions --- .../Microsoft.DotNet.Watcher.Tools.nuspec | 1 - src/Microsoft.DotNet.Watcher.Tools/project.json | 5 ++--- .../project.json | 4 ++-- .../Microsoft.Extensions.SecretManager.Tools.nuspec | 3 +-- src/Microsoft.Extensions.SecretManager.Tools/project.json | 7 +++---- .../project.json | 5 ++--- test/Microsoft.DotNet.Watcher.Tools.Tests/project.json | 8 ++++---- .../project.json | 2 +- test/TestApps/AppWithDeps/project.json | 2 +- test/TestApps/Dependency/project.json | 2 +- test/TestApps/GlobbingApp/project.json | 2 +- test/TestApps/NoDepsApp/project.json | 2 +- 12 files changed, 19 insertions(+), 24 deletions(-) diff --git a/src/Microsoft.DotNet.Watcher.Tools/Microsoft.DotNet.Watcher.Tools.nuspec b/src/Microsoft.DotNet.Watcher.Tools/Microsoft.DotNet.Watcher.Tools.nuspec index 21ccd58d3d..53b80837cd 100644 --- a/src/Microsoft.DotNet.Watcher.Tools/Microsoft.DotNet.Watcher.Tools.nuspec +++ b/src/Microsoft.DotNet.Watcher.Tools/Microsoft.DotNet.Watcher.Tools.nuspec @@ -19,7 +19,6 @@ - diff --git a/src/Microsoft.DotNet.Watcher.Tools/project.json b/src/Microsoft.DotNet.Watcher.Tools/project.json index 0fb7148fb5..e54d7b3774 100644 --- a/src/Microsoft.DotNet.Watcher.Tools/project.json +++ b/src/Microsoft.DotNet.Watcher.Tools/project.json @@ -24,9 +24,8 @@ }, "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0" - }, - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" + "version": "1.1.0-*" + } }, "frameworks": { "netcoreapp1.0": {} diff --git a/src/Microsoft.Extensions.Caching.SqlConfig.Tools/project.json b/src/Microsoft.Extensions.Caching.SqlConfig.Tools/project.json index 5d6700047d..b860143998 100644 --- a/src/Microsoft.Extensions.Caching.SqlConfig.Tools/project.json +++ b/src/Microsoft.Extensions.Caching.SqlConfig.Tools/project.json @@ -23,10 +23,10 @@ "Microsoft.Extensions.Logging": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.1.0-*", "Microsoft.NETCore.App": { - "version": "1.0.0-*", + "version": "1.1.0-*", "type": "platform" }, - "System.Data.SqlClient": "4.1.0-*" + "System.Data.SqlClient": "4.3.0-*" }, "frameworks": { "netcoreapp1.0": {} diff --git a/src/Microsoft.Extensions.SecretManager.Tools/Microsoft.Extensions.SecretManager.Tools.nuspec b/src/Microsoft.Extensions.SecretManager.Tools/Microsoft.Extensions.SecretManager.Tools.nuspec index 18d5b244e8..2ddab547bf 100644 --- a/src/Microsoft.Extensions.SecretManager.Tools/Microsoft.Extensions.SecretManager.Tools.nuspec +++ b/src/Microsoft.Extensions.SecretManager.Tools/Microsoft.Extensions.SecretManager.Tools.nuspec @@ -21,8 +21,7 @@ - - + diff --git a/src/Microsoft.Extensions.SecretManager.Tools/project.json b/src/Microsoft.Extensions.SecretManager.Tools/project.json index f057bf19a6..77d376be2d 100644 --- a/src/Microsoft.Extensions.SecretManager.Tools/project.json +++ b/src/Microsoft.Extensions.SecretManager.Tools/project.json @@ -19,16 +19,15 @@ ] }, "dependencies": { - "Microsoft.Extensions.Configuration.UserSecrets": "1.1.0-*", "Microsoft.Extensions.CommandLineUtils": "1.1.0-*", + "Microsoft.Extensions.Configuration.UserSecrets": "1.1.0-*", "Microsoft.Extensions.Logging": "1.1.0-*", "Microsoft.NETCore.App": { - "version": "1.0.0", + "version": "1.1.0-*", "type": "platform" }, "Newtonsoft.Json": "9.0.1", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Runtime.Serialization.Primitives": "4.1.1" + "System.Runtime.Serialization.Primitives": "4.3.0-*" }, "frameworks": { "netcoreapp1.0": {} diff --git a/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/project.json b/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/project.json index b2aa208cba..7242cbab37 100644 --- a/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/project.json +++ b/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/project.json @@ -6,14 +6,13 @@ "dependencies": { "dotnet-test-xunit": "2.2.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*", + "Microsoft.DotNet.Watcher.Tools": "1.0.0-*", "Microsoft.Extensions.DependencyInjection": "1.1.0-*", "Microsoft.Extensions.Process.Sources": { "type": "build", "version": "1.1.0-*" }, - "Microsoft.DotNet.Watcher.Tools": "1.0.0-*", "Newtonsoft.Json": "9.0.1", - "System.Threading.Thread": "4.0.0", "xunit": "2.2.0-*" }, "frameworks": { @@ -21,7 +20,7 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0" + "version": "1.1.0-*" } } } diff --git a/test/Microsoft.DotNet.Watcher.Tools.Tests/project.json b/test/Microsoft.DotNet.Watcher.Tools.Tests/project.json index bcdb3e2ae6..a084f633f2 100644 --- a/test/Microsoft.DotNet.Watcher.Tools.Tests/project.json +++ b/test/Microsoft.DotNet.Watcher.Tools.Tests/project.json @@ -1,22 +1,22 @@ -{ +{ "buildOptions": { "warningsAsErrors": true, "keyFile": "../../tools/Key.snk" }, "dependencies": { - "Microsoft.DotNet.Watcher.Tools": "1.0.0-*", "dotnet-test-xunit": "2.2.0-*", + "Microsoft.DotNet.Watcher.Tools": "1.0.0-*", "xunit": "2.2.0-*" }, "frameworks": { "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0", + "version": "1.1.0-*", "type": "platform" } } } }, "testRunner": "xunit" -} +} \ No newline at end of file diff --git a/test/Microsoft.Extensions.SecretManager.Tools.Tests/project.json b/test/Microsoft.Extensions.SecretManager.Tools.Tests/project.json index 18868d2684..537709e5c8 100644 --- a/test/Microsoft.Extensions.SecretManager.Tools.Tests/project.json +++ b/test/Microsoft.Extensions.SecretManager.Tools.Tests/project.json @@ -13,7 +13,7 @@ "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0", + "version": "1.1.0-*", "type": "platform" } } diff --git a/test/TestApps/AppWithDeps/project.json b/test/TestApps/AppWithDeps/project.json index d197767c64..8b1c2f6bab 100644 --- a/test/TestApps/AppWithDeps/project.json +++ b/test/TestApps/AppWithDeps/project.json @@ -12,7 +12,7 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0" + "version": "1.1.0-*" } } } diff --git a/test/TestApps/Dependency/project.json b/test/TestApps/Dependency/project.json index 49853f2561..f697b65d49 100644 --- a/test/TestApps/Dependency/project.json +++ b/test/TestApps/Dependency/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "NETStandard.Library": "1.6.0" + "NETStandard.Library": "1.6.1-*" }, "frameworks": { "netstandard1.5": {} diff --git a/test/TestApps/GlobbingApp/project.json b/test/TestApps/GlobbingApp/project.json index 99e2421e43..6418c6d199 100644 --- a/test/TestApps/GlobbingApp/project.json +++ b/test/TestApps/GlobbingApp/project.json @@ -16,7 +16,7 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0" + "version": "1.1.0-*" } } } diff --git a/test/TestApps/NoDepsApp/project.json b/test/TestApps/NoDepsApp/project.json index 327fafbef0..4972d51a39 100644 --- a/test/TestApps/NoDepsApp/project.json +++ b/test/TestApps/NoDepsApp/project.json @@ -7,7 +7,7 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0" + "version": "1.1.0-*" } } }