diff --git a/NuGet.Config b/NuGet.Config index e8911ab53..df6374b89 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -3,7 +3,7 @@ - + diff --git a/packaging/windows/WiXTools/WiXTools.nuget.props b/packaging/windows/WiXTools/WiXTools.nuget.props deleted file mode 100644 index 6b6fc0d3b..000000000 --- a/packaging/windows/WiXTools/WiXTools.nuget.props +++ /dev/null @@ -1,9 +0,0 @@ - - - - $(UserProfile)\AppData\Local\Temp - - - - - \ No newline at end of file diff --git a/src/Microsoft.DotNet.Cli.Utils/project.json b/src/Microsoft.DotNet.Cli.Utils/project.json index 9d1b1c97d..9dd735970 100644 --- a/src/Microsoft.DotNet.Cli.Utils/project.json +++ b/src/Microsoft.DotNet.Cli.Utils/project.json @@ -6,9 +6,9 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", "Microsoft.DotNet.ProjectModel": "1.0.0-*", - "System.Reflection.Metadata": "1.2.0-rc3-23727", + "System.Reflection.Metadata": "1.2.0-rc2-23727", "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16530" }, diff --git a/src/Microsoft.DotNet.Compiler.Common/project.json b/src/Microsoft.DotNet.Compiler.Common/project.json index d49d39f1f..a33bcb99f 100644 --- a/src/Microsoft.DotNet.Compiler.Common/project.json +++ b/src/Microsoft.DotNet.Compiler.Common/project.json @@ -6,7 +6,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", "System.CommandLine": "0.1.0-e160119-1", "Microsoft.CodeAnalysis.CSharp": "1.2.0-beta1-20160108-01", "Microsoft.DotNet.ProjectModel": "1.0.0-*", diff --git a/src/Microsoft.DotNet.ProjectModel.Loader/project.json b/src/Microsoft.DotNet.ProjectModel.Loader/project.json index 88b640a61..4f1e5cefe 100644 --- a/src/Microsoft.DotNet.ProjectModel.Loader/project.json +++ b/src/Microsoft.DotNet.ProjectModel.Loader/project.json @@ -4,9 +4,9 @@ "keyFile": "../../tools/Key.snk" }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", "Microsoft.DotNet.ProjectModel": "1.0.0-*", - "System.Runtime.Loader": "4.0.0-rc3-23727" + "System.Runtime.Loader": "4.0.0-rc2-23727" }, "frameworks": { "dnxcore50": { diff --git a/src/Microsoft.DotNet.ProjectModel.Workspaces/project.json b/src/Microsoft.DotNet.ProjectModel.Workspaces/project.json index 0c12863b1..6a97b3060 100644 --- a/src/Microsoft.DotNet.ProjectModel.Workspaces/project.json +++ b/src/Microsoft.DotNet.ProjectModel.Workspaces/project.json @@ -4,7 +4,7 @@ "keyFile": "../../tools/Key.snk" }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", "Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.Compiler.Common": "1.0.0-*", "Microsoft.CodeAnalysis.CSharp.Workspaces": "1.2.0-beta1-20160108-01" diff --git a/src/Microsoft.DotNet.ProjectModel/project.json b/src/Microsoft.DotNet.ProjectModel/project.json index e0c97adfd..d14e8a87c 100644 --- a/src/Microsoft.DotNet.ProjectModel/project.json +++ b/src/Microsoft.DotNet.ProjectModel/project.json @@ -5,13 +5,13 @@ }, "description": "Types to model a .NET Project", "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", "System.Reflection.Metadata": "1.2.0-rc2-23608", - "System.Runtime.Loader": "4.0.0-rc3-23727", - "System.Dynamic.Runtime": "4.0.11-rc3-23727", - "System.Security.Cryptography.Algorithms": "4.0.0-rc3-23727", - "Microsoft.CSharp": "4.0.1-rc3-23727", - "System.Xml.XDocument": "4.0.11-rc3-23727", + "System.Runtime.Loader": "4.0.0-rc2-23727", + "System.Dynamic.Runtime": "4.0.11-rc2-23727", + "System.Security.Cryptography.Algorithms": "4.0.0-rc2-23727", + "Microsoft.CSharp": "4.0.1-rc2-23727", + "System.Xml.XDocument": "4.0.11-rc2-23727", "NuGet.Packaging": "3.4.0-beta-536", "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15975", diff --git a/src/Microsoft.DotNet.Runtime/project.json b/src/Microsoft.DotNet.Runtime/project.json index e54d71da9..3d965a84c 100644 --- a/src/Microsoft.DotNet.Runtime/project.json +++ b/src/Microsoft.DotNet.Runtime/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library" : "1.0.0-rc3-23727" + "NETStandard.Library" : "1.0.0-rc2-23727" }, "frameworks": { diff --git a/src/Microsoft.Extensions.DependencyModel/project.json b/src/Microsoft.Extensions.DependencyModel/project.json index 84f379afb..622f7ef3b 100644 --- a/src/Microsoft.Extensions.DependencyModel/project.json +++ b/src/Microsoft.Extensions.DependencyModel/project.json @@ -16,19 +16,23 @@ "net451": { }, "dotnet5.4": { "imports": "portable-net451+win8", - "dependencies": { - "System.IO.FileSystem": "4.0.1-rc3-23727", - "System.Linq": "4.0.1-rc3-23727", - "System.Runtime": "4.0.21-rc3-23727", - "System.Reflection": "4.1.0-rc3-23727", - "System.Dynamic.Runtime": "4.0.11-rc3-23727" + "dependencies": { + "System.IO.FileSystem": "4.0.1-rc2-23727", + "System.Linq": "4.0.1-rc2-23727", + "System.Runtime": "4.0.21-rc2-23727", + "System.Reflection": "4.1.0-rc2-23727", + "System.Dynamic.Runtime": "4.0.11-rc2-23727" } }, "dnxcore50": { "imports": "portable-net45+win8", "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", - "System.Dynamic.Runtime": "4.0.11-rc3-23727" + "Microsoft.NETCore.Platforms": "1.0.1-rc2-23727", + "System.IO.FileSystem": "4.0.1-rc2-23727", + "System.Linq": "4.0.1-rc2-23727", + "System.Runtime": "4.0.21-rc2-23727", + "System.Reflection": "4.1.0-rc2-23727", + "System.Dynamic.Runtime": "4.0.11-rc2-23727" } } }, diff --git a/src/Microsoft.Extensions.Testing.Abstractions/project.json b/src/Microsoft.Extensions.Testing.Abstractions/project.json index ccca188af..5c4227a5e 100644 --- a/src/Microsoft.Extensions.Testing.Abstractions/project.json +++ b/src/Microsoft.Extensions.Testing.Abstractions/project.json @@ -13,9 +13,9 @@ "Newtonsoft.Json": "7.0.1", "Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-15935", - "NETStandard.Library": "1.0.0-rc3-23727", - "System.Resources.ResourceManager": "4.0.1-rc3-23727", - "System.Runtime.Serialization.Primitives": "4.1.0-rc3-23727" + "NETStandard.Library": "1.0.0-rc2-23727", + "System.Resources.ResourceManager": "4.0.1-rc2-23727", + "System.Runtime.Serialization.Primitives": "4.1.0-rc2-23727" }, "frameworks": { "dnxcore50": { diff --git a/src/dotnet-build/project.json b/src/dotnet-build/project.json index 7ab26920e..04ece5554 100644 --- a/src/dotnet-build/project.json +++ b/src/dotnet-build/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", "Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.Compiler.Common": "1.0.0-*", "dotnet-compile": "1.0.0-*", diff --git a/src/dotnet-compile-csc/project.json b/src/dotnet-compile-csc/project.json index 9c0c64c4d..ea410a52d 100644 --- a/src/dotnet-compile-csc/project.json +++ b/src/dotnet-compile-csc/project.json @@ -4,10 +4,10 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", "Microsoft.Net.Compilers.netcore": "1.2.0-beta1-20160108-01", - "System.Net.Sockets": "4.1.0-rc3-23727", + "System.Net.Sockets": "4.1.0-rc2-23727", "Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.Extensions.CommandLineUtils.Sources": { diff --git a/src/dotnet-compile-fsc/project.json b/src/dotnet-compile-fsc/project.json index 02051bf1b..22df82ffb 100644 --- a/src/dotnet-compile-fsc/project.json +++ b/src/dotnet-compile-fsc/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", "Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-151218", diff --git a/src/dotnet-compile-native/appdep/project.json b/src/dotnet-compile-native/appdep/project.json index 187e4a8a3..e59a276f8 100644 --- a/src/dotnet-compile-native/appdep/project.json +++ b/src/dotnet-compile-native/appdep/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", "Microsoft.DotNet.AppDep":"1.0.4-*" }, "frameworks": { diff --git a/src/dotnet-compile-native/project.json b/src/dotnet-compile-native/project.json index a1c1631f8..b034758a8 100644 --- a/src/dotnet-compile-native/project.json +++ b/src/dotnet-compile-native/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", "Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.Extensions.CommandLineUtils.Sources": { diff --git a/src/dotnet-compile/project.json b/src/dotnet-compile/project.json index 13803f2c0..8d1b17a5a 100644 --- a/src/dotnet-compile/project.json +++ b/src/dotnet-compile/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", "Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.Compiler.Common": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*", diff --git a/src/dotnet-new/CSharp_Console/project.json b/src/dotnet-new/CSharp_Console/project.json index a43a843a5..346f30a8a 100644 --- a/src/dotnet-new/CSharp_Console/project.json +++ b/src/dotnet-new/CSharp_Console/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727" + "NETStandard.Library": "1.0.0-rc2-23727" }, "frameworks": { diff --git a/src/dotnet-new/FSharp_Console/project.json b/src/dotnet-new/FSharp_Console/project.json index 4aae5116e..d911bdb81 100644 --- a/src/dotnet-new/FSharp_Console/project.json +++ b/src/dotnet-new/FSharp_Console/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true @@ -11,7 +11,7 @@ "dependencies": { "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", - "NETStandard.Library": "1.0.0-rc2-23704" + "NETStandard.Library": "1.0.0-rc2-23727" }, "frameworks": { diff --git a/src/dotnet-new/project.json b/src/dotnet-new/project.json index 5d1929840..d3c092952 100644 --- a/src/dotnet-new/project.json +++ b/src/dotnet-new/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", "Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*", diff --git a/src/dotnet-pack/project.json b/src/dotnet-pack/project.json index e2e9e093d..28d8eca1d 100644 --- a/src/dotnet-pack/project.json +++ b/src/dotnet-pack/project.json @@ -4,8 +4,8 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", - "System.IO.Compression.ZipFile": "4.0.1-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", + "System.IO.Compression.ZipFile": "4.0.1-rc2-23727", "Microsoft.DotNet.Compiler.Common": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*", diff --git a/src/dotnet-projectmodel-server/project.json b/src/dotnet-projectmodel-server/project.json index 247b9cc97..6976e8158 100644 --- a/src/dotnet-projectmodel-server/project.json +++ b/src/dotnet-projectmodel-server/project.json @@ -4,9 +4,9 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", - "System.Threading.ThreadPool": "4.0.10-rc3-23727", - "System.Runtime.Serialization.Primitives": "4.1.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", + "System.Threading.ThreadPool": "4.0.10-rc2-23727", + "System.Runtime.Serialization.Primitives": "4.1.0-rc2-23727", "Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.Compiler.Common": "1.0.0-*", "Microsoft.Extensions.CommandLineUtils.Sources": { diff --git a/src/dotnet-publish/project.json b/src/dotnet-publish/project.json index b3bbc2523..ddc2a2734 100644 --- a/src/dotnet-publish/project.json +++ b/src/dotnet-publish/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", "Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*", diff --git a/src/dotnet-repl-csi/project.json b/src/dotnet-repl-csi/project.json index 3bd7c1db4..b67bd3332 100644 --- a/src/dotnet-repl-csi/project.json +++ b/src/dotnet-repl-csi/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", "Microsoft.Net.CSharp.Interactive.netcore": "1.2.0-beta1-20160108-01", diff --git a/src/dotnet-repl/project.json b/src/dotnet-repl/project.json index b3bbc2523..ddc2a2734 100644 --- a/src/dotnet-repl/project.json +++ b/src/dotnet-repl/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", "Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*", diff --git a/src/dotnet-resgen/project.json b/src/dotnet-resgen/project.json index 1dfbb0b6e..b04e0038d 100644 --- a/src/dotnet-resgen/project.json +++ b/src/dotnet-resgen/project.json @@ -4,9 +4,9 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", - "System.Xml.XDocument": "4.0.11-rc3-23727", - "System.Resources.ReaderWriter": "4.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", + "System.Xml.XDocument": "4.0.11-rc2-23727", + "System.Resources.ReaderWriter": "4.0.0-rc2-23727", "Microsoft.CodeAnalysis.CSharp": "1.2.0-beta1-20160108-01", "Microsoft.DotNet.Compiler.Common": "1.0.0-*", diff --git a/src/dotnet-restore/project.json b/src/dotnet-restore/project.json index b0e599344..c32642801 100644 --- a/src/dotnet-restore/project.json +++ b/src/dotnet-restore/project.json @@ -11,10 +11,10 @@ }, "dependencies": { "NuGet.CommandLine.XPlat": "3.4.0-beta-536", - "Microsoft.NETCore.Platforms": "1.0.1-rc3-23727", - "Microsoft.NETCore.TestHost": "1.0.0-rc3-23727", - "NETStandard.Library": "1.0.0-rc3-23727", - "System.Linq.Expressions": "4.0.11-rc3-23727", + "Microsoft.NETCore.Platforms": "1.0.1-rc2-23727", + "Microsoft.NETCore.TestHost": "1.0.0-rc2-23727", + "NETStandard.Library": "1.0.0-rc2-23727", + "System.Linq.Expressions": "4.0.11-rc2-23727", "Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.DotNet.Compiler.Common": "1.0.0-*", "Microsoft.Dnx.Runtime.CommandParsing.Sources": { diff --git a/src/dotnet-run/project.json b/src/dotnet-run/project.json index 928dbfd04..777742022 100644 --- a/src/dotnet-run/project.json +++ b/src/dotnet-run/project.json @@ -4,10 +4,10 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", "Microsoft.Net.Compilers.netcore": "1.2.0-beta1-20160108-01", - "System.Net.Sockets": "4.1.0-rc3-23727", + "System.Net.Sockets": "4.1.0-rc2-23727", "System.CommandLine" : "0.1.0-e160119-1", "Microsoft.DotNet.ProjectModel": "1.0.0-*", diff --git a/src/dotnet-test/project.json b/src/dotnet-test/project.json index e8849386d..850ed6168 100644 --- a/src/dotnet-test/project.json +++ b/src/dotnet-test/project.json @@ -10,11 +10,11 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", - "System.Diagnostics.TextWriterTraceListener": "4.0.0-rc3-23727", - "System.Diagnostics.TraceSource": "4.0.0-rc3-23727", - "Microsoft.NETCore.ConsoleHost": "1.0.0-rc3-23727", - "Microsoft.NETCore.TestHost": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-rc2-23727", + "System.Diagnostics.TraceSource": "4.0.0-rc2-23727", + "Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-23727", + "Microsoft.NETCore.TestHost": "1.0.0-rc2-23727", "Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.Dnx.Runtime.CommandParsing.Sources": { "version": "1.0.0-*", diff --git a/src/dotnet/project.json b/src/dotnet/project.json index fa20bd53e..dda120671 100644 --- a/src/dotnet/project.json +++ b/src/dotnet/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", "Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.Extensions.CommandLineUtils.Sources": { diff --git a/test/ArgumentForwardingTests/ArgumentForwardingTests/project.json b/test/ArgumentForwardingTests/ArgumentForwardingTests/project.json index 8d79d3893..8ae068b97 100644 --- a/test/ArgumentForwardingTests/ArgumentForwardingTests/project.json +++ b/test/ArgumentForwardingTests/ArgumentForwardingTests/project.json @@ -1,12 +1,12 @@ -{ +{ "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library" : "1.0.0-rc3-23722", - "Microsoft.NETCore.TestHost": "1.0.0-rc3-23722", + "NETStandard.Library" : "1.0.0-rc2-23727", + "Microsoft.NETCore.TestHost": "1.0.0-rc2-23727", "xunit": "2.1.0", "xunit.console.netcore": "1.0.2-prerelease-00101", diff --git a/test/ArgumentForwardingTests/Reflector/project.json b/test/ArgumentForwardingTests/Reflector/project.json index 8d79d3893..8ae068b97 100644 --- a/test/ArgumentForwardingTests/Reflector/project.json +++ b/test/ArgumentForwardingTests/Reflector/project.json @@ -1,12 +1,12 @@ -{ +{ "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library" : "1.0.0-rc3-23722", - "Microsoft.NETCore.TestHost": "1.0.0-rc3-23722", + "NETStandard.Library" : "1.0.0-rc2-23727", + "Microsoft.NETCore.TestHost": "1.0.0-rc2-23727", "xunit": "2.1.0", "xunit.console.netcore": "1.0.2-prerelease-00101", diff --git a/test/E2E/project.json b/test/E2E/project.json index a9bb12beb..308d25842 100644 --- a/test/E2E/project.json +++ b/test/E2E/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library" : "1.0.0-rc3-23727", + "NETStandard.Library" : "1.0.0-rc2-23727", "xunit": "2.1.0", "xunit.console.netcore": "1.0.2-prerelease-00101", diff --git a/test/FSharpTestProjects/CompileFail/project.json b/test/FSharpTestProjects/CompileFail/project.json index 8b6e2f469..a6eb72446 100644 --- a/test/FSharpTestProjects/CompileFail/project.json +++ b/test/FSharpTestProjects/CompileFail/project.json @@ -9,7 +9,7 @@ ], "dependencies": { "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", - "NETStandard.Library": "1.0.0-rc3-23722" + "NETStandard.Library": "1.0.0-rc2-23727" }, "frameworks": { diff --git a/test/FSharpTestProjects/TestApp/project.json b/test/FSharpTestProjects/TestApp/project.json index a29600c91..a26ae41ae 100644 --- a/test/FSharpTestProjects/TestApp/project.json +++ b/test/FSharpTestProjects/TestApp/project.json @@ -9,7 +9,7 @@ ], "dependencies": { "TestLibrary": "1.0.0-*", - "NETStandard.Library": "1.0.0-rc3-23722", + "NETStandard.Library": "1.0.0-rc2-23727", "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", }, diff --git a/test/FSharpTestProjects/TestAppWithArgs/project.json b/test/FSharpTestProjects/TestAppWithArgs/project.json index 8b6e2f469..a6eb72446 100644 --- a/test/FSharpTestProjects/TestAppWithArgs/project.json +++ b/test/FSharpTestProjects/TestAppWithArgs/project.json @@ -9,7 +9,7 @@ ], "dependencies": { "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", - "NETStandard.Library": "1.0.0-rc3-23722" + "NETStandard.Library": "1.0.0-rc2-23727" }, "frameworks": { diff --git a/test/FSharpTestProjects/TestLibrary/project.json b/test/FSharpTestProjects/TestLibrary/project.json index 264a89118..0c7d22d75 100644 --- a/test/FSharpTestProjects/TestLibrary/project.json +++ b/test/FSharpTestProjects/TestLibrary/project.json @@ -2,7 +2,7 @@ "version": "1.0.0-*", "dependencies": { "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", - "NETStandard.Library": "1.0.0-rc3-23722" + "NETStandard.Library": "1.0.0-rc2-23727" }, "compilerName": "fsc", "compileFiles": [ diff --git a/test/LoadContextTest/project.json b/test/LoadContextTest/project.json index 20b61407d..565048cd3 100644 --- a/test/LoadContextTest/project.json +++ b/test/LoadContextTest/project.json @@ -7,7 +7,7 @@ }, "dependencies": { - "NETStandard.Library" : "1.0.0-rc3-23727", + "NETStandard.Library" : "1.0.0-rc2-23727", "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16530", "Microsoft.DotNet.ProjectModel.Loader": "1.0.0-*" }, diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/project.json b/test/Microsoft.DotNet.Tools.Tests.Utilities/project.json index fc10bf3b8..9f1054904 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/project.json +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/project.json @@ -3,8 +3,8 @@ "description": "Microsoft.DotNet.Tools.Tests.Utilities Class Library", "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", - "System.Collections.Immutable": "1.2.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", + "System.Collections.Immutable": "1.2.0-rc2-23727", "FluentAssertions": "4.0.0", "xunit": "2.1.0", diff --git a/test/PackagedCommands/Commands/dotnet-hello/v1/dotnet-hello/project.json b/test/PackagedCommands/Commands/dotnet-hello/v1/dotnet-hello/project.json index 4185f6eb3..355cdcbeb 100644 --- a/test/PackagedCommands/Commands/dotnet-hello/v1/dotnet-hello/project.json +++ b/test/PackagedCommands/Commands/dotnet-hello/v1/dotnet-hello/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23722" + "NETStandard.Library": "1.0.0-rc2-23727" }, "frameworks": { diff --git a/test/PackagedCommands/Commands/dotnet-hello/v2/dotnet-hello/project.json b/test/PackagedCommands/Commands/dotnet-hello/v2/dotnet-hello/project.json index d4ea7f539..4c2e9c26f 100644 --- a/test/PackagedCommands/Commands/dotnet-hello/v2/dotnet-hello/project.json +++ b/test/PackagedCommands/Commands/dotnet-hello/v2/dotnet-hello/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23722" + "NETStandard.Library": "1.0.0-rc2-23727" }, "frameworks": { diff --git a/test/PackagedCommands/Consumers/AppWithDirectAndToolDependency/project.json.template b/test/PackagedCommands/Consumers/AppWithDirectAndToolDependency/project.json.template index 2b6f3dbe0..06b89a57f 100644 --- a/test/PackagedCommands/Consumers/AppWithDirectAndToolDependency/project.json.template +++ b/test/PackagedCommands/Consumers/AppWithDirectAndToolDependency/project.json.template @@ -1,11 +1,11 @@ -{ +{ "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23722", + "NETStandard.Library": "1.0.0-rc2-23727", "dotnet-hello": { "version": "1.0.0", "target": "package" } }, diff --git a/test/PackagedCommands/Consumers/AppWithDirectDependency/project.json.template b/test/PackagedCommands/Consumers/AppWithDirectDependency/project.json.template index 76eacc500..d91b127f5 100644 --- a/test/PackagedCommands/Consumers/AppWithDirectDependency/project.json.template +++ b/test/PackagedCommands/Consumers/AppWithDirectDependency/project.json.template @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true @@ -7,7 +7,7 @@ "testRunner": "must-be-specified-to-generate-deps", "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23722", + "NETStandard.Library": "1.0.0-rc2-23727", "dotnet-hello": {"version": "1.0.0", "target": "package"} }, diff --git a/test/PackagedCommands/Consumers/AppWithToolDependency/project.json.template b/test/PackagedCommands/Consumers/AppWithToolDependency/project.json.template index 886f9767d..1dba7c8dc 100644 --- a/test/PackagedCommands/Consumers/AppWithToolDependency/project.json.template +++ b/test/PackagedCommands/Consumers/AppWithToolDependency/project.json.template @@ -1,11 +1,11 @@ -{ +{ "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23722" + "NETStandard.Library": "1.0.0-rc2-23727" }, "frameworks": { diff --git a/test/StreamForwarderTests/project.json b/test/StreamForwarderTests/project.json index 9c94c162c..bbc1c9d09 100644 --- a/test/StreamForwarderTests/project.json +++ b/test/StreamForwarderTests/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library" : "1.0.0-rc3-23722", + "NETStandard.Library" : "1.0.0-rc2-23727", "xunit": "2.1.0", "xunit.console.netcore": "1.0.2-prerelease-00101", diff --git a/test/TestProjects/CompileFail/project.json b/test/TestProjects/CompileFail/project.json index eeaf01c42..346f30a8a 100644 --- a/test/TestProjects/CompileFail/project.json +++ b/test/TestProjects/CompileFail/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23722" + "NETStandard.Library": "1.0.0-rc2-23727" }, "frameworks": { diff --git a/test/TestProjects/TestApp/project.json b/test/TestProjects/TestApp/project.json index 34edbff2c..6b7b1a7b5 100644 --- a/test/TestProjects/TestApp/project.json +++ b/test/TestProjects/TestApp/project.json @@ -7,7 +7,7 @@ "dependencies": { "TestLibrary": { "target":"project"}, - "NETStandard.Library": "1.0.0-rc3-23727" + "NETStandard.Library": "1.0.0-rc2-23727" }, "frameworks": { diff --git a/test/TestProjects/TestAppWithArgs/project.json b/test/TestProjects/TestAppWithArgs/project.json index a43a843a5..346f30a8a 100644 --- a/test/TestProjects/TestAppWithArgs/project.json +++ b/test/TestProjects/TestAppWithArgs/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727" + "NETStandard.Library": "1.0.0-rc2-23727" }, "frameworks": { diff --git a/test/TestProjects/TestAppWithContents/project.json b/test/TestProjects/TestAppWithContents/project.json index 45b7bfbb8..9776aab27 100644 --- a/test/TestProjects/TestAppWithContents/project.json +++ b/test/TestProjects/TestAppWithContents/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727" + "NETStandard.Library": "1.0.0-rc2-23727" }, diff --git a/test/TestProjects/TestLibrary/project.json b/test/TestProjects/TestLibrary/project.json index 336d71872..e30cc58a1 100644 --- a/test/TestProjects/TestLibrary/project.json +++ b/test/TestProjects/TestLibrary/project.json @@ -5,7 +5,7 @@ "xmlDoc": true }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727" + "NETStandard.Library": "1.0.0-rc2-23727" }, "frameworks": { diff --git a/test/TestProjects/TestLibraryWithAnalyzer/project.json b/test/TestProjects/TestLibraryWithAnalyzer/project.json index 9fc2e958c..786925117 100755 --- a/test/TestProjects/TestLibraryWithAnalyzer/project.json +++ b/test/TestProjects/TestLibraryWithAnalyzer/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "compilationOptions": { "emitEntryPoint": true diff --git a/test/TestProjects/TestLibraryWithRunner/project.json b/test/TestProjects/TestLibraryWithRunner/project.json index 8f15916b2..25f611ed3 100644 --- a/test/TestProjects/TestLibraryWithRunner/project.json +++ b/test/TestProjects/TestLibraryWithRunner/project.json @@ -11,7 +11,7 @@ "dnxcore50": { "imports" : "portable-net45+wp80+win8", "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23722" + "NETStandard.Library": "1.0.0-rc2-23727" } } } diff --git a/test/TestProjects/TestProjectToProjectDependencies/src/L0/project.json b/test/TestProjects/TestProjectToProjectDependencies/src/L0/project.json index e3c02f7e6..9342ad91d 100644 --- a/test/TestProjects/TestProjectToProjectDependencies/src/L0/project.json +++ b/test/TestProjects/TestProjectToProjectDependencies/src/L0/project.json @@ -8,7 +8,7 @@ "L11": "1.0.0-*", "L12": "1.0.0-*", - "NETStandard.Library": "1.0.0-rc3-23727" + "NETStandard.Library": "1.0.0-rc2-23727" }, "frameworks": { diff --git a/test/TestProjects/TestProjectToProjectDependencies/src/L11/project.json b/test/TestProjects/TestProjectToProjectDependencies/src/L11/project.json index f863bd0e4..f40f110dd 100644 --- a/test/TestProjects/TestProjectToProjectDependencies/src/L11/project.json +++ b/test/TestProjects/TestProjectToProjectDependencies/src/L11/project.json @@ -5,7 +5,7 @@ "L12": "1.0.0-*", "L21": "1.0.0-*", - "NETStandard.Library": "1.0.0-rc3-23727" + "NETStandard.Library": "1.0.0-rc2-23727" }, "frameworks": { diff --git a/test/TestProjects/TestProjectToProjectDependencies/src/L12/project.json b/test/TestProjects/TestProjectToProjectDependencies/src/L12/project.json index 98c6ad426..2c36c5942 100644 --- a/test/TestProjects/TestProjectToProjectDependencies/src/L12/project.json +++ b/test/TestProjects/TestProjectToProjectDependencies/src/L12/project.json @@ -4,7 +4,7 @@ "dependencies": { "L22": "1.0.0-*", - "NETStandard.Library": "1.0.0-rc3-23727" + "NETStandard.Library": "1.0.0-rc2-23727" }, "frameworks": { diff --git a/test/TestProjects/TestProjectToProjectDependencies/src/L21/project.json b/test/TestProjects/TestProjectToProjectDependencies/src/L21/project.json index 1e6f7fa68..03482cbf8 100644 --- a/test/TestProjects/TestProjectToProjectDependencies/src/L21/project.json +++ b/test/TestProjects/TestProjectToProjectDependencies/src/L21/project.json @@ -2,7 +2,7 @@ "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727" + "NETStandard.Library": "1.0.0-rc2-23727" }, "frameworks": { diff --git a/test/TestProjects/TestProjectToProjectDependencies/src/L22/project.json b/test/TestProjects/TestProjectToProjectDependencies/src/L22/project.json index 1e6f7fa68..03482cbf8 100644 --- a/test/TestProjects/TestProjectToProjectDependencies/src/L22/project.json +++ b/test/TestProjects/TestProjectToProjectDependencies/src/L22/project.json @@ -2,7 +2,7 @@ "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727" + "NETStandard.Library": "1.0.0-rc2-23727" }, "frameworks": { diff --git a/test/TestProjects/TestSimpleIncrementalApp/project.json b/test/TestProjects/TestSimpleIncrementalApp/project.json index 5526c8bf4..53522e201 100644 --- a/test/TestProjects/TestSimpleIncrementalApp/project.json +++ b/test/TestProjects/TestSimpleIncrementalApp/project.json @@ -6,7 +6,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23722" + "NETStandard.Library": "1.0.0-rc2-23727" }, "frameworks": { diff --git a/test/dotnet-build.Tests/project.json b/test/dotnet-build.Tests/project.json index 9196c66c7..d6542a096 100644 --- a/test/dotnet-build.Tests/project.json +++ b/test/dotnet-build.Tests/project.json @@ -2,7 +2,7 @@ "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", "Microsoft.NETCore.TestHost" : "1.0.0-*", "xunit": "2.1.0", diff --git a/test/dotnet-compile.Tests/project.json b/test/dotnet-compile.Tests/project.json index c8019c355..ccce24e4a 100644 --- a/test/dotnet-compile.Tests/project.json +++ b/test/dotnet-compile.Tests/project.json @@ -2,7 +2,7 @@ "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", "Microsoft.NETCore.TestHost" : "1.0.0-*", "xunit": "2.1.0", diff --git a/test/dotnet-projectmodel-server.Tests/project.json b/test/dotnet-projectmodel-server.Tests/project.json index 8a1cdc437..66a0cdf41 100644 --- a/test/dotnet-projectmodel-server.Tests/project.json +++ b/test/dotnet-projectmodel-server.Tests/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc3-23727", + "Microsoft.NETCore.Platforms": "1.0.1-rc2-23727", "Microsoft.DotNet.ProjectModel": "1.0.0-*", "dotnet-projectmodel-server": "1.0.0-*", "Newtonsoft.Json": "7.0.1", diff --git a/test/dotnet-publish.Tests/project.json b/test/dotnet-publish.Tests/project.json index 22ea2fd01..b098a78d7 100644 --- a/test/dotnet-publish.Tests/project.json +++ b/test/dotnet-publish.Tests/project.json @@ -2,7 +2,7 @@ "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", "Microsoft.NETCore.TestHost": "1.0.0-rc2-*", "xunit": "2.1.0", diff --git a/testapp/DthTestProjects/src/EmptyConsoleApp/project.json b/testapp/DthTestProjects/src/EmptyConsoleApp/project.json index 6467d8f19..107b243e4 100644 --- a/testapp/DthTestProjects/src/EmptyConsoleApp/project.json +++ b/testapp/DthTestProjects/src/EmptyConsoleApp/project.json @@ -3,7 +3,7 @@ "frameworks": { "dnxcore50": { "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23722", + "NETStandard.Library": "1.0.0-rc2-23727", } }, "dnx451": { } diff --git a/tools/MultiProjectValidator/project.json b/tools/MultiProjectValidator/project.json index c0c26f368..077b5b4df 100644 --- a/tools/MultiProjectValidator/project.json +++ b/tools/MultiProjectValidator/project.json @@ -6,7 +6,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc3-23727", + "NETStandard.Library": "1.0.0-rc2-23727", "Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*" },