diff --git a/TestAssets/TestPackages/dotnet-hello/v1/dotnet-hello/project.json b/TestAssets/TestPackages/dotnet-hello/v1/dotnet-hello/project.json index c1ff9b863..a9eab76c8 100644 --- a/TestAssets/TestPackages/dotnet-hello/v1/dotnet-hello/project.json +++ b/TestAssets/TestPackages/dotnet-hello/v1/dotnet-hello/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "frameworks": { diff --git a/TestAssets/TestPackages/dotnet-hello/v2/dotnet-hello/project.json b/TestAssets/TestPackages/dotnet-hello/v2/dotnet-hello/project.json index a42fc8eab..24c3a5c38 100644 --- a/TestAssets/TestPackages/dotnet-hello/v2/dotnet-hello/project.json +++ b/TestAssets/TestPackages/dotnet-hello/v2/dotnet-hello/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "frameworks": { diff --git a/TestAssets/TestProjects/CompileFail/project.json b/TestAssets/TestProjects/CompileFail/project.json index f993ed899..506b85dce 100644 --- a/TestAssets/TestProjects/CompileFail/project.json +++ b/TestAssets/TestProjects/CompileFail/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "frameworks": { diff --git a/TestAssets/TestProjects/TestApp/project.json b/TestAssets/TestProjects/TestApp/project.json index 76a72ded1..5fd2a8c4f 100644 --- a/TestAssets/TestProjects/TestApp/project.json +++ b/TestAssets/TestProjects/TestApp/project.json @@ -7,7 +7,7 @@ "dependencies": { "TestLibrary": { "target":"project"}, - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "frameworks": { diff --git a/TestAssets/TestProjects/TestAppCompilationContext/project.json b/TestAssets/TestProjects/TestAppCompilationContext/project.json index 890d6f9bc..d26d15119 100644 --- a/TestAssets/TestProjects/TestAppCompilationContext/project.json +++ b/TestAssets/TestProjects/TestAppCompilationContext/project.json @@ -8,7 +8,7 @@ "dependencies": { "TestLibrary": "1.0.0-*", - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "frameworks": { diff --git a/TestAssets/TestProjects/TestAppWithArgs/project.json b/TestAssets/TestProjects/TestAppWithArgs/project.json index f993ed899..506b85dce 100644 --- a/TestAssets/TestProjects/TestAppWithArgs/project.json +++ b/TestAssets/TestProjects/TestAppWithArgs/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "frameworks": { diff --git a/TestAssets/TestProjects/TestAppWithContents/project.json b/TestAssets/TestProjects/TestAppWithContents/project.json index e14971196..38b753634 100644 --- a/TestAssets/TestProjects/TestAppWithContents/project.json +++ b/TestAssets/TestProjects/TestAppWithContents/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "content": "testcontentfile.txt", diff --git a/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryGreater/project.json b/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryGreater/project.json index 1707aad9e..8cbc8019c 100644 --- a/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryGreater/project.json +++ b/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryGreater/project.json @@ -10,7 +10,7 @@ "dnxcore50": { "imports" : "portable-net45+wp80+win8", "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" } } } diff --git a/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryLesser/project.json b/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryLesser/project.json index d418fc4a0..6ad045d57 100644 --- a/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryLesser/project.json +++ b/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryLesser/project.json @@ -11,7 +11,7 @@ "dnxcore50": { "imports" : "portable-net45+wp80+win8", "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" } } } diff --git a/TestAssets/TestProjects/TestLibrary/project.json b/TestAssets/TestProjects/TestLibrary/project.json index 6aaf77a3d..6f6fe3914 100644 --- a/TestAssets/TestProjects/TestLibrary/project.json +++ b/TestAssets/TestProjects/TestLibrary/project.json @@ -6,7 +6,7 @@ "additionalArguments": [ "-highentropyva+" ] }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "frameworks": { diff --git a/TestAssets/TestProjects/TestLibraryWithAnalyzer/project.json b/TestAssets/TestProjects/TestLibraryWithAnalyzer/project.json index 285afb682..dd77a8ef8 100644 --- a/TestAssets/TestProjects/TestLibraryWithAnalyzer/project.json +++ b/TestAssets/TestProjects/TestLibraryWithAnalyzer/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808", + "NETStandard.Library": "1.0.0-rc2-23810", "System.Runtime.Analyzers": { "version": "1.1.0", "type": "build" } }, diff --git a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L0/project.json b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L0/project.json index a40259097..2f88ae93b 100644 --- a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L0/project.json +++ b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L0/project.json @@ -8,7 +8,7 @@ "L11": "1.0.0-*", "L12": "1.0.0-*", - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "frameworks": { diff --git a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L11/project.json b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L11/project.json index 1532e7039..576ad121f 100644 --- a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L11/project.json +++ b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L11/project.json @@ -5,7 +5,7 @@ "L12": "1.0.0-*", "L21": "1.0.0-*", - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "frameworks": { diff --git a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L12/project.json b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L12/project.json index 95df01e40..7c5564961 100644 --- a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L12/project.json +++ b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L12/project.json @@ -4,7 +4,7 @@ "dependencies": { "L22": "1.0.0-*", - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "frameworks": { diff --git a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L21/project.json b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L21/project.json index 443b65101..444218fc7 100644 --- a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L21/project.json +++ b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L21/project.json @@ -2,7 +2,7 @@ "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "frameworks": { diff --git a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L22/project.json b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L22/project.json index 443b65101..444218fc7 100644 --- a/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L22/project.json +++ b/TestAssets/TestProjects/TestProjectToProjectDependencies/src/L22/project.json @@ -2,7 +2,7 @@ "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "frameworks": { diff --git a/TestAssets/TestProjects/TestProjectWithCultureSpecificResource/project.json b/TestAssets/TestProjects/TestProjectWithCultureSpecificResource/project.json index f993ed899..506b85dce 100644 --- a/TestAssets/TestProjects/TestProjectWithCultureSpecificResource/project.json +++ b/TestAssets/TestProjects/TestProjectWithCultureSpecificResource/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "frameworks": { diff --git a/TestAssets/TestProjects/TestProjectWithResource/project.json b/TestAssets/TestProjects/TestProjectWithResource/project.json index f993ed899..506b85dce 100644 --- a/TestAssets/TestProjects/TestProjectWithResource/project.json +++ b/TestAssets/TestProjects/TestProjectWithResource/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "frameworks": { diff --git a/TestAssets/TestProjects/TestSimpleIncrementalApp/project.json b/TestAssets/TestProjects/TestSimpleIncrementalApp/project.json index 1cb66987f..a3295a128 100644 --- a/TestAssets/TestProjects/TestSimpleIncrementalApp/project.json +++ b/TestAssets/TestProjects/TestSimpleIncrementalApp/project.json @@ -6,7 +6,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "frameworks": { diff --git a/scripts/crossgen/crossgen_roslyn.cmd b/scripts/crossgen/crossgen_roslyn.cmd index 4d145b81e..dacc2a8d6 100644 --- a/scripts/crossgen/crossgen_roslyn.cmd +++ b/scripts/crossgen/crossgen_roslyn.cmd @@ -13,7 +13,7 @@ set BIN_DIR=%CD%\bin popd REM Replace with a robust method for finding the right crossgen.exe -set CROSSGEN_UTIL=%NUGET_PACKAGES%\runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR\1.0.1-rc2-23808\tools\crossgen.exe +set CROSSGEN_UTIL=%NUGET_PACKAGES%\runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR\1.0.1-rc2-23810\tools\crossgen.exe REM Crossgen currently requires itself to be next to mscorlib copy %CROSSGEN_UTIL% /Y %BIN_DIR% > nul diff --git a/scripts/crossgen/crossgen_roslyn.sh b/scripts/crossgen/crossgen_roslyn.sh index db93038b9..5ad315de2 100755 --- a/scripts/crossgen/crossgen_roslyn.sh +++ b/scripts/crossgen/crossgen_roslyn.sh @@ -44,7 +44,7 @@ fi READYTORUN="" # Replace with a robust method for finding the right crossgen.exe -CROSSGEN_UTIL=$NUGET_PACKAGES/runtime.$RID.Microsoft.NETCore.Runtime.CoreCLR/1.0.1-rc2-23808/tools/crossgen +CROSSGEN_UTIL=$NUGET_PACKAGES/runtime.$RID.Microsoft.NETCore.Runtime.CoreCLR/1.0.1-rc2-23810/tools/crossgen cd $BIN_DIR diff --git a/src/Microsoft.DotNet.Cli.Utils/project.json b/src/Microsoft.DotNet.Cli.Utils/project.json index 71cef2cf7..f941f35cd 100644 --- a/src/Microsoft.DotNet.Cli.Utils/project.json +++ b/src/Microsoft.DotNet.Cli.Utils/project.json @@ -6,9 +6,9 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808", + "NETStandard.Library": "1.0.0-rc2-23810", "Microsoft.DotNet.ProjectModel": "1.0.0-*", - "System.Reflection.Metadata": "1.2.0-rc2-23808", + "System.Reflection.Metadata": "1.2.0-rc2-23810", "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16537" }, diff --git a/src/Microsoft.DotNet.Compiler.Common/project.json b/src/Microsoft.DotNet.Compiler.Common/project.json index 425558fa0..ead4df3ec 100644 --- a/src/Microsoft.DotNet.Compiler.Common/project.json +++ b/src/Microsoft.DotNet.Compiler.Common/project.json @@ -6,7 +6,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808", + "NETStandard.Library": "1.0.0-rc2-23810", "System.CommandLine": "0.1.0-e160119-1", "Microsoft.CodeAnalysis.CSharp": "1.2.0-beta1-20160108-01", "Microsoft.DotNet.ProjectModel": "1.0.0-*", diff --git a/src/Microsoft.DotNet.Files/project.json b/src/Microsoft.DotNet.Files/project.json index 7d197d75c..737ee1db1 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.0.0-rc2-23808", - "System.Linq.Expressions": "4.0.11-rc2-23808", + "NETStandard.Library": "1.0.0-rc2-23810", + "System.Linq.Expressions": "4.0.11-rc2-23810", "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15996", diff --git a/src/Microsoft.DotNet.ProjectModel.Loader/project.json b/src/Microsoft.DotNet.ProjectModel.Loader/project.json index 1fd61f5bf..ca5ac493d 100644 --- a/src/Microsoft.DotNet.ProjectModel.Loader/project.json +++ b/src/Microsoft.DotNet.ProjectModel.Loader/project.json @@ -4,9 +4,9 @@ "keyFile": "../../tools/Key.snk" }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808", + "NETStandard.Library": "1.0.0-rc2-23810", "Microsoft.DotNet.ProjectModel": "1.0.0-*", - "System.Runtime.Loader": "4.0.0-rc2-23808" + "System.Runtime.Loader": "4.0.0-rc2-23810" }, "frameworks": { "dnxcore50": { diff --git a/src/Microsoft.DotNet.ProjectModel.Workspaces/project.json b/src/Microsoft.DotNet.ProjectModel.Workspaces/project.json index 9af7eef1f..ada899d47 100644 --- a/src/Microsoft.DotNet.ProjectModel.Workspaces/project.json +++ b/src/Microsoft.DotNet.ProjectModel.Workspaces/project.json @@ -4,7 +4,7 @@ "keyFile": "../../tools/Key.snk" }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808", + "NETStandard.Library": "1.0.0-rc2-23810", "Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.Compiler.Common": "1.0.0-*", "Microsoft.CodeAnalysis.CSharp.Workspaces": "1.2.0-beta1-20160108-01" diff --git a/src/Microsoft.DotNet.ProjectModel/project.json b/src/Microsoft.DotNet.ProjectModel/project.json index 23fd6864e..3e1c58d26 100644 --- a/src/Microsoft.DotNet.ProjectModel/project.json +++ b/src/Microsoft.DotNet.ProjectModel/project.json @@ -5,13 +5,13 @@ }, "description": "Types to model a .NET Project", "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808", - "System.Reflection.Metadata": "1.2.0-rc2-23808", - "System.Runtime.Loader": "4.0.0-rc2-23808", - "System.Dynamic.Runtime": "4.0.11-rc2-23808", - "System.Security.Cryptography.Algorithms": "4.0.0-rc2-23808", - "Microsoft.CSharp": "4.0.1-rc2-23808", - "System.Xml.XDocument": "4.0.11-rc2-23808", + "NETStandard.Library": "1.0.0-rc2-23810", + "System.Reflection.Metadata": "1.2.0-rc2-23810", + "System.Runtime.Loader": "4.0.0-rc2-23810", + "System.Dynamic.Runtime": "4.0.11-rc2-23810", + "System.Security.Cryptography.Algorithms": "4.0.0-rc2-23810", + "Microsoft.CSharp": "4.0.1-rc2-23810", + "System.Xml.XDocument": "4.0.11-rc2-23810", "NuGet.Packaging": "3.4.0-beta-583", "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15996", diff --git a/src/Microsoft.DotNet.Runtime/project.json b/src/Microsoft.DotNet.Runtime/project.json index 59ff24da0..e60674e5c 100644 --- a/src/Microsoft.DotNet.Runtime/project.json +++ b/src/Microsoft.DotNet.Runtime/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library" : "1.0.0-rc2-23808" + "NETStandard.Library" : "1.0.0-rc2-23810" }, "frameworks": { diff --git a/src/Microsoft.Extensions.DependencyModel/project.json b/src/Microsoft.Extensions.DependencyModel/project.json index 70f3009bf..f83dd85c6 100644 --- a/src/Microsoft.Extensions.DependencyModel/project.json +++ b/src/Microsoft.Extensions.DependencyModel/project.json @@ -18,22 +18,22 @@ "dotnet5.4": { "imports": "portable-net451+win8", "dependencies": { - "System.IO.FileSystem": "4.0.1-rc2-23808", - "System.Linq": "4.0.1-rc2-23808", - "System.Runtime": "4.0.21-rc2-23808", - "System.Reflection": "4.1.0-rc2-23808", - "System.Dynamic.Runtime": "4.0.11-rc2-23808" + "System.IO.FileSystem": "4.0.1-rc2-23810", + "System.Linq": "4.0.1-rc2-23810", + "System.Runtime": "4.0.21-rc2-23810", + "System.Reflection": "4.1.0-rc2-23810", + "System.Dynamic.Runtime": "4.0.11-rc2-23810" } }, "dnxcore50": { "imports": "portable-net45+win8", "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-23808", - "System.IO.FileSystem": "4.0.1-rc2-23808", - "System.Linq": "4.0.1-rc2-23808", - "System.Runtime": "4.0.21-rc2-23808", - "System.Reflection": "4.1.0-rc2-23808", - "System.Dynamic.Runtime": "4.0.11-rc2-23808" + "Microsoft.NETCore.Platforms": "1.0.1-rc2-23810", + "System.IO.FileSystem": "4.0.1-rc2-23810", + "System.Linq": "4.0.1-rc2-23810", + "System.Runtime": "4.0.21-rc2-23810", + "System.Reflection": "4.1.0-rc2-23810", + "System.Dynamic.Runtime": "4.0.11-rc2-23810" } } }, diff --git a/src/Microsoft.Extensions.Testing.Abstractions/project.json b/src/Microsoft.Extensions.Testing.Abstractions/project.json index 455c4d4bf..bf7fe2ac1 100644 --- a/src/Microsoft.Extensions.Testing.Abstractions/project.json +++ b/src/Microsoft.Extensions.Testing.Abstractions/project.json @@ -13,9 +13,9 @@ "Newtonsoft.Json": "7.0.1", "Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-16040", - "NETStandard.Library": "1.0.0-rc2-23808", - "System.Resources.ResourceManager": "4.0.1-rc2-23808", - "System.Runtime.Serialization.Primitives": "4.1.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810", + "System.Resources.ResourceManager": "4.0.1-rc2-23810", + "System.Runtime.Serialization.Primitives": "4.1.0-rc2-23810" }, "frameworks": { "dnxcore50": { diff --git a/src/dotnet/commands/dotnet-compile-native/appdep/project.json b/src/dotnet/commands/dotnet-compile-native/appdep/project.json index 433597726..5b8c513f0 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.0.0-rc2-23808", + "NETStandard.Library": "1.0.0-rc2-23810", "Microsoft.DotNet.AppDep":"1.0.5-prerelease-00001" }, "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 f993ed899..506b85dce 100644 --- a/src/dotnet/commands/dotnet-new/CSharp_Console/project.json.template +++ b/src/dotnet/commands/dotnet-new/CSharp_Console/project.json.template @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "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 5e81b85f5..a7a2e65db 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 @@ "dependencies": { "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "frameworks": { diff --git a/src/dotnet/project.json b/src/dotnet/project.json index b4aa62fa3..7b5bcbd80 100644 --- a/src/dotnet/project.json +++ b/src/dotnet/project.json @@ -49,18 +49,18 @@ "version": "1.0.0-*", "type": "build" }, - "Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-23808", - "Microsoft.NETCore.TestHost": "1.0.0-rc2-23808", - "NETStandard.Library": "1.0.0-rc2-23808", - "System.Diagnostics.TextWriterTraceListener": "4.0.0-rc2-23808", - "System.Diagnostics.TraceSource": "4.0.0-rc2-23808", - "System.Linq.Expressions": "4.0.11-rc2-23808", - "System.Xml.XDocument": "4.0.11-rc2-23808", - "System.Resources.ReaderWriter": "4.0.0-rc2-23808", - "System.Net.Sockets": "4.1.0-rc2-23808", - "System.IO.Compression.ZipFile": "4.0.1-rc2-23808", - "System.Threading.ThreadPool": "4.0.10-rc2-23808", - "System.Runtime.Serialization.Primitives": "4.1.0-rc2-23808" + "Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-23810", + "Microsoft.NETCore.TestHost": "1.0.0-rc2-23810", + "NETStandard.Library": "1.0.0-rc2-23810", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-rc2-23810", + "System.Diagnostics.TraceSource": "4.0.0-rc2-23810", + "System.Linq.Expressions": "4.0.11-rc2-23810", + "System.Xml.XDocument": "4.0.11-rc2-23810", + "System.Resources.ReaderWriter": "4.0.0-rc2-23810", + "System.Net.Sockets": "4.1.0-rc2-23810", + "System.IO.Compression.ZipFile": "4.0.1-rc2-23810", + "System.Threading.ThreadPool": "4.0.10-rc2-23810", + "System.Runtime.Serialization.Primitives": "4.1.0-rc2-23810" }, "frameworks": { "dnxcore50": { diff --git a/test/ArgumentForwardingTests/ArgumentForwardingTests/project.json b/test/ArgumentForwardingTests/ArgumentForwardingTests/project.json index 7bcfca0ca..0ea999cb0 100644 --- a/test/ArgumentForwardingTests/ArgumentForwardingTests/project.json +++ b/test/ArgumentForwardingTests/ArgumentForwardingTests/project.json @@ -5,8 +5,8 @@ }, "dependencies": { - "NETStandard.Library" : "1.0.0-rc2-23808", - "Microsoft.NETCore.TestHost": "1.0.0-rc2-23808", + "NETStandard.Library" : "1.0.0-rc2-23810", + "Microsoft.NETCore.TestHost": "1.0.0-rc2-23810", "xunit": "2.1.0", "xunit.console.netcore": "1.0.2-prerelease-00101", diff --git a/test/ArgumentForwardingTests/Reflector/project.json b/test/ArgumentForwardingTests/Reflector/project.json index 7bcfca0ca..0ea999cb0 100644 --- a/test/ArgumentForwardingTests/Reflector/project.json +++ b/test/ArgumentForwardingTests/Reflector/project.json @@ -5,8 +5,8 @@ }, "dependencies": { - "NETStandard.Library" : "1.0.0-rc2-23808", - "Microsoft.NETCore.TestHost": "1.0.0-rc2-23808", + "NETStandard.Library" : "1.0.0-rc2-23810", + "Microsoft.NETCore.TestHost": "1.0.0-rc2-23810", "xunit": "2.1.0", "xunit.console.netcore": "1.0.2-prerelease-00101", diff --git a/test/EndToEnd/project.json b/test/EndToEnd/project.json index c1b8b37bd..0f2dd718f 100644 --- a/test/EndToEnd/project.json +++ b/test/EndToEnd/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808", + "NETStandard.Library": "1.0.0-rc2-23810", "Microsoft.DotNet.ProjectModel": { "target": "project" }, "Microsoft.DotNet.Cli.Utils": { "target": "project" }, diff --git a/test/FSharpTestProjects/CompileFail/project.json b/test/FSharpTestProjects/CompileFail/project.json index b683cbd86..2a385eeba 100644 --- a/test/FSharpTestProjects/CompileFail/project.json +++ b/test/FSharpTestProjects/CompileFail/project.json @@ -9,7 +9,7 @@ ], "dependencies": { "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "frameworks": { diff --git a/test/FSharpTestProjects/TestApp/project.json b/test/FSharpTestProjects/TestApp/project.json index ede07a7f4..a98a7c08b 100644 --- a/test/FSharpTestProjects/TestApp/project.json +++ b/test/FSharpTestProjects/TestApp/project.json @@ -9,7 +9,7 @@ ], "dependencies": { "TestLibrary": "1.0.0-*", - "NETStandard.Library": "1.0.0-rc2-23808", + "NETStandard.Library": "1.0.0-rc2-23810", "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", }, diff --git a/test/FSharpTestProjects/TestAppWithArgs/project.json b/test/FSharpTestProjects/TestAppWithArgs/project.json index b683cbd86..2a385eeba 100644 --- a/test/FSharpTestProjects/TestAppWithArgs/project.json +++ b/test/FSharpTestProjects/TestAppWithArgs/project.json @@ -9,7 +9,7 @@ ], "dependencies": { "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "frameworks": { diff --git a/test/FSharpTestProjects/TestLibrary/project.json b/test/FSharpTestProjects/TestLibrary/project.json index d3828b5c5..6083fa8aa 100644 --- a/test/FSharpTestProjects/TestLibrary/project.json +++ b/test/FSharpTestProjects/TestLibrary/project.json @@ -2,7 +2,7 @@ "version": "1.0.0-*", "dependencies": { "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "compilerName": "fsc", "compileFiles": [ diff --git a/test/Microsoft.DotNet.Cli.Utils.Tests/project.json b/test/Microsoft.DotNet.Cli.Utils.Tests/project.json index 75dcf2c23..8800f3bb3 100644 --- a/test/Microsoft.DotNet.Cli.Utils.Tests/project.json +++ b/test/Microsoft.DotNet.Cli.Utils.Tests/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library" : "1.0.0-rc2-23808", + "NETStandard.Library" : "1.0.0-rc2-23810", "Microsoft.DotNet.ProjectModel": { "target": "project" }, "Microsoft.DotNet.Cli.Utils": { "target": "project" }, diff --git a/test/Microsoft.DotNet.Compiler.Common.Tests/project.json b/test/Microsoft.DotNet.Compiler.Common.Tests/project.json index 7a21ba6c8..1c2f72f99 100644 --- a/test/Microsoft.DotNet.Compiler.Common.Tests/project.json +++ b/test/Microsoft.DotNet.Compiler.Common.Tests/project.json @@ -2,7 +2,7 @@ "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808", + "NETStandard.Library": "1.0.0-rc2-23810", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, "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 4e33aa73c..e494be20f 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/project.json +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/project.json @@ -3,8 +3,8 @@ "description": "Microsoft.DotNet.Tools.Tests.Utilities Class Library", "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808", - "System.Collections.Immutable": "1.2.0-rc2-23808", + "NETStandard.Library": "1.0.0-rc2-23810", + "System.Collections.Immutable": "1.2.0-rc2-23810", "FluentAssertions": "4.0.0", "xunit": "2.1.0", diff --git a/test/PackagedCommands/Consumers/AppWithDirectAndToolDependency/project.json b/test/PackagedCommands/Consumers/AppWithDirectAndToolDependency/project.json index cb3d3e206..9fc613218 100644 --- a/test/PackagedCommands/Consumers/AppWithDirectAndToolDependency/project.json +++ b/test/PackagedCommands/Consumers/AppWithDirectAndToolDependency/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808", + "NETStandard.Library": "1.0.0-rc2-23810", "dotnet-hello": { "version": "1.0.0", "target": "package" } }, diff --git a/test/PackagedCommands/Consumers/AppWithDirectDependency/project.json b/test/PackagedCommands/Consumers/AppWithDirectDependency/project.json index 1d8f61956..a2b0ecba3 100644 --- a/test/PackagedCommands/Consumers/AppWithDirectDependency/project.json +++ b/test/PackagedCommands/Consumers/AppWithDirectDependency/project.json @@ -7,7 +7,7 @@ "testRunner": "must-be-specified-to-generate-deps", "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808", + "NETStandard.Library": "1.0.0-rc2-23810", "dotnet-hello": {"version": "1.0.0", "target": "package"} }, diff --git a/test/PackagedCommands/Consumers/AppWithToolDependency/project.json b/test/PackagedCommands/Consumers/AppWithToolDependency/project.json index 2186cff2d..7edc502cb 100644 --- a/test/PackagedCommands/Consumers/AppWithToolDependency/project.json +++ b/test/PackagedCommands/Consumers/AppWithToolDependency/project.json @@ -5,7 +5,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" }, "frameworks": { diff --git a/test/dotnet-build.Tests/project.json b/test/dotnet-build.Tests/project.json index 3a2c33240..4c4a6f085 100644 --- a/test/dotnet-build.Tests/project.json +++ b/test/dotnet-build.Tests/project.json @@ -2,7 +2,7 @@ "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808", + "NETStandard.Library": "1.0.0-rc2-23810", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, "Microsoft.DotNet.Cli.Utils": { diff --git a/test/dotnet-compile.Tests/project.json b/test/dotnet-compile.Tests/project.json index ed80c94ee..b20383964 100644 --- a/test/dotnet-compile.Tests/project.json +++ b/test/dotnet-compile.Tests/project.json @@ -2,7 +2,7 @@ "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808", + "NETStandard.Library": "1.0.0-rc2-23810", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, "Microsoft.DotNet.Cli.Utils": { diff --git a/test/dotnet-publish.Tests/project.json b/test/dotnet-publish.Tests/project.json index 1f1fcddc5..b695cd22f 100644 --- a/test/dotnet-publish.Tests/project.json +++ b/test/dotnet-publish.Tests/project.json @@ -2,7 +2,7 @@ "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808", + "NETStandard.Library": "1.0.0-rc2-23810", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, "Microsoft.DotNet.Cli.Utils": { diff --git a/testapp/DthTestProjects/src/BrokenProjectPathSample/project.json b/testapp/DthTestProjects/src/BrokenProjectPathSample/project.json index 61047b28c..f89259e2b 100644 --- a/testapp/DthTestProjects/src/BrokenProjectPathSample/project.json +++ b/testapp/DthTestProjects/src/BrokenProjectPathSample/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808", + "NETStandard.Library": "1.0.0-rc2-23810", "EmptyLibrary": "" }, "frameworks": { diff --git a/testapp/DthTestProjects/src/EmptyConsoleApp/project.json b/testapp/DthTestProjects/src/EmptyConsoleApp/project.json index 185607372..0843e1394 100644 --- a/testapp/DthTestProjects/src/EmptyConsoleApp/project.json +++ b/testapp/DthTestProjects/src/EmptyConsoleApp/project.json @@ -3,7 +3,7 @@ "frameworks": { "dnxcore50": { "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808" + "NETStandard.Library": "1.0.0-rc2-23810" } }, "dnx451": { } diff --git a/testapp/DthTestProjects/src/IncompatiblePackageSample/project.json b/testapp/DthTestProjects/src/IncompatiblePackageSample/project.json index 0af4a7cb5..74a1b8e03 100644 --- a/testapp/DthTestProjects/src/IncompatiblePackageSample/project.json +++ b/testapp/DthTestProjects/src/IncompatiblePackageSample/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808", + "NETStandard.Library": "1.0.0-rc2-23810", "Microsoft.Web.Administration": "7.0.0" }, "frameworks": { diff --git a/tools/MultiProjectValidator/project.json b/tools/MultiProjectValidator/project.json index b200ff06e..87351b6b4 100644 --- a/tools/MultiProjectValidator/project.json +++ b/tools/MultiProjectValidator/project.json @@ -6,7 +6,7 @@ }, "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23808", + "NETStandard.Library": "1.0.0-rc2-23810", "Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*" },