From d0ac16129dbbf49d45cf5b0e55e8cbaf33489389 Mon Sep 17 00:00:00 2001 From: Matt Ellis Date: Thu, 7 Apr 2016 23:47:47 -0700 Subject: [PATCH] Update package dependencies to rc2-24008 --- .../project.json | 2 +- .../src/BrokenProjectPathSample/project.json | 2 +- .../src/EmptyConsoleApp/project.json | 2 +- .../src/EmptyLibrary/project.json | 2 +- .../src/EmptyNetCoreApp/project.json | 4 +- .../src/FailReleaseProject/project.json | 2 +- .../IncompatiblePackageSample/project.json | 2 +- .../src/Project1/project.json | 2 +- .../project.json | 2 +- .../dotnet-desktop-and-portable/project.json | 2 +- .../dotnet-hello/v1/dotnet-hello/project.json | 2 +- .../dotnet-hello/v2/dotnet-hello/project.json | 2 +- .../TestPackages/dotnet-portable/project.json | 2 +- .../AppWithBomGlobalJson/project.json | 2 +- .../project.json | 2 +- .../AppWithDirectDependency/project.json | 2 +- .../AppWithOutputAssemblyName/project.json | 2 +- .../AppWithToolDependency/project.json | 2 +- .../TestProjects/CompileFail/project.json | 2 +- .../DependencyContextValidator/project.json | 5 +- .../TestApp/project.json | 2 +- .../TestAppDeps/project.json | 2 +- .../TestAppPortable/project.json | 6 +- .../TestAppPortableDeps/project.json | 8 +- .../CompileFailApp/project.json | 57 +++++++------- .../FSharpTestProjects/TestApp/project.json | 64 ++++++++-------- .../TestAppWithArgs/project.json | 54 +++++++------- .../TestLibrary/project.json | 52 ++++++------- .../KestrelPortable/project.json | 7 +- .../KestrelStandalone/project.json | 5 +- .../project.json | 2 +- .../OutputStandardOutputAndError/project.json | 2 +- .../PortableTests/PortableApp/project.json | 8 +- .../project.json | 2 +- .../project.json | 2 +- .../PortableAppWithNative/project.json | 2 +- .../PortableTests/StandaloneApp/project.json | 8 +- .../ProjectWithTests/project.json | 6 +- .../TestAppMultiTarget/project.json | 2 +- .../TestApp/project.json | 2 +- .../TestLibrary/project.json | 2 +- .../TestProjects/TestAppWithArgs/project.json | 2 +- .../TestAppWithContentPackage/project.json | 2 +- .../TestAppWithContents/project.json | 2 +- .../TestAppWithLibrary/TestApp/project.json | 2 +- .../TestLibrary/project.json | 2 +- .../TestAppWithScripts/project.json | 2 +- .../TestApp/project.json | 2 +- .../TestLibrary/project.json | 2 +- .../TestLibrary2/project.json | 2 +- .../TestLibraryWithAppDependency/project.json | 2 +- .../TestApp/project.json | 2 +- .../TestLibraryGreater/project.json | 2 +- .../TestLibraryLesser/project.json | 2 +- .../TestLibraryWithAnalyzer/project.json | 2 +- .../TestLibraryWithConfiguration/project.json | 2 +- .../project.json | 2 +- .../TestMicrosoftCSharpReference/project.json | 4 +- .../src/L0/project.json | 2 +- .../src/L11/project.json | 2 +- .../src/L12/project.json | 2 +- .../src/L21/project.json | 2 +- .../src/L22/project.json | 2 +- .../project.json | 2 +- .../TestProjectWithResource/project.json | 2 +- .../TestSimpleIncrementalApp/project.json | 2 +- pkg/deps/project.json | 2 +- pkg/dir.props | 4 +- .../Microsoft.NETCore.App/project.json | 74 +++++++++---------- .../project.json | 4 +- scripts/dotnet-cli-build/CompileTargets.cs | 2 +- scripts/dotnet-cli-build/project.json | 12 +-- scripts/update-dependencies/project.json | 6 +- src/Microsoft.DotNet.Cli.Utils/project.json | 2 +- src/Microsoft.DotNet.Files/project.json | 2 +- .../project.json | 2 +- .../project.json | 16 ++-- .../project.json | 4 +- .../project.json | 4 +- src/compilers/project.json | 2 +- src/dotnet-compile-fsc/project.json | 49 ++++++------ .../CSharp_Console/project.json.template | 2 +- .../FSharp_Console/project.json.template | 4 +- src/dotnet/project.json | 22 +++--- src/sharedframework/framework/project.json | 2 +- test/ArgumentForwardingTests/project.json | 4 +- test/ArgumentsReflector/project.json | 2 +- test/EndToEnd/project.json | 4 +- test/Kestrel.Tests/project.json | 4 +- .../project.json | 4 +- .../project.json | 4 +- .../project.json | 4 +- .../project.json | 8 +- .../project.json | 2 +- test/ScriptExecutorTests/project.json | 2 +- .../project.json | 4 +- .../project.json | 6 +- .../TestAppWithFullPdbs/project.json | 2 +- .../TestAppWithPortablePdbs/project.json | 2 +- test/dotnet-build.Tests/project.json | 4 +- test/dotnet-compile-fsc.Tests/project.json | 12 +-- test/dotnet-compile.Tests/project.json | 4 +- test/dotnet-compile.UnitTests/project.json | 2 +- test/dotnet-pack.Tests/project.json | 6 +- .../project.json | 6 +- test/dotnet-publish.Tests/project.json | 4 +- test/dotnet-resgen.Tests/project.json | 4 +- test/dotnet-run.Tests/project.json | 4 +- test/dotnet-test.Tests/project.json | 8 +- test/dotnet-test.UnitTests/project.json | 4 +- test/dotnet.Tests/project.json | 4 +- tools/MultiProjectValidator/project.json | 2 +- tools/RuntimeGraphGenerator/project.json | 6 +- tools/appdep/project.json | 2 +- 114 files changed, 356 insertions(+), 375 deletions(-) diff --git a/TestAssets/DesktopTestProjects/AppWithDirectDependencyDesktopAndPortable/project.json b/TestAssets/DesktopTestProjects/AppWithDirectDependencyDesktopAndPortable/project.json index 1dbf645ce..20964ecd1 100644 --- a/TestAssets/DesktopTestProjects/AppWithDirectDependencyDesktopAndPortable/project.json +++ b/TestAssets/DesktopTestProjects/AppWithDirectDependencyDesktopAndPortable/project.json @@ -11,7 +11,7 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0-rc2-23931" + "version": "1.0.0-rc2-24008" } }, "imports": [ diff --git a/TestAssets/ProjectModelServer/DthTestProjects/src/BrokenProjectPathSample/project.json b/TestAssets/ProjectModelServer/DthTestProjects/src/BrokenProjectPathSample/project.json index 3138a000d..0c1fe4bd1 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-23931", + "NETStandard.Library": "1.5.0-rc2-24008", "EmptyLibrary": "1.0.0-*" }, "frameworks": { diff --git a/TestAssets/ProjectModelServer/DthTestProjects/src/EmptyConsoleApp/project.json b/TestAssets/ProjectModelServer/DthTestProjects/src/EmptyConsoleApp/project.json index 246324cbd..4eef40f6b 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" } }, "dnx451": {} diff --git a/TestAssets/ProjectModelServer/DthTestProjects/src/EmptyLibrary/project.json b/TestAssets/ProjectModelServer/DthTestProjects/src/EmptyLibrary/project.json index bc09820fb..725eb7eea 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" } } } diff --git a/TestAssets/ProjectModelServer/DthTestProjects/src/EmptyNetCoreApp/project.json b/TestAssets/ProjectModelServer/DthTestProjects/src/EmptyNetCoreApp/project.json index 3621ef882..7e4153889 100644 --- a/TestAssets/ProjectModelServer/DthTestProjects/src/EmptyNetCoreApp/project.json +++ b/TestAssets/ProjectModelServer/DthTestProjects/src/EmptyNetCoreApp/project.json @@ -6,10 +6,10 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0-rc2-23931" + "version": "1.0.0-rc2-24008" }, "Newtonsoft.Json": "8.0.3" } } } -} \ No newline at end of file +} diff --git a/TestAssets/ProjectModelServer/DthTestProjects/src/FailReleaseProject/project.json b/TestAssets/ProjectModelServer/DthTestProjects/src/FailReleaseProject/project.json index f6feb23b4..a511756b1 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" } } }, diff --git a/TestAssets/ProjectModelServer/DthTestProjects/src/IncompatiblePackageSample/project.json b/TestAssets/ProjectModelServer/DthTestProjects/src/IncompatiblePackageSample/project.json index e0cee3305..66187228b 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-23931", + "NETStandard.Library": "1.5.0-rc2-24008", "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 eef84f6b2..927128592 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "dnxcore50": {} diff --git a/TestAssets/TestPackages/dotnet-dependency-tool-invoker/project.json b/TestAssets/TestPackages/dotnet-dependency-tool-invoker/project.json index e02da4190..0726f91a8 100644 --- a/TestAssets/TestPackages/dotnet-dependency-tool-invoker/project.json +++ b/TestAssets/TestPackages/dotnet-dependency-tool-invoker/project.json @@ -6,7 +6,7 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0-rc2-23931" + "version": "1.0.0-rc2-24008" }, "Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*", diff --git a/TestAssets/TestPackages/dotnet-desktop-and-portable/project.json b/TestAssets/TestPackages/dotnet-desktop-and-portable/project.json index a353f8a04..7cfc2e94f 100644 --- a/TestAssets/TestPackages/dotnet-desktop-and-portable/project.json +++ b/TestAssets/TestPackages/dotnet-desktop-and-portable/project.json @@ -8,7 +8,7 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0-rc2-23931" + "version": "1.0.0-rc2-24008" } }, "imports": [ diff --git a/TestAssets/TestPackages/dotnet-hello/v1/dotnet-hello/project.json b/TestAssets/TestPackages/dotnet-hello/v1/dotnet-hello/project.json index ff861c342..0fe8b7a7f 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "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 1b2de7698..13b031e12 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestPackages/dotnet-portable/project.json b/TestAssets/TestPackages/dotnet-portable/project.json index 82899e734..f04db7245 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-23931" + "version": "1.0.0-rc2-24008" } } } diff --git a/TestAssets/TestProjects/AppWithBomGlobalJson/project.json b/TestAssets/TestProjects/AppWithBomGlobalJson/project.json index e6d9e0635..b7a6f2de5 100644 --- a/TestAssets/TestProjects/AppWithBomGlobalJson/project.json +++ b/TestAssets/TestProjects/AppWithBomGlobalJson/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23930" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/AppWithDirectAndToolDependency/project.json b/TestAssets/TestProjects/AppWithDirectAndToolDependency/project.json index f2b89a671..7cafa0caa 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-23931", + "NETStandard.Library": "1.5.0-rc2-24008", "dotnet-hello": { "version": "1.0.0", "target": "package" diff --git a/TestAssets/TestProjects/AppWithDirectDependency/project.json b/TestAssets/TestProjects/AppWithDirectDependency/project.json index 809a9ddac..cc004c548 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-23931", + "NETStandard.Library": "1.5.0-rc2-24008", "dotnet-hello": { "version": "1.0.0", "target": "package" diff --git a/TestAssets/TestProjects/AppWithOutputAssemblyName/project.json b/TestAssets/TestProjects/AppWithOutputAssemblyName/project.json index 5afffc7b6..8ee38fe0e 100644 --- a/TestAssets/TestProjects/AppWithOutputAssemblyName/project.json +++ b/TestAssets/TestProjects/AppWithOutputAssemblyName/project.json @@ -5,7 +5,7 @@ "preserveCompilationContext": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/AppWithToolDependency/project.json b/TestAssets/TestProjects/AppWithToolDependency/project.json index 15fdf1dff..b7a6f2de5 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/CompileFail/project.json b/TestAssets/TestProjects/CompileFail/project.json index 56132672d..4b1d0a3e8 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/DependencyContextValidator/DependencyContextValidator/project.json b/TestAssets/TestProjects/DependencyContextValidator/DependencyContextValidator/project.json index c160bb47f..253bc5287 100644 --- a/TestAssets/TestProjects/DependencyContextValidator/DependencyContextValidator/project.json +++ b/TestAssets/TestProjects/DependencyContextValidator/DependencyContextValidator/project.json @@ -10,10 +10,9 @@ "netstandard1.5": { "imports": "dnxcore50", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23931", + "NETStandard.Library": "1.5.0-rc2-24008" } }, - "net451": { - } + "net451": {} } } diff --git a/TestAssets/TestProjects/DependencyContextValidator/TestApp/project.json b/TestAssets/TestProjects/DependencyContextValidator/TestApp/project.json index 309925dce..52d9ec4bc 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-23931", + "NETStandard.Library": "1.5.0-rc2-24008", "DependencyContextValidator": "1.0.0-*" }, "frameworks": { diff --git a/TestAssets/TestProjects/DependencyContextValidator/TestAppDeps/project.json b/TestAssets/TestProjects/DependencyContextValidator/TestAppDeps/project.json index 312d79d4b..d238cfdc9 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-23931", + "NETStandard.Library": "1.5.0-rc2-24008", "DependencyContextValidator": "1.0.0-*" }, "frameworks": { diff --git a/TestAssets/TestProjects/DependencyContextValidator/TestAppPortable/project.json b/TestAssets/TestProjects/DependencyContextValidator/TestAppPortable/project.json index f3fc18046..7d3d8f139 100644 --- a/TestAssets/TestProjects/DependencyContextValidator/TestAppPortable/project.json +++ b/TestAssets/TestProjects/DependencyContextValidator/TestAppPortable/project.json @@ -6,14 +6,14 @@ }, "dependencies": { "Microsoft.NETCore.App": { - "type": "platform", - "version": "1.0.0-rc2-23931" + "type": "platform", + "version": "1.0.0-rc2-24008" }, "DependencyContextValidator": "1.0.0-*" }, "frameworks": { "netstandard1.5": { - "imports" : "dnxcore50" + "imports": "dnxcore50" } } } diff --git a/TestAssets/TestProjects/DependencyContextValidator/TestAppPortableDeps/project.json b/TestAssets/TestProjects/DependencyContextValidator/TestAppPortableDeps/project.json index 2036c6d1a..f761a6c75 100644 --- a/TestAssets/TestProjects/DependencyContextValidator/TestAppPortableDeps/project.json +++ b/TestAssets/TestProjects/DependencyContextValidator/TestAppPortableDeps/project.json @@ -1,18 +1,18 @@ { "version": "1.0.0-*", "compilationOptions": { - "emitEntryPoint": true, + "emitEntryPoint": true }, "dependencies": { "Microsoft.NETCore.App": { - "type": "platform", - "version": "1.0.0-rc2-23931" + "type": "platform", + "version": "1.0.0-rc2-24008" }, "DependencyContextValidator": "1.0.0-*" }, "frameworks": { "netstandard1.5": { - "imports" : "dnxcore50" + "imports": "dnxcore50" } } } diff --git a/TestAssets/TestProjects/FSharpTestProjects/CompileFailApp/project.json b/TestAssets/TestProjects/FSharpTestProjects/CompileFailApp/project.json index e9c499f79..45e52297d 100644 --- a/TestAssets/TestProjects/FSharpTestProjects/CompileFailApp/project.json +++ b/TestAssets/TestProjects/FSharpTestProjects/CompileFailApp/project.json @@ -1,31 +1,32 @@ { - "version": "1.0.0-*", - "compilationOptions": { - "emitEntryPoint": true - }, - "compilerName": "fsc", - "compileFiles": [ - "Program.fs" - ], - "dependencies": { - "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", - "NETStandard.Library": "1.5.0-rc2-23931" - }, - - "tools": { - "dotnet-compile-fsc": { - "version": "1.0.0-*", - "imports": [ - "dnxcore50", - "portable-net45+win81", - "netstandard1.3" - ] - } - }, - - "frameworks": { - "netstandardapp1.5": { - "imports": ["dnxcore50", "netstandard1.3"] - } + "version": "1.0.0-*", + "compilationOptions": { + "emitEntryPoint": true + }, + "compilerName": "fsc", + "compileFiles": [ + "Program.fs" + ], + "dependencies": { + "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", + "NETStandard.Library": "1.5.0-rc2-24008" + }, + "tools": { + "dotnet-compile-fsc": { + "version": "1.0.0-*", + "imports": [ + "dnxcore50", + "portable-net45+win81", + "netstandard1.3" + ] } + }, + "frameworks": { + "netstandardapp1.5": { + "imports": [ + "dnxcore50", + "netstandard1.3" + ] + } + } } diff --git a/TestAssets/TestProjects/FSharpTestProjects/TestApp/project.json b/TestAssets/TestProjects/FSharpTestProjects/TestApp/project.json index 60b0f771a..c5e8a4a3e 100644 --- a/TestAssets/TestProjects/FSharpTestProjects/TestApp/project.json +++ b/TestAssets/TestProjects/FSharpTestProjects/TestApp/project.json @@ -1,39 +1,33 @@ { - "version": "1.0.0-*", - - "compilationOptions": { - "emitEntryPoint": true + "version": "1.0.0-*", + "compilationOptions": { + "emitEntryPoint": true + }, + "compilerName": "fsc", + "compileFiles": [ + "Program.fs" + ], + "dependencies": { + "TestLibrary": { + "version": "1.0.0-*", + "target": "project" }, - - "compilerName": "fsc", - - "compileFiles": [ - "Program.fs" - ], - "dependencies": { - "TestLibrary": { - "version": "1.0.0-*", - "target": "project" - }, - "NETStandard.Library": "1.5.0-rc2-23931", - "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221" - }, - - "tools": { - "dotnet-compile-fsc": { - "version": "1.0.0-*", - "imports": [ - "dnxcore50", - "portable-net45+win81", - "netstandard1.3" - ] - } - }, - - "frameworks": { - "netstandardapp1.5": { - "imports": "dnxcore50" - } + "NETStandard.Library": "1.5.0-rc2-24008", + "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221" + }, + "tools": { + "dotnet-compile-fsc": { + "version": "1.0.0-*", + "imports": [ + "dnxcore50", + "portable-net45+win81", + "netstandard1.3" + ] } - + }, + "frameworks": { + "netstandardapp1.5": { + "imports": "dnxcore50" + } + } } diff --git a/TestAssets/TestProjects/FSharpTestProjects/TestAppWithArgs/project.json b/TestAssets/TestProjects/FSharpTestProjects/TestAppWithArgs/project.json index ff70fb64f..225d15a03 100644 --- a/TestAssets/TestProjects/FSharpTestProjects/TestAppWithArgs/project.json +++ b/TestAssets/TestProjects/FSharpTestProjects/TestAppWithArgs/project.json @@ -1,31 +1,29 @@ { - "version": "1.0.0-*", - "compilationOptions": { - "emitEntryPoint": true - }, - "compilerName": "fsc", - "compileFiles": [ - "Program.fs" - ], - "dependencies": { - "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", - "NETStandard.Library": "1.5.0-rc2-23931" - }, - - "tools": { - "dotnet-compile-fsc": { - "version": "1.0.0-*", - "imports": [ - "dnxcore50", - "portable-net45+win81", - "netstandard1.3" - ] - } - }, - - "frameworks": { - "netstandardapp1.5": { - "imports": "dnxcore50" - } + "version": "1.0.0-*", + "compilationOptions": { + "emitEntryPoint": true + }, + "compilerName": "fsc", + "compileFiles": [ + "Program.fs" + ], + "dependencies": { + "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", + "NETStandard.Library": "1.5.0-rc2-24008" + }, + "tools": { + "dotnet-compile-fsc": { + "version": "1.0.0-*", + "imports": [ + "dnxcore50", + "portable-net45+win81", + "netstandard1.3" + ] } + }, + "frameworks": { + "netstandardapp1.5": { + "imports": "dnxcore50" + } + } } diff --git a/TestAssets/TestProjects/FSharpTestProjects/TestLibrary/project.json b/TestAssets/TestProjects/FSharpTestProjects/TestLibrary/project.json index 265e2d41e..ad57369f8 100644 --- a/TestAssets/TestProjects/FSharpTestProjects/TestLibrary/project.json +++ b/TestAssets/TestProjects/FSharpTestProjects/TestLibrary/project.json @@ -1,31 +1,27 @@ { - "version": "1.0.0-*", - "dependencies": { - "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", - "NETStandard.Library": "1.5.0-rc2-23931" - }, - - "compilerName": "fsc", - - "compileFiles": [ - "Helper2.fs", - "Helper.fs" - ], - - "tools": { - "dotnet-compile-fsc": { - "version": "1.0.0-*", - "imports": [ - "dnxcore50", - "portable-net45+win81", - "netstandard1.3" - ] - } - }, - - "frameworks": { - "netstandardapp1.5": { - "imports": "dnxcore50" - } + "version": "1.0.0-*", + "dependencies": { + "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", + "NETStandard.Library": "1.5.0-rc2-24008" + }, + "compilerName": "fsc", + "compileFiles": [ + "Helper2.fs", + "Helper.fs" + ], + "tools": { + "dotnet-compile-fsc": { + "version": "1.0.0-*", + "imports": [ + "dnxcore50", + "portable-net45+win81", + "netstandard1.3" + ] } + }, + "frameworks": { + "netstandardapp1.5": { + "imports": "dnxcore50" + } + } } diff --git a/TestAssets/TestProjects/KestrelSample/KestrelPortable/project.json b/TestAssets/TestProjects/KestrelSample/KestrelPortable/project.json index c8cb6a92a..8d5471e13 100644 --- a/TestAssets/TestProjects/KestrelSample/KestrelPortable/project.json +++ b/TestAssets/TestProjects/KestrelSample/KestrelPortable/project.json @@ -1,6 +1,6 @@ { "version": "1.0.0-*", - "dependencies": { + "dependencies": { "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-20113", "Microsoft.AspNetCore.Hosting": "1.0.0-rc2-20113", "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20254" @@ -11,13 +11,12 @@ "compile": [ "../src/*.cs" ], - "frameworks": { "netstandard1.5": { "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0-rc2-23931" + "version": "1.0.0-rc2-24008" } }, "imports": [ @@ -26,4 +25,4 @@ ] } } -} \ No newline at end of file +} diff --git a/TestAssets/TestProjects/KestrelSample/KestrelStandalone/project.json b/TestAssets/TestProjects/KestrelSample/KestrelStandalone/project.json index 0025fb9a8..b4587d790 100644 --- a/TestAssets/TestProjects/KestrelSample/KestrelStandalone/project.json +++ b/TestAssets/TestProjects/KestrelSample/KestrelStandalone/project.json @@ -11,11 +11,10 @@ "compile": [ "../src/*.cs" ], - "frameworks": { "netstandardapp1.5": { "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-23931" + "Microsoft.NETCore.App": "1.0.0-rc2-24008" }, "imports": [ "dnxcore50", @@ -23,4 +22,4 @@ ] } } -} \ No newline at end of file +} diff --git a/TestAssets/TestProjects/LibraryWithOutputAssemblyName/project.json b/TestAssets/TestProjects/LibraryWithOutputAssemblyName/project.json index f25cad21b..6ab1927af 100644 --- a/TestAssets/TestProjects/LibraryWithOutputAssemblyName/project.json +++ b/TestAssets/TestProjects/LibraryWithOutputAssemblyName/project.json @@ -3,7 +3,7 @@ "outputName": "MyLibrary" }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/OutputStandardOutputAndError/project.json b/TestAssets/TestProjects/OutputStandardOutputAndError/project.json index 56132672d..4b1d0a3e8 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/PortableTests/PortableApp/project.json b/TestAssets/TestProjects/PortableTests/PortableApp/project.json index 07faeb1ac..f86ac470f 100644 --- a/TestAssets/TestProjects/PortableTests/PortableApp/project.json +++ b/TestAssets/TestProjects/PortableTests/PortableApp/project.json @@ -12,16 +12,18 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0-rc2-23931" + "version": "1.0.0-rc2-24008" } } } }, - "runtimeOptions": { "somethingString": "anything", "somethingBoolean": true, - "someArray": ["one", "two"], + "someArray": [ + "one", + "two" + ], "someObject": { "someProperty": "someValue" } diff --git a/TestAssets/TestProjects/PortableTests/PortableAppCompilationContext/project.json b/TestAssets/TestProjects/PortableTests/PortableAppCompilationContext/project.json index 54c2fde9b..161bcc122 100644 --- a/TestAssets/TestProjects/PortableTests/PortableAppCompilationContext/project.json +++ b/TestAssets/TestProjects/PortableTests/PortableAppCompilationContext/project.json @@ -13,7 +13,7 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0-rc2-23931" + "version": "1.0.0-rc2-24008" } } } diff --git a/TestAssets/TestProjects/PortableTests/PortableAppWithIntentionalManagedDowngrade/project.json b/TestAssets/TestProjects/PortableTests/PortableAppWithIntentionalManagedDowngrade/project.json index 7877c457b..4aea1df3e 100644 --- a/TestAssets/TestProjects/PortableTests/PortableAppWithIntentionalManagedDowngrade/project.json +++ b/TestAssets/TestProjects/PortableTests/PortableAppWithIntentionalManagedDowngrade/project.json @@ -12,7 +12,7 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0-rc2-23931" + "version": "1.0.0-rc2-24008" }, "System.Linq": "4.0.0" } diff --git a/TestAssets/TestProjects/PortableTests/PortableAppWithNative/project.json b/TestAssets/TestProjects/PortableTests/PortableAppWithNative/project.json index 919c71ec6..0c76e76d5 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-23931" + "version": "1.0.0-rc2-24008" }, "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" } diff --git a/TestAssets/TestProjects/PortableTests/StandaloneApp/project.json b/TestAssets/TestProjects/PortableTests/StandaloneApp/project.json index 2c21f3257..6398bac17 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-23931" + "Microsoft.NETCore.App": "1.0.0-rc2-24008" } } }, @@ -23,11 +23,13 @@ "rhel.7.2-x64": {}, "debian.8.2-x64": {} }, - "runtimeOptions": { "somethingString": "anything", "somethingBoolean": true, - "someArray": ["one", "two"], + "someArray": [ + "one", + "two" + ], "someObject": { "someProperty": "someValue" } diff --git a/TestAssets/TestProjects/ProjectWithTests/project.json b/TestAssets/TestProjects/ProjectWithTests/project.json index b619f49f6..eba1ae115 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-23931", - "System.Linq.Expressions": "4.0.11-rc2-23931", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", + "NETStandard.Library": "1.5.0-rc2-24008", + "System.Linq.Expressions": "4.0.11-rc2-24008", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-dev-128011-22" }, diff --git a/TestAssets/TestProjects/RunTestsApps/TestAppMultiTarget/project.json b/TestAssets/TestProjects/RunTestsApps/TestAppMultiTarget/project.json index 8649d5e6f..7f13bceec 100644 --- a/TestAssets/TestProjects/RunTestsApps/TestAppMultiTarget/project.json +++ b/TestAssets/TestProjects/RunTestsApps/TestAppMultiTarget/project.json @@ -8,7 +8,7 @@ "imports": "dnxcore50", "dependencies": { "Microsoft.NETCore.App": { - "version":"1.0.0-rc2-23931", + "version": "1.0.0-rc2-24008", "type": "platform" } } diff --git a/TestAssets/TestProjects/TestAppCompilationContext/TestApp/project.json b/TestAssets/TestProjects/TestAppCompilationContext/TestApp/project.json index 8dcd0ce14..043b3df35 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestAppCompilationContext/TestLibrary/project.json b/TestAssets/TestProjects/TestAppCompilationContext/TestLibrary/project.json index 0278c5ac4..ba757babb 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestAppWithArgs/project.json b/TestAssets/TestProjects/TestAppWithArgs/project.json index 56132672d..4b1d0a3e8 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestAppWithContentPackage/project.json b/TestAssets/TestProjects/TestAppWithContentPackage/project.json index 37eb40700..864f7ab48 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-23931", + "NETStandard.Library": "1.5.0-rc2-24008", "SharedContentA": "1.0.0-*" }, "frameworks": { diff --git a/TestAssets/TestProjects/TestAppWithContents/project.json b/TestAssets/TestProjects/TestAppWithContents/project.json index 9bcf76b4f..6686c6b71 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "content": "testcontentfile.txt", "frameworks": { diff --git a/TestAssets/TestProjects/TestAppWithLibrary/TestApp/project.json b/TestAssets/TestProjects/TestAppWithLibrary/TestApp/project.json index 0efe67bc0..aa185c64f 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestAppWithLibrary/TestLibrary/project.json b/TestAssets/TestProjects/TestAppWithLibrary/TestLibrary/project.json index 0278c5ac4..ba757babb 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestAppWithScripts/project.json b/TestAssets/TestProjects/TestAppWithScripts/project.json index a1c244408..8a3971bfb 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestApp/project.json b/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestApp/project.json index 8a5e849b0..04691a65f 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibrary/project.json b/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibrary/project.json index 0278c5ac4..ba757babb 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibrary2/project.json b/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibrary2/project.json index 97db4bf86..de6874397 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibraryWithAppDependency/project.json b/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibraryWithAppDependency/project.json index be6e82953..6eab7e8de 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestAppWithWrapperProjectDependency/TestApp/project.json b/TestAssets/TestProjects/TestAppWithWrapperProjectDependency/TestApp/project.json index 0efe67bc0..aa185c64f 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryGreater/project.json b/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryGreater/project.json index 0b53f9721..06170cc7a 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" } } } diff --git a/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryLesser/project.json b/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryLesser/project.json index 991c9a94d..d64a6d488 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" } } } diff --git a/TestAssets/TestProjects/TestLibraryWithAnalyzer/project.json b/TestAssets/TestProjects/TestLibraryWithAnalyzer/project.json index 08cf1b646..e8f867b77 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-23931", + "NETStandard.Library": "1.5.0-rc2-24008", "System.Runtime.Analyzers": { "version": "1.1.0", "type": "build" diff --git a/TestAssets/TestProjects/TestLibraryWithConfiguration/project.json b/TestAssets/TestProjects/TestLibraryWithConfiguration/project.json index c6e5739da..923b4c6d8 100644 --- a/TestAssets/TestProjects/TestLibraryWithConfiguration/project.json +++ b/TestAssets/TestProjects/TestLibraryWithConfiguration/project.json @@ -10,7 +10,7 @@ ] }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "configurations": { "Test": {} diff --git a/TestAssets/TestProjects/TestLibraryWithMultipleFrameworks/project.json b/TestAssets/TestProjects/TestLibraryWithMultipleFrameworks/project.json index a77959961..dd8eb26b0 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" } } } diff --git a/TestAssets/TestProjects/TestMicrosoftCSharpReference/project.json b/TestAssets/TestProjects/TestMicrosoftCSharpReference/project.json index 2c63929fc..7cd6e10e5 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" } }, "dnx451": { "dependencies": { - "Microsoft.CSharp": "4.0.1-rc2-23931" + "Microsoft.CSharp": "4.0.1-rc2-24008" } } } diff --git a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L0/project.json b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L0/project.json index fef8ee75f..92ab100c5 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L11/project.json b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L11/project.json index ffd45066c..92682ba74 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L12/project.json b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L12/project.json index d7f09a08f..373d74848 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L21/project.json b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L21/project.json index 6917fc059..bfc55217e 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L22/project.json b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L22/project.json index 6917fc059..bfc55217e 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestProjectWithCultureSpecificResource/project.json b/TestAssets/TestProjects/TestProjectWithCultureSpecificResource/project.json index 56132672d..4b1d0a3e8 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestProjectWithResource/project.json b/TestAssets/TestProjects/TestProjectWithResource/project.json index 56132672d..4b1d0a3e8 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/TestAssets/TestProjects/TestSimpleIncrementalApp/project.json b/TestAssets/TestProjects/TestSimpleIncrementalApp/project.json index 1e7f9931a..3ebd8f567 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/pkg/deps/project.json b/pkg/deps/project.json index f33b209d1..7b73ac1be 100644 --- a/pkg/deps/project.json +++ b/pkg/deps/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23931" + "Microsoft.NETCore.Platforms": "1.0.1-rc2-24008" }, "frameworks": { "dnxcore50": { diff --git a/pkg/dir.props b/pkg/dir.props index c1d88956d..626f3700a 100644 --- a/pkg/dir.props +++ b/pkg/dir.props @@ -1,4 +1,4 @@ - + $(MSBuildThisFileDirectory) @@ -23,7 +23,7 @@ $(PackagesOutDir) - $(ProjectDir)packages\Microsoft.NETCore.Platforms\1.0.1-rc2-23931\runtime.json + $(ProjectDir)packages\Microsoft.NETCore.Platforms\1.0.1-rc2-24008\runtime.json $(ProjectDir)projects/dotnet_library_license.txt $(ProjectDir)projects/ThirdPartyNotices.txt $(ProjectDir)projects/descriptions.json diff --git a/pkg/projects/Microsoft.NETCore.App/project.json b/pkg/projects/Microsoft.NETCore.App/project.json index e2b6be0c5..2e4e7e35a 100644 --- a/pkg/projects/Microsoft.NETCore.App/project.json +++ b/pkg/projects/Microsoft.NETCore.App/project.json @@ -2,44 +2,44 @@ "dependencies": { "Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160405-05", "Microsoft.CodeAnalysis.VisualBasic": "1.3.0-beta1-20160405-05", - "Microsoft.CSharp": "4.0.1-rc2-23931", - "Microsoft.VisualBasic": "10.0.1-rc2-23931", - "NETStandard.Library": "1.5.0-rc2-23931", - "System.Buffers": "4.0.0-rc2-23931", - "System.Collections.Immutable": "1.2.0-rc2-23931", - "System.ComponentModel": "4.0.1-rc2-23931", - "System.ComponentModel.Annotations": "4.1.0-rc2-23931", - "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-23931", - "System.Diagnostics.Process": "4.1.0-rc2-23931", - "System.Dynamic.Runtime": "4.0.11-rc2-23931", - "System.Globalization.Extensions": "4.0.1-rc2-23931", - "System.IO.FileSystem.Watcher": "4.0.0-rc2-23931", - "System.IO.MemoryMappedFiles": "4.0.0-rc2-23931", - "System.IO.UnmanagedMemoryStream": "4.0.1-rc2-23931", - "System.Linq.Expressions": "4.0.11-rc2-23931", - "System.Linq.Parallel": "4.0.1-rc2-23931", - "System.Linq.Queryable": "4.0.1-rc2-23931", - "System.Net.NameResolution": "4.0.0-rc2-23931", - "System.Net.Requests": "4.0.11-rc2-23931", - "System.Net.Security": "4.0.0-rc2-23931", - "System.Net.WebHeaderCollection": "4.0.1-rc2-23931", - "System.Numerics.Vectors": "4.1.1-rc2-23931", - "System.Reflection.DispatchProxy": "4.0.1-rc2-23931", - "System.Reflection.Metadata": "1.3.0-rc2-23931", - "System.Reflection.TypeExtensions": "4.1.0-rc2-23931", - "System.Resources.Reader": "4.0.0-rc2-23931", - "System.Runtime.Loader": "4.0.0-rc2-23931", - "System.Security.Cryptography.Algorithms": "4.1.0-rc2-23931", - "System.Security.Cryptography.Encoding": "4.0.0-rc2-23931", - "System.Security.Cryptography.Primitives": "4.0.0-rc2-23931", - "System.Security.Cryptography.X509Certificates": "4.1.0-rc2-23931", - "System.Threading.Tasks.Dataflow": "4.6.0-rc2-23931", - "System.Threading.Tasks.Extensions": "4.0.0-rc2-23931", - "System.Threading.Tasks.Parallel": "4.0.1-rc2-23931", - "System.Threading.Thread": "4.0.0-rc2-23931", - "System.Threading.ThreadPool": "4.0.10-rc2-23931" + "Microsoft.CSharp": "4.0.1-rc2-24008", + "Microsoft.VisualBasic": "10.0.1-rc2-24008", + "NETStandard.Library": "1.5.0-rc2-24008", + "System.Buffers": "4.0.0-rc2-24008", + "System.Collections.Immutable": "1.2.0-rc2-24008", + "System.ComponentModel": "4.0.1-rc2-24008", + "System.ComponentModel.Annotations": "4.1.0-rc2-24008", + "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24008", + "System.Diagnostics.Process": "4.1.0-rc2-24008", + "System.Dynamic.Runtime": "4.0.11-rc2-24008", + "System.Globalization.Extensions": "4.0.1-rc2-24008", + "System.IO.FileSystem.Watcher": "4.0.0-rc2-24008", + "System.IO.MemoryMappedFiles": "4.0.0-rc2-24008", + "System.IO.UnmanagedMemoryStream": "4.0.1-rc2-24008", + "System.Linq.Expressions": "4.0.11-rc2-24008", + "System.Linq.Parallel": "4.0.1-rc2-24008", + "System.Linq.Queryable": "4.0.1-rc2-24008", + "System.Net.NameResolution": "4.0.0-rc2-24008", + "System.Net.Requests": "4.0.11-rc2-24008", + "System.Net.Security": "4.0.0-rc2-24008", + "System.Net.WebHeaderCollection": "4.0.1-rc2-24008", + "System.Numerics.Vectors": "4.1.1-rc2-24008", + "System.Reflection.DispatchProxy": "4.0.1-rc2-24008", + "System.Reflection.Metadata": "1.3.0-rc2-24008", + "System.Reflection.TypeExtensions": "4.1.0-rc2-24008", + "System.Resources.Reader": "4.0.0-rc2-24008", + "System.Runtime.Loader": "4.0.0-rc2-24008", + "System.Security.Cryptography.Algorithms": "4.1.0-rc2-24008", + "System.Security.Cryptography.Encoding": "4.0.0-rc2-24008", + "System.Security.Cryptography.Primitives": "4.0.0-rc2-24008", + "System.Security.Cryptography.X509Certificates": "4.1.0-rc2-24008", + "System.Threading.Tasks.Dataflow": "4.6.0-rc2-24008", + "System.Threading.Tasks.Extensions": "4.0.0-rc2-24008", + "System.Threading.Tasks.Parallel": "4.0.1-rc2-24008", + "System.Threading.Thread": "4.0.0-rc2-24008", + "System.Threading.ThreadPool": "4.0.10-rc2-24008" }, "frameworks": { - "netstandard1.5": { } + "netstandard1.5": {} } } diff --git a/scripts/Microsoft.DotNet.Cli.Build.Framework/project.json b/scripts/Microsoft.DotNet.Cli.Build.Framework/project.json index 48861af93..54adc7f22 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-23931", - "System.Diagnostics.Process": "4.1.0-rc2-23931", + "NETStandard.Library": "1.5.0-rc2-24008", + "System.Diagnostics.Process": "4.1.0-rc2-24008", "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20100" }, "frameworks": { diff --git a/scripts/dotnet-cli-build/CompileTargets.cs b/scripts/dotnet-cli-build/CompileTargets.cs index ff13c5d15..6a691db15 100644 --- a/scripts/dotnet-cli-build/CompileTargets.cs +++ b/scripts/dotnet-cli-build/CompileTargets.cs @@ -17,7 +17,7 @@ namespace Microsoft.DotNet.Cli.Build { public class CompileTargets { - public static readonly string CoreCLRVersion = "1.0.2-rc2-23931"; + public static readonly string CoreCLRVersion = "1.0.2-rc2-24008"; 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 7483b525e..b1df33a9b 100755 --- a/scripts/dotnet-cli-build/project.json +++ b/scripts/dotnet-cli-build/project.json @@ -5,13 +5,13 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23931", - "Microsoft.CSharp": "4.0.1-rc2-23931", + "NETStandard.Library": "1.5.0-rc2-24008", + "Microsoft.CSharp": "4.0.1-rc2-24008", "Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*", - "System.Dynamic.Runtime": "4.0.11-rc2-23931", - "System.Reflection.Metadata": "1.3.0-rc2-23931", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", - "System.Xml.XmlSerializer": "4.0.11-rc2-23931", + "System.Dynamic.Runtime": "4.0.11-rc2-24008", + "System.Reflection.Metadata": "1.3.0-rc2-24008", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", + "System.Xml.XmlSerializer": "4.0.11-rc2-24008", "WindowsAzure.Storage": "6.2.2-preview" }, "frameworks": { diff --git a/scripts/update-dependencies/project.json b/scripts/update-dependencies/project.json index 63e87a442..caf880730 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-23931", - "Microsoft.CSharp": "4.0.1-rc2-23931", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", + "NETStandard.Library": "1.5.0-rc2-24008", + "Microsoft.CSharp": "4.0.1-rc2-24008", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", "Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*", "NuGet.Versioning": "3.5.0-beta-1130", "Newtonsoft.Json": "7.0.1", diff --git a/src/Microsoft.DotNet.Cli.Utils/project.json b/src/Microsoft.DotNet.Cli.Utils/project.json index 619d52f82..8f76df049 100644 --- a/src/Microsoft.DotNet.Cli.Utils/project.json +++ b/src/Microsoft.DotNet.Cli.Utils/project.json @@ -27,7 +27,7 @@ "dnxcore50" ], "dependencies": { - "System.Diagnostics.Process": "4.1.0-rc2-23931" + "System.Diagnostics.Process": "4.1.0-rc2-24008" } } } diff --git a/src/Microsoft.DotNet.Files/project.json b/src/Microsoft.DotNet.Files/project.json index 938bbf87f..33a563790 100644 --- a/src/Microsoft.DotNet.Files/project.json +++ b/src/Microsoft.DotNet.Files/project.json @@ -7,7 +7,7 @@ "dependencies": { "Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.DotNet.ProjectModel": "1.0.0-*", - "System.Linq.Expressions": "4.0.11-rc2-23931" + "System.Linq.Expressions": "4.0.11-rc2-24008" }, "frameworks": { "netstandard1.5": { diff --git a/src/Microsoft.DotNet.ProjectModel.Loader/project.json b/src/Microsoft.DotNet.ProjectModel.Loader/project.json index 1f7dda0b0..8dbdd74a8 100644 --- a/src/Microsoft.DotNet.ProjectModel.Loader/project.json +++ b/src/Microsoft.DotNet.ProjectModel.Loader/project.json @@ -5,7 +5,7 @@ }, "dependencies": { "Microsoft.DotNet.ProjectModel": "1.0.0-*", - "System.Runtime.Loader": "4.0.0-rc2-23931" + "System.Runtime.Loader": "4.0.0-rc2-24008" }, "frameworks": { "netstandard1.5": { diff --git a/src/Microsoft.DotNet.ProjectModel/project.json b/src/Microsoft.DotNet.ProjectModel/project.json index 8ac357018..24e563c6b 100644 --- a/src/Microsoft.DotNet.ProjectModel/project.json +++ b/src/Microsoft.DotNet.ProjectModel/project.json @@ -17,7 +17,7 @@ }, "Newtonsoft.Json": "7.0.1", "NuGet.Packaging": "3.5.0-beta-1130", - "System.Reflection.Metadata": "1.3.0-rc2-23931" + "System.Reflection.Metadata": "1.3.0-rc2-24008" }, "frameworks": { "net451": { @@ -39,13 +39,13 @@ "dotnet5.4" ], "dependencies": { - "Microsoft.CSharp": "4.0.1-rc2-23931", - "System.Dynamic.Runtime": "4.0.11-rc2-23931", - "System.Runtime.Loader": "4.0.0-rc2-23931", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", - "System.Security.Cryptography.Algorithms": "4.1.0-rc2-23931", - "System.Threading.Thread": "4.0.0-rc2-23931", - "System.Xml.XDocument": "4.0.11-rc2-23931" + "Microsoft.CSharp": "4.0.1-rc2-24008", + "System.Dynamic.Runtime": "4.0.11-rc2-24008", + "System.Runtime.Loader": "4.0.0-rc2-24008", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", + "System.Security.Cryptography.Algorithms": "4.1.0-rc2-24008", + "System.Threading.Thread": "4.0.0-rc2-24008", + "System.Xml.XDocument": "4.0.11-rc2-24008" } } } diff --git a/src/Microsoft.Extensions.DependencyModel/project.json b/src/Microsoft.Extensions.DependencyModel/project.json index 3839faeb5..1551560a4 100644 --- a/src/Microsoft.Extensions.DependencyModel/project.json +++ b/src/Microsoft.Extensions.DependencyModel/project.json @@ -26,8 +26,8 @@ "netstandard1.5": { "imports": "portable-net45+wp80+win8+wpa81+dnxcore50", "dependencies": { - "System.Diagnostics.Debug": "4.0.11-rc2-23931", - "System.Dynamic.Runtime": "4.0.11-rc2-23931" + "System.Diagnostics.Debug": "4.0.11-rc2-24008", + "System.Dynamic.Runtime": "4.0.11-rc2-24008" } } }, diff --git a/src/Microsoft.Extensions.Testing.Abstractions/project.json b/src/Microsoft.Extensions.Testing.Abstractions/project.json index 98d8d0db9..dff48699c 100644 --- a/src/Microsoft.Extensions.Testing.Abstractions/project.json +++ b/src/Microsoft.Extensions.Testing.Abstractions/project.json @@ -25,8 +25,8 @@ "portable-net45+win8" ], "dependencies": { - "System.Resources.ResourceManager": "4.0.1-rc2-23931", - "System.Reflection.TypeExtensions": "4.1.0-rc2-23931" + "System.Resources.ResourceManager": "4.0.1-rc2-24008", + "System.Reflection.TypeExtensions": "4.1.0-rc2-24008" } } }, diff --git a/src/compilers/project.json b/src/compilers/project.json index 0002cbbd2..64dea980c 100644 --- a/src/compilers/project.json +++ b/src/compilers/project.json @@ -6,7 +6,7 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0-rc2-23931" + "version": "1.0.0-rc2-24008" }, "Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160405-05", "Microsoft.Net.Compilers.netcore": "1.3.0-beta1-20160405-05", diff --git a/src/dotnet-compile-fsc/project.json b/src/dotnet-compile-fsc/project.json index 59c39edee..786e35418 100644 --- a/src/dotnet-compile-fsc/project.json +++ b/src/dotnet-compile-fsc/project.json @@ -1,29 +1,26 @@ { - "version": "1.0.0-*", - "compilationOptions": { - "emitEntryPoint": true - }, - - "dependencies": { - "Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-160318", - "System.CommandLine": "0.1.0-e160323-1", - - "Microsoft.DotNet.ProjectModel": "1.0.0-*", - "Microsoft.DotNet.Compiler.Common": "1.0.0-*", - "Microsoft.DotNet.Cli.Utils": "1.0.0-*", - - "Microsoft.NETCore.App": { - "type": "platform", - "version": "1.0.0-rc2-23931" - } - }, - "frameworks": { - "netstandard1.5": { - "imports": [ - "dnxcore50", - "portable-net45+win81", - "netstandard1.3" - ] - } + "version": "1.0.0-*", + "compilationOptions": { + "emitEntryPoint": true + }, + "dependencies": { + "Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-160318", + "System.CommandLine": "0.1.0-e160323-1", + "Microsoft.DotNet.ProjectModel": "1.0.0-*", + "Microsoft.DotNet.Compiler.Common": "1.0.0-*", + "Microsoft.DotNet.Cli.Utils": "1.0.0-*", + "Microsoft.NETCore.App": { + "type": "platform", + "version": "1.0.0-rc2-24008" } + }, + "frameworks": { + "netstandard1.5": { + "imports": [ + "dnxcore50", + "portable-net45+win81", + "netstandard1.3" + ] + } + } } 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 cbb1aeff2..c1c73dfa9 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-23931" + "version": "1.0.0-rc2-24008" } }, "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 462c35e41..492a26337 100644 --- a/src/dotnet/commands/dotnet-new/FSharp_Console/project.json.template +++ b/src/dotnet/commands/dotnet-new/FSharp_Console/project.json.template @@ -11,10 +11,9 @@ "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-160316", "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0-rc2-23931" + "version": "1.0.0-rc2-24008" } }, - "tools": { "dotnet-compile-fsc": { "version": "1.0.0-*", @@ -25,7 +24,6 @@ ] } }, - "frameworks": { "netstandard1.5": { "imports": [ diff --git a/src/dotnet/project.json b/src/dotnet/project.json index 89950e39f..08f102aa5 100644 --- a/src/dotnet/project.json +++ b/src/dotnet/project.json @@ -22,8 +22,8 @@ }, "NuGet.CommandLine.XPlat": "3.5.0-beta-1130", "Newtonsoft.Json": "7.0.1", - "System.Text.Encoding.CodePages": "4.0.1-rc2-23931", - "System.Diagnostics.FileVersionInfo": "4.0.0-rc2-23931", + "System.Text.Encoding.CodePages": "4.0.1-rc2-24008", + "System.Diagnostics.FileVersionInfo": "4.0.0-rc2-24008", "System.CommandLine": "0.1.0-e160323-1", "Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.Compiler.Common": "1.0.0-*", @@ -37,19 +37,19 @@ "version": "1.0.0-rc2-20221" }, "Microsoft.Extensions.Testing.Abstractions": "1.0.0-*", - "Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-23931", - "Microsoft.NETCore.TestHost": "1.0.0-rc2-23931", + "Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-24008", + "Microsoft.NETCore.TestHost": "1.0.0-rc2-24008", "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0-rc2-23931" + "version": "1.0.0-rc2-24008" }, - "System.Diagnostics.TraceSource": "4.0.0-rc2-23931", - "System.Diagnostics.TextWriterTraceListener": "4.0.0-rc2-23931", - "System.Resources.ReaderWriter": "4.0.0-rc2-23931", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", - "System.Private.DataContractSerialization": "4.1.1-rc2-23931", + "System.Diagnostics.TraceSource": "4.0.0-rc2-24008", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-rc2-24008", + "System.Resources.ReaderWriter": "4.0.0-rc2-24008", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", + "System.Private.DataContractSerialization": "4.1.1-rc2-24008", "Microsoft.Win32.Registry": { - "version": "4.0.0-rc2-23931", + "version": "4.0.0-rc2-24008", "exclude": "compile" } }, diff --git a/src/sharedframework/framework/project.json b/src/sharedframework/framework/project.json index 0cfcf2702..6d9bc2088 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-23931" + "Microsoft.NETCore.App": "1.0.0-rc2-24008" }, "runtimes": { "win7-x64": {}, diff --git a/test/ArgumentForwardingTests/project.json b/test/ArgumentForwardingTests/project.json index d2156d7a4..7cfded314 100644 --- a/test/ArgumentForwardingTests/project.json +++ b/test/ArgumentForwardingTests/project.json @@ -4,8 +4,8 @@ "emitEntryPoint": true }, "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-23931", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", + "Microsoft.NETCore.App": "1.0.0-rc2-24008", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", "Microsoft.DotNet.ProjectModel": { "target": "project" }, diff --git a/test/ArgumentsReflector/project.json b/test/ArgumentsReflector/project.json index 5a1ae7c6e..37f50ec47 100644 --- a/test/ArgumentsReflector/project.json +++ b/test/ArgumentsReflector/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-23931" + "Microsoft.NETCore.App": "1.0.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/test/EndToEnd/project.json b/test/EndToEnd/project.json index 1175effec..7f147431e 100644 --- a/test/EndToEnd/project.json +++ b/test/EndToEnd/project.json @@ -4,8 +4,8 @@ "emitEntryPoint": true }, "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-23931", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", + "Microsoft.NETCore.App": "1.0.0-rc2-24008", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", "Microsoft.DotNet.ProjectModel": { "target": "project" }, diff --git a/test/Kestrel.Tests/project.json b/test/Kestrel.Tests/project.json index f70f62ea9..29ca2db06 100644 --- a/test/Kestrel.Tests/project.json +++ b/test/Kestrel.Tests/project.json @@ -1,8 +1,8 @@ { "version": "1.0.0-*", "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-23931", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", + "Microsoft.NETCore.App": "1.0.0-rc2-24008", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/test/Microsoft.DotNet.Cli.Utils.Tests/project.json b/test/Microsoft.DotNet.Cli.Utils.Tests/project.json index f2613b8aa..4a48665fb 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": { - "Microsoft.NETCore.App": "1.0.0-rc2-23931", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", + "Microsoft.NETCore.App": "1.0.0-rc2-24008", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", "NuGet.Versioning": "3.5.0-beta-1130", "NuGet.Packaging": "3.5.0-beta-1130", "NuGet.Frameworks": "3.5.0-beta-1130", diff --git a/test/Microsoft.DotNet.Compiler.Common.Tests/project.json b/test/Microsoft.DotNet.Compiler.Common.Tests/project.json index 59d9a6130..396dc3c1a 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": { - "Microsoft.NETCore.App": "1.0.0-rc2-23931", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", + "Microsoft.NETCore.App": "1.0.0-rc2-24008", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", "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 e7ff52ef5..ed31f5e14 100644 --- a/test/Microsoft.DotNet.ProjectModel.Tests/project.json +++ b/test/Microsoft.DotNet.ProjectModel.Tests/project.json @@ -4,8 +4,8 @@ "keyFile": "../../tools/test_key.snk" }, "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-23931", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", + "Microsoft.NETCore.App": "1.0.0-rc2-24008", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", "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 519283a7a..71542fac1 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/project.json +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/project.json @@ -5,10 +5,10 @@ "keyFile": "../../tools/Key.snk" }, "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-23931", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", - "System.Collections.Immutable": "1.2.0-rc2-23931", - "System.Net.NetworkInformation": "4.1.0-rc2-23931", + "Microsoft.NETCore.App": "1.0.0-rc2-24008", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", + "System.Collections.Immutable": "1.2.0-rc2-24008", + "System.Net.NetworkInformation": "4.1.0-rc2-24008", "FluentAssertions": "4.0.0", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-dev-128011-22", diff --git a/test/Microsoft.Extensions.DependencyModel.Tests/project.json b/test/Microsoft.Extensions.DependencyModel.Tests/project.json index b1ca04ba3..2393ecc24 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": { - "Microsoft.NETCore.App": "1.0.0-rc2-23931", + "Microsoft.NETCore.App": "1.0.0-rc2-24008", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/test/ScriptExecutorTests/project.json b/test/ScriptExecutorTests/project.json index 824e93c33..d72919c8a 100644 --- a/test/ScriptExecutorTests/project.json +++ b/test/ScriptExecutorTests/project.json @@ -1,7 +1,7 @@ { "version": "1.0.0-*", "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-23931", + "Microsoft.NETCore.App": "1.0.0-rc2-24008", "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 da0226907..25d18f4c3 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-23931", + "NETStandard.Library": "1.5.0-rc2-24008", "Microsoft.Extensions.Testing.Abstractions": { "target": "project" }, - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", "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 5d325d2dd..fd1f9dc30 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-23931", + "NETStandard.Library": "1.5.0-rc2-24008", "Microsoft.Extensions.Testing.Abstractions": { "target": "project" }, - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", - "System.Diagnostics.Process": "4.1.0-rc2-23931", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", + "System.Diagnostics.Process": "4.1.0-rc2-24008", "TestAppWithPortablePdbs": { "target": "project" }, diff --git a/test/TestingAbstractions/TestAppWithFullPdbs/project.json b/test/TestingAbstractions/TestAppWithFullPdbs/project.json index e3a5a7117..19be56fad 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandard1.5": { diff --git a/test/TestingAbstractions/TestAppWithPortablePdbs/project.json b/test/TestingAbstractions/TestAppWithPortablePdbs/project.json index 2156edb61..188a346d0 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-23931" + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandard1.5": { diff --git a/test/dotnet-build.Tests/project.json b/test/dotnet-build.Tests/project.json index ac2fa7b20..bb86ad070 100644 --- a/test/dotnet-build.Tests/project.json +++ b/test/dotnet-build.Tests/project.json @@ -1,8 +1,8 @@ { "version": "1.0.0-*", "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-23931", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", + "Microsoft.NETCore.App": "1.0.0-rc2-24008", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/test/dotnet-compile-fsc.Tests/project.json b/test/dotnet-compile-fsc.Tests/project.json index 268f178df..37052a95b 100644 --- a/test/dotnet-compile-fsc.Tests/project.json +++ b/test/dotnet-compile-fsc.Tests/project.json @@ -1,18 +1,16 @@ { "version": "1.0.0-*", - "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23931", - - "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, + "NETStandard.Library": "1.5.0-rc2-24008", + "Microsoft.DotNet.Tools.Tests.Utilities": { + "target": "project" + }, "Microsoft.DotNet.Cli.Utils": { "target": "project" }, - "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-dev-128011-22" }, - "frameworks": { "netstandardapp1.5": { "imports": [ @@ -21,7 +19,6 @@ ] } }, - "content": [ "../../TestAssets/TestProjects/FSharpTestProjects/CompileFailApp/**/*", "../../TestAssets/TestProjects/FSharpTestProjects/TestApp/**/*", @@ -29,6 +26,5 @@ "../../TestAssets/TestProjects/FSharpTestProjects/TestLibrary/**/*", "../../TestAssets/TestProjects/FSharpTestProjects/global.json" ], - "testRunner": "xunit" } diff --git a/test/dotnet-compile.Tests/project.json b/test/dotnet-compile.Tests/project.json index 87fef3d3f..bb5d589c0 100644 --- a/test/dotnet-compile.Tests/project.json +++ b/test/dotnet-compile.Tests/project.json @@ -1,8 +1,8 @@ { "version": "1.0.0-*", "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-23931", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", + "Microsoft.NETCore.App": "1.0.0-rc2-24008", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/test/dotnet-compile.UnitTests/project.json b/test/dotnet-compile.UnitTests/project.json index f14ff81b8..9d22b2777 100644 --- a/test/dotnet-compile.UnitTests/project.json +++ b/test/dotnet-compile.UnitTests/project.json @@ -14,7 +14,7 @@ "target": "project" }, "Microsoft.Win32.Registry": { - "version": "4.0.0-rc2-23931", + "version": "4.0.0-rc2-24008", "exclude": "Compile" }, "Microsoft.DotNet.ProjectModel": { diff --git a/test/dotnet-pack.Tests/project.json b/test/dotnet-pack.Tests/project.json index d0564cbaf..6afeb6cbc 100644 --- a/test/dotnet-pack.Tests/project.json +++ b/test/dotnet-pack.Tests/project.json @@ -1,9 +1,9 @@ { "version": "1.0.0-*", "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-23931", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", - "System.IO.Compression.ZipFile": "4.0.1-rc2-23931", + "Microsoft.NETCore.App": "1.0.0-rc2-24008", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", + "System.IO.Compression.ZipFile": "4.0.1-rc2-24008", "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 adb19511c..db79a5cdc 100644 --- a/test/dotnet-projectmodel-server.Tests/project.json +++ b/test/dotnet-projectmodel-server.Tests/project.json @@ -1,11 +1,11 @@ { "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-23931", + "Microsoft.NETCore.App": "1.0.0-rc2-24008", "dotnet": { "target": "project" }, "Microsoft.Win32.Registry": { - "version": "4.0.0-rc2-23931", + "version": "4.0.0-rc2-24008", "exclude": "Compile" }, "Microsoft.DotNet.Tools.Tests.Utilities": { @@ -16,7 +16,7 @@ }, "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-dev-128011-22", - "System.Net.NameResolution": "4.0.0-rc2-23931" + "System.Net.NameResolution": "4.0.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/test/dotnet-publish.Tests/project.json b/test/dotnet-publish.Tests/project.json index e1cb27e63..546719974 100644 --- a/test/dotnet-publish.Tests/project.json +++ b/test/dotnet-publish.Tests/project.json @@ -1,8 +1,8 @@ { "version": "1.0.0-*", "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-23931", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", + "Microsoft.NETCore.App": "1.0.0-rc2-24008", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", "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 7d3e33813..ebb353742 100644 --- a/test/dotnet-resgen.Tests/project.json +++ b/test/dotnet-resgen.Tests/project.json @@ -1,8 +1,8 @@ { "version": "1.0.0-*", "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-23931", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", + "Microsoft.NETCore.App": "1.0.0-rc2-24008", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/test/dotnet-run.Tests/project.json b/test/dotnet-run.Tests/project.json index f70f62ea9..29ca2db06 100644 --- a/test/dotnet-run.Tests/project.json +++ b/test/dotnet-run.Tests/project.json @@ -1,8 +1,8 @@ { "version": "1.0.0-*", "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-23931", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", + "Microsoft.NETCore.App": "1.0.0-rc2-24008", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/test/dotnet-test.Tests/project.json b/test/dotnet-test.Tests/project.json index b533d47ec..dcaec7496 100644 --- a/test/dotnet-test.Tests/project.json +++ b/test/dotnet-test.Tests/project.json @@ -1,7 +1,7 @@ { "version": "1.0.0-*", "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-23931", + "Microsoft.NETCore.App": "1.0.0-rc2-24008", "Newtonsoft.Json": "7.0.1", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" @@ -12,9 +12,9 @@ "Microsoft.DotNet.ProjectModel": { "target": "project" }, - "System.Net.NameResolution": "4.0.0-rc2-23931", - "System.Net.Sockets": "4.1.0-rc2-23931", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", + "System.Net.NameResolution": "4.0.0-rc2-24008", + "System.Net.Sockets": "4.1.0-rc2-24008", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-dev-128011-22" }, diff --git a/test/dotnet-test.UnitTests/project.json b/test/dotnet-test.UnitTests/project.json index 63c721251..068385484 100644 --- a/test/dotnet-test.UnitTests/project.json +++ b/test/dotnet-test.UnitTests/project.json @@ -1,13 +1,13 @@ { "version": "1.0.0-*", "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-23931", + "Microsoft.NETCore.App": "1.0.0-rc2-24008", "Newtonsoft.Json": "7.0.1", "dotnet": { "target": "project" }, "Microsoft.Win32.Registry": { - "version": "4.0.0-rc2-23931", + "version": "4.0.0-rc2-24008", "exclude": "Compile" }, "xunit": "2.1.0", diff --git a/test/dotnet.Tests/project.json b/test/dotnet.Tests/project.json index 634931a57..7342ee11c 100644 --- a/test/dotnet.Tests/project.json +++ b/test/dotnet.Tests/project.json @@ -1,8 +1,8 @@ { "version": "1.0.0-*", "dependencies": { - "Microsoft.NETCore.App": "1.0.0-rc2-23931", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-23931", + "Microsoft.NETCore.App": "1.0.0-rc2-24008", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/tools/MultiProjectValidator/project.json b/tools/MultiProjectValidator/project.json index cfd1ef57e..99c014807 100644 --- a/tools/MultiProjectValidator/project.json +++ b/tools/MultiProjectValidator/project.json @@ -5,7 +5,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23931", + "NETStandard.Library": "1.5.0-rc2-24008", "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 24ce6bd02..12f43b9c6 100644 --- a/tools/RuntimeGraphGenerator/project.json +++ b/tools/RuntimeGraphGenerator/project.json @@ -7,12 +7,12 @@ "NuGet.RuntimeModel": "3.5.0-beta-1130", "NuGet.Versioning": "3.5.0-beta-1130", "System.CommandLine": "0.1.0-e160119-1", - "System.Runtime.Serialization.Json": "4.0.2-rc2-23931", + "System.Runtime.Serialization.Json": "4.0.2-rc2-24008", "Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20100", - "Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-23931", - "NETStandard.Library": "1.5.0-rc2-23931" + "Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-24008", + "NETStandard.Library": "1.5.0-rc2-24008" }, "frameworks": { "netstandardapp1.5": { diff --git a/tools/appdep/project.json b/tools/appdep/project.json index d9a73b593..d0388306d 100644 --- a/tools/appdep/project.json +++ b/tools/appdep/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-23931", + "NETStandard.Library": "1.5.0-rc2-24008", "Microsoft.DotNet.AppDep": "1.0.6-prerelease-00003" }, "frameworks": {