diff --git a/TestAssets/FSharpTestProjects/CompileFail/project.json b/TestAssets/FSharpTestProjects/CompileFail/project.json index 2707dc7db..7755b8b50 100644 --- a/TestAssets/FSharpTestProjects/CompileFail/project.json +++ b/TestAssets/FSharpTestProjects/CompileFail/project.json @@ -9,7 +9,7 @@ ], "dependencies": { "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/FSharpTestProjects/TestApp/project.json b/TestAssets/FSharpTestProjects/TestApp/project.json index fb5493291..ebd38da35 100644 --- a/TestAssets/FSharpTestProjects/TestApp/project.json +++ b/TestAssets/FSharpTestProjects/TestApp/project.json @@ -9,7 +9,7 @@ ], "dependencies": { "TestLibrary": "1.0.0-*", - "NETStandard.Library": "1.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221" }, "frameworks": { diff --git a/TestAssets/FSharpTestProjects/TestAppWithArgs/project.json b/TestAssets/FSharpTestProjects/TestAppWithArgs/project.json index 2707dc7db..7755b8b50 100644 --- a/TestAssets/FSharpTestProjects/TestAppWithArgs/project.json +++ b/TestAssets/FSharpTestProjects/TestAppWithArgs/project.json @@ -9,7 +9,7 @@ ], "dependencies": { "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/FSharpTestProjects/TestLibrary/project.json b/TestAssets/FSharpTestProjects/TestLibrary/project.json index b83086c95..112326e1b 100644 --- a/TestAssets/FSharpTestProjects/TestLibrary/project.json +++ b/TestAssets/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.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "compilerName": "fsc", "compileFiles": [ diff --git a/TestAssets/ProjectModelServer/DthTestProjects/src/BrokenProjectPathSample/project.json b/TestAssets/ProjectModelServer/DthTestProjects/src/BrokenProjectPathSample/project.json index a8600a76e..42cfffd85 100644 --- a/TestAssets/ProjectModelServer/DthTestProjects/src/BrokenProjectPathSample/project.json +++ b/TestAssets/ProjectModelServer/DthTestProjects/src/BrokenProjectPathSample/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "EmptyLibrary": "1.0.0-*" }, "frameworks": { diff --git a/TestAssets/ProjectModelServer/DthTestProjects/src/EmptyConsoleApp/project.json b/TestAssets/ProjectModelServer/DthTestProjects/src/EmptyConsoleApp/project.json index a5cea53de..3a813ce69 100644 --- a/TestAssets/ProjectModelServer/DthTestProjects/src/EmptyConsoleApp/project.json +++ b/TestAssets/ProjectModelServer/DthTestProjects/src/EmptyConsoleApp/project.json @@ -4,7 +4,7 @@ "netstandardapp1.5": { "imports": "dnxcore50", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" } }, "dnx451": {} diff --git a/TestAssets/ProjectModelServer/DthTestProjects/src/EmptyLibrary/project.json b/TestAssets/ProjectModelServer/DthTestProjects/src/EmptyLibrary/project.json index cb830d810..0386eddc4 100644 --- a/TestAssets/ProjectModelServer/DthTestProjects/src/EmptyLibrary/project.json +++ b/TestAssets/ProjectModelServer/DthTestProjects/src/EmptyLibrary/project.json @@ -5,7 +5,7 @@ "netstandard1.3": { "imports": "dnxcore50", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" } } } diff --git a/TestAssets/ProjectModelServer/DthTestProjects/src/FailReleaseProject/project.json b/TestAssets/ProjectModelServer/DthTestProjects/src/FailReleaseProject/project.json index 35fa2db34..f0d6d0dee 100644 --- a/TestAssets/ProjectModelServer/DthTestProjects/src/FailReleaseProject/project.json +++ b/TestAssets/ProjectModelServer/DthTestProjects/src/FailReleaseProject/project.json @@ -3,7 +3,7 @@ "netstandardapp1.5": { "imports": "dnxcore50", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" } } }, diff --git a/TestAssets/ProjectModelServer/DthTestProjects/src/IncompatiblePackageSample/project.json b/TestAssets/ProjectModelServer/DthTestProjects/src/IncompatiblePackageSample/project.json index dd3827428..9806b9ffd 100644 --- a/TestAssets/ProjectModelServer/DthTestProjects/src/IncompatiblePackageSample/project.json +++ b/TestAssets/ProjectModelServer/DthTestProjects/src/IncompatiblePackageSample/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "Microsoft.Web.Administration": "7.0.0" }, "frameworks": { diff --git a/TestAssets/ProjectModelServer/IncorrectGlobalJson/src/Project1/project.json b/TestAssets/ProjectModelServer/IncorrectGlobalJson/src/Project1/project.json index 99fd8d1d2..6bcf953b2 100755 --- a/TestAssets/ProjectModelServer/IncorrectGlobalJson/src/Project1/project.json +++ b/TestAssets/ProjectModelServer/IncorrectGlobalJson/src/Project1/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "dnxcore50": {} diff --git a/TestAssets/TestPackages/dotnet-hello/v1/dotnet-hello/project.json b/TestAssets/TestPackages/dotnet-hello/v1/dotnet-hello/project.json index 957f50b62..fa6aaab83 100644 --- a/TestAssets/TestPackages/dotnet-hello/v1/dotnet-hello/project.json +++ b/TestAssets/TestPackages/dotnet-hello/v1/dotnet-hello/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestPackages/dotnet-hello/v2/dotnet-hello/project.json b/TestAssets/TestPackages/dotnet-hello/v2/dotnet-hello/project.json index 2917e04bb..08bdd5ccc 100644 --- a/TestAssets/TestPackages/dotnet-hello/v2/dotnet-hello/project.json +++ b/TestAssets/TestPackages/dotnet-hello/v2/dotnet-hello/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestPackages/dotnet-portable/project.json b/TestAssets/TestPackages/dotnet-portable/project.json index f975de857..c276f9c99 100644 --- a/TestAssets/TestPackages/dotnet-portable/project.json +++ b/TestAssets/TestPackages/dotnet-portable/project.json @@ -12,7 +12,7 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0-rc2-23925" + "version": "1.0.0-rc2-23928" } } } diff --git a/TestAssets/TestProjects/AppWithDirectAndToolDependency/project.json b/TestAssets/TestProjects/AppWithDirectAndToolDependency/project.json index c49e3615b..64a33d4e5 100644 --- a/TestAssets/TestProjects/AppWithDirectAndToolDependency/project.json +++ b/TestAssets/TestProjects/AppWithDirectAndToolDependency/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "dotnet-hello": { "version": "1.0.0", "target": "package" diff --git a/TestAssets/TestProjects/AppWithDirectDependency/project.json b/TestAssets/TestProjects/AppWithDirectDependency/project.json index b598b03da..74bb26d3e 100644 --- a/TestAssets/TestProjects/AppWithDirectDependency/project.json +++ b/TestAssets/TestProjects/AppWithDirectDependency/project.json @@ -5,7 +5,7 @@ }, "testRunner": "must-be-specified-to-generate-deps", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "dotnet-hello": { "version": "1.0.0", "target": "package" diff --git a/TestAssets/TestProjects/AppWithOutputAssemblyName/project.json b/TestAssets/TestProjects/AppWithOutputAssemblyName/project.json index 6cd40e67e..bba0f79ee 100644 --- a/TestAssets/TestProjects/AppWithOutputAssemblyName/project.json +++ b/TestAssets/TestProjects/AppWithOutputAssemblyName/project.json @@ -5,7 +5,7 @@ "preserveCompilationContext": true }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/AppWithToolDependency/project.json b/TestAssets/TestProjects/AppWithToolDependency/project.json index 147370fc7..10c313e3f 100644 --- a/TestAssets/TestProjects/AppWithToolDependency/project.json +++ b/TestAssets/TestProjects/AppWithToolDependency/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/CompileFail/project.json b/TestAssets/TestProjects/CompileFail/project.json index 17db9e9b7..334b50393 100644 --- a/TestAssets/TestProjects/CompileFail/project.json +++ b/TestAssets/TestProjects/CompileFail/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/DependencyContextValidator/DependencyContextValidator/project.json b/TestAssets/TestProjects/DependencyContextValidator/DependencyContextValidator/project.json index 0b31eb8b3..75d2801ee 100644 --- a/TestAssets/TestProjects/DependencyContextValidator/DependencyContextValidator/project.json +++ b/TestAssets/TestProjects/DependencyContextValidator/DependencyContextValidator/project.json @@ -1,7 +1,7 @@ { "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "Microsoft.Extensions.DependencyModel": { "target": "project", "version": "1.0.0-*" diff --git a/TestAssets/TestProjects/DependencyContextValidator/TestApp/project.json b/TestAssets/TestProjects/DependencyContextValidator/TestApp/project.json index 0fffb6336..b36d33e59 100644 --- a/TestAssets/TestProjects/DependencyContextValidator/TestApp/project.json +++ b/TestAssets/TestProjects/DependencyContextValidator/TestApp/project.json @@ -5,7 +5,7 @@ "preserveCompilationContext": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "DependencyContextValidator": "1.0.0-*" }, "frameworks": { diff --git a/TestAssets/TestProjects/DependencyContextValidator/TestAppDeps/project.json b/TestAssets/TestProjects/DependencyContextValidator/TestAppDeps/project.json index ff43ee8fe..5e6b4efcb 100644 --- a/TestAssets/TestProjects/DependencyContextValidator/TestAppDeps/project.json +++ b/TestAssets/TestProjects/DependencyContextValidator/TestAppDeps/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "DependencyContextValidator": "1.0.0-*" }, "frameworks": { diff --git a/TestAssets/TestProjects/LibraryWithOutputAssemblyName/project.json b/TestAssets/TestProjects/LibraryWithOutputAssemblyName/project.json index edd569619..1557179e0 100644 --- a/TestAssets/TestProjects/LibraryWithOutputAssemblyName/project.json +++ b/TestAssets/TestProjects/LibraryWithOutputAssemblyName/project.json @@ -3,7 +3,7 @@ "outputName": "MyLibrary" }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/OutputStandardOutputAndError/project.json b/TestAssets/TestProjects/OutputStandardOutputAndError/project.json index 17db9e9b7..334b50393 100644 --- a/TestAssets/TestProjects/OutputStandardOutputAndError/project.json +++ b/TestAssets/TestProjects/OutputStandardOutputAndError/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/PortableTests/PortableApp/project.json b/TestAssets/TestProjects/PortableTests/PortableApp/project.json index 380ffb3f7..7211d3d15 100644 --- a/TestAssets/TestProjects/PortableTests/PortableApp/project.json +++ b/TestAssets/TestProjects/PortableTests/PortableApp/project.json @@ -12,7 +12,7 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0-rc2-23925" + "version": "1.0.0-rc2-23928" } } } diff --git a/TestAssets/TestProjects/PortableTests/PortableAppWithNative/project.json b/TestAssets/TestProjects/PortableTests/PortableAppWithNative/project.json index 04779ea70..57e276e07 100644 --- a/TestAssets/TestProjects/PortableTests/PortableAppWithNative/project.json +++ b/TestAssets/TestProjects/PortableTests/PortableAppWithNative/project.json @@ -11,7 +11,7 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0-rc2-23925" + "version": "1.0.0-rc2-23928" }, "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" } diff --git a/TestAssets/TestProjects/PortableTests/StandaloneApp/project.json b/TestAssets/TestProjects/PortableTests/StandaloneApp/project.json index 90659dfe8..f92603fc8 100644 --- a/TestAssets/TestProjects/PortableTests/StandaloneApp/project.json +++ b/TestAssets/TestProjects/PortableTests/StandaloneApp/project.json @@ -9,7 +9,7 @@ "portable-net45+win8" ], "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-23925" + "Microsoft.NETCore.App": "1.0.0-rc2-23928" } } }, diff --git a/TestAssets/TestProjects/ProjectWithTests/project.json b/TestAssets/TestProjects/ProjectWithTests/project.json index d703901b9..5fbf70cc3 100644 --- a/TestAssets/TestProjects/ProjectWithTests/project.json +++ b/TestAssets/TestProjects/ProjectWithTests/project.json @@ -1,9 +1,9 @@ { "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "System.Linq.Expressions": "4.0.11-rc2-23925", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", + "System.Linq.Expressions": "4.0.11-rc2-23928", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-dev-91790-12" }, diff --git a/TestAssets/TestProjects/RunTestsApps/TestAppMultiTarget/project.json b/TestAssets/TestProjects/RunTestsApps/TestAppMultiTarget/project.json index d428f131e..88c1f5fd6 100644 --- a/TestAssets/TestProjects/RunTestsApps/TestAppMultiTarget/project.json +++ b/TestAssets/TestProjects/RunTestsApps/TestAppMultiTarget/project.json @@ -7,7 +7,7 @@ "netstandardapp1.5": { "imports": "dnxcore50", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" } }, "net451": {} diff --git a/TestAssets/TestProjects/TestAppCompilationContext/TestApp/project.json b/TestAssets/TestProjects/TestAppCompilationContext/TestApp/project.json index db65ced3b..1dd48cd1b 100644 --- a/TestAssets/TestProjects/TestAppCompilationContext/TestApp/project.json +++ b/TestAssets/TestProjects/TestAppCompilationContext/TestApp/project.json @@ -6,7 +6,7 @@ }, "dependencies": { "TestLibrary": "1.0.0-*", - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestAppCompilationContext/TestLibrary/project.json b/TestAssets/TestProjects/TestAppCompilationContext/TestLibrary/project.json index 0f45119de..ced2283b0 100644 --- a/TestAssets/TestProjects/TestAppCompilationContext/TestLibrary/project.json +++ b/TestAssets/TestProjects/TestAppCompilationContext/TestLibrary/project.json @@ -10,7 +10,7 @@ ] }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestAppWithArgs/project.json b/TestAssets/TestProjects/TestAppWithArgs/project.json index 17db9e9b7..334b50393 100644 --- a/TestAssets/TestProjects/TestAppWithArgs/project.json +++ b/TestAssets/TestProjects/TestAppWithArgs/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestAppWithContentPackage/project.json b/TestAssets/TestProjects/TestAppWithContentPackage/project.json index 82c4ec0f7..aa9b7fc22 100644 --- a/TestAssets/TestProjects/TestAppWithContentPackage/project.json +++ b/TestAssets/TestProjects/TestAppWithContentPackage/project.json @@ -5,7 +5,7 @@ "outputName": "AppWithContentPackage" }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "SharedContentA": "1.0.0-*" }, "frameworks": { diff --git a/TestAssets/TestProjects/TestAppWithContents/project.json b/TestAssets/TestProjects/TestAppWithContents/project.json index f9e1473a4..0e53525c9 100644 --- a/TestAssets/TestProjects/TestAppWithContents/project.json +++ b/TestAssets/TestProjects/TestAppWithContents/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "content": "testcontentfile.txt", "frameworks": { diff --git a/TestAssets/TestProjects/TestAppWithLibrary/TestApp/project.json b/TestAssets/TestProjects/TestAppWithLibrary/TestApp/project.json index 3f4129654..094bec53f 100644 --- a/TestAssets/TestProjects/TestAppWithLibrary/TestApp/project.json +++ b/TestAssets/TestProjects/TestAppWithLibrary/TestApp/project.json @@ -9,7 +9,7 @@ "target": "project", "version": "1.0.0-*" }, - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestAppWithLibrary/TestLibrary/project.json b/TestAssets/TestProjects/TestAppWithLibrary/TestLibrary/project.json index 0f45119de..ced2283b0 100644 --- a/TestAssets/TestProjects/TestAppWithLibrary/TestLibrary/project.json +++ b/TestAssets/TestProjects/TestAppWithLibrary/TestLibrary/project.json @@ -10,7 +10,7 @@ ] }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestAppWithScripts/project.json b/TestAssets/TestProjects/TestAppWithScripts/project.json index 693fed8bf..0bf8db48e 100644 --- a/TestAssets/TestProjects/TestAppWithScripts/project.json +++ b/TestAssets/TestProjects/TestAppWithScripts/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestApp/project.json b/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestApp/project.json index d82b10c71..6bc3747fb 100644 --- a/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestApp/project.json +++ b/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestApp/project.json @@ -9,7 +9,7 @@ "target": "project", "version": "1.0.0-*" }, - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibrary/project.json b/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibrary/project.json index 0f45119de..ced2283b0 100644 --- a/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibrary/project.json +++ b/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibrary/project.json @@ -10,7 +10,7 @@ ] }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibrary2/project.json b/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibrary2/project.json index 67d6b2747..5788a5e90 100644 --- a/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibrary2/project.json +++ b/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibrary2/project.json @@ -8,7 +8,7 @@ "target": "project", "version": "1.0.0-*" }, - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibraryWithAppDependency/project.json b/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibraryWithAppDependency/project.json index be8360840..84e4d1a98 100644 --- a/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibraryWithAppDependency/project.json +++ b/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibraryWithAppDependency/project.json @@ -5,7 +5,7 @@ "target": "project", "version": "1.0.0-*" }, - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestAppWithWrapperProjectDependency/TestApp/project.json b/TestAssets/TestProjects/TestAppWithWrapperProjectDependency/TestApp/project.json index 3f4129654..094bec53f 100644 --- a/TestAssets/TestProjects/TestAppWithWrapperProjectDependency/TestApp/project.json +++ b/TestAssets/TestProjects/TestAppWithWrapperProjectDependency/TestApp/project.json @@ -9,7 +9,7 @@ "target": "project", "version": "1.0.0-*" }, - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryGreater/project.json b/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryGreater/project.json index ee4684e5f..77cb9fa71 100644 --- a/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryGreater/project.json +++ b/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryGreater/project.json @@ -12,7 +12,7 @@ "portable-net45+wp80+win8" ], "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" } } } diff --git a/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryLesser/project.json b/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryLesser/project.json index 77ee53c1a..c43c2f311 100644 --- a/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryLesser/project.json +++ b/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryLesser/project.json @@ -15,7 +15,7 @@ "portable-net45+wp80+win8" ], "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" } } } diff --git a/TestAssets/TestProjects/TestLibraryWithAnalyzer/project.json b/TestAssets/TestProjects/TestLibraryWithAnalyzer/project.json index 9bb23b3d1..1c2b2666d 100644 --- a/TestAssets/TestProjects/TestLibraryWithAnalyzer/project.json +++ b/TestAssets/TestProjects/TestLibraryWithAnalyzer/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "System.Runtime.Analyzers": { "version": "1.1.0", "type": "build" diff --git a/TestAssets/TestProjects/TestLibraryWithConfiguration/project.json b/TestAssets/TestProjects/TestLibraryWithConfiguration/project.json index 7056a1032..3763478e7 100644 --- a/TestAssets/TestProjects/TestLibraryWithConfiguration/project.json +++ b/TestAssets/TestProjects/TestLibraryWithConfiguration/project.json @@ -10,7 +10,7 @@ ] }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "configurations": { "Test": {} diff --git a/TestAssets/TestProjects/TestLibraryWithMultipleFrameworks/project.json b/TestAssets/TestProjects/TestLibraryWithMultipleFrameworks/project.json index b5b254557..d9358c669 100644 --- a/TestAssets/TestProjects/TestLibraryWithMultipleFrameworks/project.json +++ b/TestAssets/TestProjects/TestLibraryWithMultipleFrameworks/project.json @@ -12,7 +12,7 @@ "netstandardapp1.5": { "imports": "dnxcore50", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" } } } diff --git a/TestAssets/TestProjects/TestMicrosoftCSharpReference/project.json b/TestAssets/TestProjects/TestMicrosoftCSharpReference/project.json index 94827d001..ace623b6b 100644 --- a/TestAssets/TestProjects/TestMicrosoftCSharpReference/project.json +++ b/TestAssets/TestProjects/TestMicrosoftCSharpReference/project.json @@ -5,12 +5,12 @@ "netstandardapp1.5": { "imports": "dnxcore50", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" } }, "dnx451": { "dependencies": { - "Microsoft.CSharp": "4.0.1-rc2-23925" + "Microsoft.CSharp": "4.0.1-rc2-23928" } } } diff --git a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L0/project.json b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L0/project.json index 0b0145028..0f3740da4 100644 --- a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L0/project.json +++ b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L0/project.json @@ -6,7 +6,7 @@ "dependencies": { "L11": "1.0.0-*", "L12": "1.0.0-*", - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L11/project.json b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L11/project.json index adc2522a2..fe09aa51c 100644 --- a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L11/project.json +++ b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L11/project.json @@ -3,7 +3,7 @@ "dependencies": { "L12": "1.0.0-*", "L21": "1.0.0-*", - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L12/project.json b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L12/project.json index 2e43cadba..c8243eed2 100644 --- a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L12/project.json +++ b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L12/project.json @@ -2,7 +2,7 @@ "version": "1.0.0-*", "dependencies": { "L22": "1.0.0-*", - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L21/project.json b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L21/project.json index a36a671bf..f02fc0600 100644 --- a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L21/project.json +++ b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L21/project.json @@ -1,7 +1,7 @@ { "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L22/project.json b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L22/project.json index a36a671bf..f02fc0600 100644 --- a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L22/project.json +++ b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L22/project.json @@ -1,7 +1,7 @@ { "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestProjectWithCultureSpecificResource/project.json b/TestAssets/TestProjects/TestProjectWithCultureSpecificResource/project.json index 17db9e9b7..334b50393 100644 --- a/TestAssets/TestProjects/TestProjectWithCultureSpecificResource/project.json +++ b/TestAssets/TestProjects/TestProjectWithCultureSpecificResource/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestProjectWithResource/project.json b/TestAssets/TestProjects/TestProjectWithResource/project.json index 17db9e9b7..334b50393 100644 --- a/TestAssets/TestProjects/TestProjectWithResource/project.json +++ b/TestAssets/TestProjects/TestProjectWithResource/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestSimpleIncrementalApp/project.json b/TestAssets/TestProjects/TestSimpleIncrementalApp/project.json index de784d1e8..c71b334bf 100644 --- a/TestAssets/TestProjects/TestSimpleIncrementalApp/project.json +++ b/TestAssets/TestProjects/TestSimpleIncrementalApp/project.json @@ -5,7 +5,7 @@ "xmlDoc": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/scripts/Microsoft.DotNet.Cli.Build.Framework/project.json b/scripts/Microsoft.DotNet.Cli.Build.Framework/project.json index c5386d425..c77008eb2 100644 --- a/scripts/Microsoft.DotNet.Cli.Build.Framework/project.json +++ b/scripts/Microsoft.DotNet.Cli.Build.Framework/project.json @@ -1,8 +1,8 @@ { "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "System.Diagnostics.Process": "4.1.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", + "System.Diagnostics.Process": "4.1.0-rc2-23928", "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537" }, "frameworks": { diff --git a/scripts/dotnet-cli-build/CompileTargets.cs b/scripts/dotnet-cli-build/CompileTargets.cs index b0920c016..d6693df87 100644 --- a/scripts/dotnet-cli-build/CompileTargets.cs +++ b/scripts/dotnet-cli-build/CompileTargets.cs @@ -14,7 +14,7 @@ namespace Microsoft.DotNet.Cli.Build { public class CompileTargets { - public static readonly string CoreCLRVersion = "1.0.2-rc2-23925"; + public static readonly string CoreCLRVersion = "1.0.2-rc2-23928"; public static readonly string AppDepSdkVersion = "1.0.6-prerelease-00003"; public static readonly bool IsWinx86 = CurrentPlatform.IsWindows && CurrentArchitecture.Isx86; diff --git a/scripts/dotnet-cli-build/project.json b/scripts/dotnet-cli-build/project.json index df10f005b..5bf907371 100755 --- a/scripts/dotnet-cli-build/project.json +++ b/scripts/dotnet-cli-build/project.json @@ -5,12 +5,12 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925", - "System.Xml.XmlSerializer": "4.0.11-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928", + "System.Xml.XmlSerializer": "4.0.11-rc2-23928", "Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*", "WindowsAzure.Storage": "6.2.2-preview", - "System.Reflection.Metadata": "1.3.0-rc2-23925" + "System.Reflection.Metadata": "1.3.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/scripts/update-dependencies/project.json b/scripts/update-dependencies/project.json index d9db87eb5..dc101b39b 100644 --- a/scripts/update-dependencies/project.json +++ b/scripts/update-dependencies/project.json @@ -5,9 +5,9 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "Microsoft.CSharp": "4.0.1-rc2-23925", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", + "Microsoft.CSharp": "4.0.1-rc2-23928", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928", "Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*", "NuGet.Versioning": "3.5.0-beta-1083", "Newtonsoft.Json": "7.0.1", diff --git a/src/Microsoft.DotNet.Cli.Utils/project.json b/src/Microsoft.DotNet.Cli.Utils/project.json index 16b366fc9..d16f7da20 100644 --- a/src/Microsoft.DotNet.Cli.Utils/project.json +++ b/src/Microsoft.DotNet.Cli.Utils/project.json @@ -23,8 +23,8 @@ "netstandard1.5": { "imports": "dnxcore50", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "System.Diagnostics.Process": "4.1.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928", + "System.Diagnostics.Process": "4.1.0-rc2-23928" } } } diff --git a/src/Microsoft.DotNet.Compiler.Common/project.json b/src/Microsoft.DotNet.Compiler.Common/project.json index 2b91a7aca..040fe6444 100644 --- a/src/Microsoft.DotNet.Compiler.Common/project.json +++ b/src/Microsoft.DotNet.Compiler.Common/project.json @@ -4,7 +4,7 @@ "keyFile": "../../tools/Key.snk" }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "System.CommandLine": "0.1.0-e160323-1", "Microsoft.CodeAnalysis.CSharp": "1.2.0-beta1-20160202-02", "Microsoft.DotNet.ProjectModel": "1.0.0-*", diff --git a/src/Microsoft.DotNet.Files/project.json b/src/Microsoft.DotNet.Files/project.json index a965384c4..1f402657b 100644 --- a/src/Microsoft.DotNet.Files/project.json +++ b/src/Microsoft.DotNet.Files/project.json @@ -5,8 +5,8 @@ }, "description": "Abstraction to interact with the file system and file paths.", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "System.Linq.Expressions": "4.0.11-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", + "System.Linq.Expressions": "4.0.11-rc2-23928", "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15996", "Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*" diff --git a/src/Microsoft.DotNet.InternalAbstractions/project.json b/src/Microsoft.DotNet.InternalAbstractions/project.json index a3112fd56..df1d0d126 100644 --- a/src/Microsoft.DotNet.InternalAbstractions/project.json +++ b/src/Microsoft.DotNet.InternalAbstractions/project.json @@ -17,7 +17,7 @@ "netstandard1.3": { "imports": "dnxcore50", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" } } }, diff --git a/src/Microsoft.DotNet.ProjectModel.Loader/project.json b/src/Microsoft.DotNet.ProjectModel.Loader/project.json index f90560337..b858f09a9 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.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "Microsoft.DotNet.ProjectModel": "1.0.0-*", - "System.Runtime.Loader": "4.0.0-rc2-23925" + "System.Runtime.Loader": "4.0.0-rc2-23928" }, "frameworks": { "netstandard1.5": { diff --git a/src/Microsoft.DotNet.ProjectModel.Workspaces/project.json b/src/Microsoft.DotNet.ProjectModel.Workspaces/project.json index e7fa615ee..4cb2f506d 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.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.Compiler.Common": "1.0.0-*", "Microsoft.CodeAnalysis.CSharp.Workspaces": "1.2.0-beta1-20160202-02" diff --git a/src/Microsoft.DotNet.ProjectModel/project.json b/src/Microsoft.DotNet.ProjectModel/project.json index b12ace197..d298607ed 100644 --- a/src/Microsoft.DotNet.ProjectModel/project.json +++ b/src/Microsoft.DotNet.ProjectModel/project.json @@ -5,7 +5,7 @@ }, "description": "Types to model a .NET Project", "dependencies": { - "System.Reflection.Metadata": "1.3.0-rc2-23925", + "System.Reflection.Metadata": "1.3.0-rc2-23928", "NuGet.Packaging": "3.5.0-beta-1083", "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15996", "Microsoft.Extensions.JsonParser.Sources": { @@ -35,13 +35,13 @@ "netstandard1.5": { "imports": "dnxcore50", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "System.Dynamic.Runtime": "4.0.11-rc2-23925", - "System.Threading.Thread": "4.0.0-rc2-23925", - "System.Runtime.Loader": "4.0.0-rc2-23925", - "System.Security.Cryptography.Algorithms": "4.1.0-rc2-23925", - "Microsoft.CSharp": "4.0.1-rc2-23925", - "System.Xml.XDocument": "4.0.11-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928", + "System.Dynamic.Runtime": "4.0.11-rc2-23928", + "System.Threading.Thread": "4.0.0-rc2-23928", + "System.Runtime.Loader": "4.0.0-rc2-23928", + "System.Security.Cryptography.Algorithms": "4.1.0-rc2-23928", + "Microsoft.CSharp": "4.0.1-rc2-23928", + "System.Xml.XDocument": "4.0.11-rc2-23928" } } } diff --git a/src/Microsoft.DotNet.TestFramework/project.json b/src/Microsoft.DotNet.TestFramework/project.json index 9986a5f25..5bf2e28cc 100644 --- a/src/Microsoft.DotNet.TestFramework/project.json +++ b/src/Microsoft.DotNet.TestFramework/project.json @@ -11,7 +11,7 @@ "licenseUrl": "", "dependencies": { "Microsoft.DotNet.Cli.Utils": "1.0.0-*", - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandard1.5": { diff --git a/src/Microsoft.Extensions.DependencyModel/project.json b/src/Microsoft.Extensions.DependencyModel/project.json index 676794022..fd658e49a 100644 --- a/src/Microsoft.Extensions.DependencyModel/project.json +++ b/src/Microsoft.Extensions.DependencyModel/project.json @@ -26,8 +26,8 @@ "netstandard1.5": { "imports": "dnxcore50", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "System.Dynamic.Runtime": "4.0.11-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928", + "System.Dynamic.Runtime": "4.0.11-rc2-23928" } } }, diff --git a/src/Microsoft.Extensions.Testing.Abstractions/project.json b/src/Microsoft.Extensions.Testing.Abstractions/project.json index 708820852..d1071b73c 100644 --- a/src/Microsoft.Extensions.Testing.Abstractions/project.json +++ b/src/Microsoft.Extensions.Testing.Abstractions/project.json @@ -25,9 +25,9 @@ "portable-net45+win8" ], "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "System.Resources.ResourceManager": "4.0.1-rc2-23925", - "System.Reflection.TypeExtensions": "4.1.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928", + "System.Resources.ResourceManager": "4.0.1-rc2-23928", + "System.Reflection.TypeExtensions": "4.1.0-rc2-23928" } } }, diff --git a/src/dotnet/commands/dotnet-compile-native/appdep/project.json b/src/dotnet/commands/dotnet-compile-native/appdep/project.json index 92b1c47ec..868774789 100644 --- a/src/dotnet/commands/dotnet-compile-native/appdep/project.json +++ b/src/dotnet/commands/dotnet-compile-native/appdep/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "Microsoft.DotNet.AppDep": "1.0.6-prerelease-00003" }, "frameworks": { diff --git a/src/dotnet/commands/dotnet-new/CSharp_Console/project.json.template b/src/dotnet/commands/dotnet-new/CSharp_Console/project.json.template index 873ed1507..6ff606dd4 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_Console/project.json.template +++ b/src/dotnet/commands/dotnet-new/CSharp_Console/project.json.template @@ -6,7 +6,7 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0-rc2-23925" + "version": "1.0.0-rc2-23928" } }, "frameworks": { diff --git a/src/dotnet/commands/dotnet-new/FSharp_Console/project.json.template b/src/dotnet/commands/dotnet-new/FSharp_Console/project.json.template index 3673e627b..213471b8a 100644 --- a/src/dotnet/commands/dotnet-new/FSharp_Console/project.json.template +++ b/src/dotnet/commands/dotnet-new/FSharp_Console/project.json.template @@ -11,7 +11,7 @@ "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-160316", "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0-rc2-23925" + "version": "1.0.0-rc2-23928" } }, "frameworks": { diff --git a/src/dotnet/project.json b/src/dotnet/project.json index 4c846c1d1..d63e3c662 100644 --- a/src/dotnet/project.json +++ b/src/dotnet/project.json @@ -26,8 +26,8 @@ "Microsoft.Net.Compilers.netcore": "1.3.0-beta1-20160321-04", "Microsoft.Net.CSharp.Interactive.netcore": "1.3.0-beta1-20160321-04", "Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-160318", - "System.Text.Encoding.CodePages": "4.0.1-rc2-23925", - "System.Diagnostics.FileVersionInfo": "4.0.0-rc2-23925", + "System.Text.Encoding.CodePages": "4.0.1-rc2-23928", + "System.Diagnostics.FileVersionInfo": "4.0.0-rc2-23928", "Microsoft.DiaSymReader.Native": "1.3.3", "System.CommandLine": "0.1.0-e160323-1", "Microsoft.DotNet.ProjectModel": "1.0.0-*", @@ -50,16 +50,16 @@ "type": "build" }, "Microsoft.Extensions.Testing.Abstractions": "1.0.0-*", - "Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-23925", - "Microsoft.NETCore.TestHost": "1.0.0-rc2-23925", - "Microsoft.NETCore.App": "1.0.0-rc2-23925", - "System.Diagnostics.TraceSource": "4.0.0-rc2-23925", - "System.Diagnostics.TextWriterTraceListener": "4.0.0-rc2-23925", - "System.Resources.ReaderWriter": "4.0.0-rc2-23925", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925", - "System.Private.DataContractSerialization": "4.1.1-rc2-23925", + "Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-23928", + "Microsoft.NETCore.TestHost": "1.0.0-rc2-23928", + "Microsoft.NETCore.App": "1.0.0-rc2-23928", + "System.Diagnostics.TraceSource": "4.0.0-rc2-23928", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-rc2-23928", + "System.Resources.ReaderWriter": "4.0.0-rc2-23928", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928", + "System.Private.DataContractSerialization": "4.1.1-rc2-23928", "Microsoft.Win32.Registry": { - "version": "4.0.0-rc2-23925", + "version": "4.0.0-rc2-23928", "exclude": "compile" } }, diff --git a/src/sharedframework/framework/project.json b/src/sharedframework/framework/project.json index bbe2f7549..4e3bdb80e 100644 --- a/src/sharedframework/framework/project.json +++ b/src/sharedframework/framework/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-23925" + "Microsoft.NETCore.App": "1.0.0-rc2-23928" }, "runtimes": { "win7-x64": {}, diff --git a/test/ArgumentForwardingTests/project.json b/test/ArgumentForwardingTests/project.json index f3102c6ef..ffc696285 100644 --- a/test/ArgumentForwardingTests/project.json +++ b/test/ArgumentForwardingTests/project.json @@ -4,8 +4,8 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928", "Microsoft.DotNet.ProjectModel": { "target": "project" }, diff --git a/test/ArgumentsReflector/project.json b/test/ArgumentsReflector/project.json index 8cd064db8..483f70e97 100644 --- a/test/ArgumentsReflector/project.json +++ b/test/ArgumentsReflector/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/test/EndToEnd/project.json b/test/EndToEnd/project.json index 62145828f..4e7984e88 100644 --- a/test/EndToEnd/project.json +++ b/test/EndToEnd/project.json @@ -4,8 +4,8 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928", "Microsoft.DotNet.ProjectModel": { "target": "project" }, diff --git a/test/Microsoft.DotNet.Cli.Utils.Tests/project.json b/test/Microsoft.DotNet.Cli.Utils.Tests/project.json index d43811791..3e104633b 100644 --- a/test/Microsoft.DotNet.Cli.Utils.Tests/project.json +++ b/test/Microsoft.DotNet.Cli.Utils.Tests/project.json @@ -4,8 +4,8 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928", "NuGet.Versioning": "3.5.0-beta-1083", "NuGet.Packaging": "3.5.0-beta-1083", "NuGet.Frameworks": "3.5.0-beta-1083", diff --git a/test/Microsoft.DotNet.Compiler.Common.Tests/project.json b/test/Microsoft.DotNet.Compiler.Common.Tests/project.json index 181e6d073..3609af4c0 100644 --- a/test/Microsoft.DotNet.Compiler.Common.Tests/project.json +++ b/test/Microsoft.DotNet.Compiler.Common.Tests/project.json @@ -1,8 +1,8 @@ { "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/test/Microsoft.DotNet.ProjectModel.Tests/project.json b/test/Microsoft.DotNet.ProjectModel.Tests/project.json index 383a16504..0b0d21a34 100644 --- a/test/Microsoft.DotNet.ProjectModel.Tests/project.json +++ b/test/Microsoft.DotNet.ProjectModel.Tests/project.json @@ -1,8 +1,8 @@ { "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928", "Microsoft.DotNet.ProjectModel": { "target": "project" }, diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/project.json b/test/Microsoft.DotNet.Tools.Tests.Utilities/project.json index 0ad9014db..056bca1c7 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/project.json +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/project.json @@ -5,9 +5,9 @@ "keyFile": "../../tools/Key.snk" }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925", - "System.Collections.Immutable": "1.2.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928", + "System.Collections.Immutable": "1.2.0-rc2-23928", "FluentAssertions": "4.0.0", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-dev-91790-12", diff --git a/test/Microsoft.Extensions.DependencyModel.Tests/project.json b/test/Microsoft.Extensions.DependencyModel.Tests/project.json index 34a2540e6..36ab8ed2e 100644 --- a/test/Microsoft.Extensions.DependencyModel.Tests/project.json +++ b/test/Microsoft.Extensions.DependencyModel.Tests/project.json @@ -5,7 +5,7 @@ "keyFile": "../../tools/Key.snk" }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/test/ScriptExecutorTests/project.json b/test/ScriptExecutorTests/project.json index 216f8348f..a44bd9e55 100644 --- a/test/ScriptExecutorTests/project.json +++ b/test/ScriptExecutorTests/project.json @@ -1,7 +1,7 @@ { "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "Microsoft.DotNet.ProjectModel": { "target": "project" }, diff --git a/test/TestingAbstractions/Microsoft.Extensions.Testing.Abstractions.Tests/project.json b/test/TestingAbstractions/Microsoft.Extensions.Testing.Abstractions.Tests/project.json index 044e1e4b6..802a5954c 100644 --- a/test/TestingAbstractions/Microsoft.Extensions.Testing.Abstractions.Tests/project.json +++ b/test/TestingAbstractions/Microsoft.Extensions.Testing.Abstractions.Tests/project.json @@ -1,11 +1,11 @@ { "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "Microsoft.Extensions.Testing.Abstractions": { "target": "project" }, - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/test/TestingAbstractions/Microsoft.Extensions.Testing.Abstractions.UnitTests/project.json b/test/TestingAbstractions/Microsoft.Extensions.Testing.Abstractions.UnitTests/project.json index 595e4e8af..8a4a9d055 100644 --- a/test/TestingAbstractions/Microsoft.Extensions.Testing.Abstractions.UnitTests/project.json +++ b/test/TestingAbstractions/Microsoft.Extensions.Testing.Abstractions.UnitTests/project.json @@ -1,12 +1,12 @@ { "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "Microsoft.Extensions.Testing.Abstractions": { "target": "project" }, - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925", - "System.Diagnostics.Process": "4.1.0-rc2-23925", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928", + "System.Diagnostics.Process": "4.1.0-rc2-23928", "TestAppWithPortablePdbs": { "target": "project" }, diff --git a/test/TestingAbstractions/TestAppWithFullPdbs/project.json b/test/TestingAbstractions/TestAppWithFullPdbs/project.json index 1887460a2..e09e8860c 100644 --- a/test/TestingAbstractions/TestAppWithFullPdbs/project.json +++ b/test/TestingAbstractions/TestAppWithFullPdbs/project.json @@ -4,7 +4,7 @@ "debugType": "full" }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandard1.5": { diff --git a/test/TestingAbstractions/TestAppWithPortablePdbs/project.json b/test/TestingAbstractions/TestAppWithPortablePdbs/project.json index f75916a71..63a088ddb 100644 --- a/test/TestingAbstractions/TestAppWithPortablePdbs/project.json +++ b/test/TestingAbstractions/TestAppWithPortablePdbs/project.json @@ -4,7 +4,7 @@ "debugType": "portable" }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925" + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandard1.5": { diff --git a/test/dotnet-build.Tests/project.json b/test/dotnet-build.Tests/project.json index 39b405e09..51511fca1 100644 --- a/test/dotnet-build.Tests/project.json +++ b/test/dotnet-build.Tests/project.json @@ -1,8 +1,8 @@ { "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/test/dotnet-compile.Tests/project.json b/test/dotnet-compile.Tests/project.json index a2298b06a..67a711ee9 100644 --- a/test/dotnet-compile.Tests/project.json +++ b/test/dotnet-compile.Tests/project.json @@ -1,8 +1,8 @@ { "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/test/dotnet-compile.UnitTests/project.json b/test/dotnet-compile.UnitTests/project.json index 1e038fb80..99dea1ac8 100644 --- a/test/dotnet-compile.UnitTests/project.json +++ b/test/dotnet-compile.UnitTests/project.json @@ -1,7 +1,7 @@ { "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "Microsoft.DotNet.Cli.Utils": { "target": "project" }, @@ -9,7 +9,7 @@ "target": "project" }, "Microsoft.Win32.Registry": { - "version": "4.0.0-rc2-23925", + "version": "4.0.0-rc2-23928", "exclude": "Compile" }, "Microsoft.DotNet.ProjectModel": { diff --git a/test/dotnet-pack.Tests/project.json b/test/dotnet-pack.Tests/project.json index 78e56b710..bc8bb0a20 100644 --- a/test/dotnet-pack.Tests/project.json +++ b/test/dotnet-pack.Tests/project.json @@ -1,9 +1,9 @@ { "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925", - "System.IO.Compression.ZipFile": "4.0.1-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928", + "System.IO.Compression.ZipFile": "4.0.1-rc2-23928", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/test/dotnet-projectmodel-server.Tests/project.json b/test/dotnet-projectmodel-server.Tests/project.json index 2cf1010da..80255cffc 100644 --- a/test/dotnet-projectmodel-server.Tests/project.json +++ b/test/dotnet-projectmodel-server.Tests/project.json @@ -4,7 +4,7 @@ "target": "project" }, "Microsoft.Win32.Registry": { - "version": "4.0.0-rc2-23925", + "version": "4.0.0-rc2-23928", "exclude": "Compile" }, "Microsoft.DotNet.ProjectModel": { @@ -15,7 +15,7 @@ }, "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-dev-91790-12", - "System.Net.NameResolution": "4.0.0-rc2-23925" + "System.Net.NameResolution": "4.0.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": { diff --git a/test/dotnet-publish.Tests/project.json b/test/dotnet-publish.Tests/project.json index cb7fbc44a..97d476f6e 100644 --- a/test/dotnet-publish.Tests/project.json +++ b/test/dotnet-publish.Tests/project.json @@ -1,8 +1,8 @@ { "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928", "Microsoft.DotNet.TestFramework": "1.0.0-*", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" diff --git a/test/dotnet-resgen.Tests/project.json b/test/dotnet-resgen.Tests/project.json index a1e0e5cbb..6a38ba566 100644 --- a/test/dotnet-resgen.Tests/project.json +++ b/test/dotnet-resgen.Tests/project.json @@ -1,8 +1,8 @@ { "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/test/dotnet-run.Tests/project.json b/test/dotnet-run.Tests/project.json index ff62bdb17..78e867722 100644 --- a/test/dotnet-run.Tests/project.json +++ b/test/dotnet-run.Tests/project.json @@ -1,8 +1,8 @@ { "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/test/dotnet-test.Tests/project.json b/test/dotnet-test.Tests/project.json index 090e36f2c..35c1d731d 100644 --- a/test/dotnet-test.Tests/project.json +++ b/test/dotnet-test.Tests/project.json @@ -2,7 +2,7 @@ "version": "1.0.0-*", "dependencies": { "Newtonsoft.Json": "7.0.1", - "NETStandard.Library": "1.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, @@ -12,9 +12,9 @@ "Microsoft.DotNet.ProjectModel": { "target": "project" }, - "System.Net.NameResolution": "4.0.0-rc2-23925", - "System.Net.Sockets": "4.1.0-rc2-23925", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925", + "System.Net.NameResolution": "4.0.0-rc2-23928", + "System.Net.Sockets": "4.1.0-rc2-23928", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-dev-91790-12" }, diff --git a/test/dotnet-test.UnitTests/project.json b/test/dotnet-test.UnitTests/project.json index b593502d0..4b91ab53c 100644 --- a/test/dotnet-test.UnitTests/project.json +++ b/test/dotnet-test.UnitTests/project.json @@ -2,12 +2,12 @@ "version": "1.0.0-*", "dependencies": { "Newtonsoft.Json": "7.0.1", - "NETStandard.Library": "1.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "dotnet": { "target": "project" }, "Microsoft.Win32.Registry": { - "version": "4.0.0-rc2-23925", + "version": "4.0.0-rc2-23928", "exclude": "Compile" }, "xunit": "2.1.0", diff --git a/test/dotnet.Tests/project.json b/test/dotnet.Tests/project.json index 9d901002d..bd660ae76 100644 --- a/test/dotnet.Tests/project.json +++ b/test/dotnet.Tests/project.json @@ -1,8 +1,8 @@ { "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23928", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/tools/MultiProjectValidator/project.json b/tools/MultiProjectValidator/project.json index 8bcf43395..adfc6fb11 100644 --- a/tools/MultiProjectValidator/project.json +++ b/tools/MultiProjectValidator/project.json @@ -5,7 +5,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23925", + "NETStandard.Library": "1.5.0-rc2-23928", "Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*" }, diff --git a/tools/RuntimeGraphGenerator/project.json b/tools/RuntimeGraphGenerator/project.json index 920cbd2d0..a95979daa 100644 --- a/tools/RuntimeGraphGenerator/project.json +++ b/tools/RuntimeGraphGenerator/project.json @@ -7,12 +7,12 @@ "NuGet.RuntimeModel": "3.5.0-beta-1083", "NuGet.Versioning": "3.5.0-beta-1083", "System.CommandLine": "0.1.0-e160119-1", - "System.Runtime.Serialization.Json": "4.0.2-rc2-23925", + "System.Runtime.Serialization.Json": "4.0.2-rc2-23928", "Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537", - "Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-23925", - "NETStandard.Library": "1.5.0-rc2-23925" + "Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-23928", + "NETStandard.Library": "1.5.0-rc2-23928" }, "frameworks": { "netstandardapp1.5": {