diff --git a/TestAssets/DesktopTestProjects/DesktopAppWithNativeDep/project.json b/TestAssets/DesktopTestProjects/DesktopAppWithNativeDep/project.json index 0c6d4313e..c152f0c87 100644 --- a/TestAssets/DesktopTestProjects/DesktopAppWithNativeDep/project.json +++ b/TestAssets/DesktopTestProjects/DesktopAppWithNativeDep/project.json @@ -2,7 +2,7 @@ "version": "1.0.0-*", "dependencies": { "PackageWithFakeNativeDep": "1.0.0-*", - "Microsoft.NETCore.Platforms": "1.0.0-rc2-24022" + "Microsoft.NETCore.Platforms": "1.0.0-rc2-24027" }, "compilationOptions": { "emitEntryPoint": true diff --git a/TestAssets/DesktopTestProjects/DesktopKestrelSample/KestrelDesktop/project.json b/TestAssets/DesktopTestProjects/DesktopKestrelSample/KestrelDesktop/project.json index 1a9905ea7..c06fae0ee 100644 --- a/TestAssets/DesktopTestProjects/DesktopKestrelSample/KestrelDesktop/project.json +++ b/TestAssets/DesktopTestProjects/DesktopKestrelSample/KestrelDesktop/project.json @@ -4,7 +4,7 @@ "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", - "Microsoft.NETCore.Platforms": "1.0.0-rc2-24022" + "Microsoft.NETCore.Platforms": "1.0.0-rc2-24027" }, "compilationOptions": { "emitEntryPoint": true diff --git a/TestAssets/DesktopTestProjects/DesktopKestrelSample/KestrelDesktopForce32/project.json b/TestAssets/DesktopTestProjects/DesktopKestrelSample/KestrelDesktopForce32/project.json index d83e8dc0f..9b2b87beb 100644 --- a/TestAssets/DesktopTestProjects/DesktopKestrelSample/KestrelDesktopForce32/project.json +++ b/TestAssets/DesktopTestProjects/DesktopKestrelSample/KestrelDesktopForce32/project.json @@ -4,7 +4,7 @@ "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", - "Microsoft.NETCore.Platforms": "1.0.0-rc2-24022" + "Microsoft.NETCore.Platforms": "1.0.0-rc2-24027" }, "compilationOptions": { "platform": "anycpu32bitpreferred", diff --git a/TestAssets/DesktopTestProjects/DesktopKestrelSample/KestrelDesktopWithRuntimes/project.json b/TestAssets/DesktopTestProjects/DesktopKestrelSample/KestrelDesktopWithRuntimes/project.json index e2e0b5e54..9fc04f8f4 100644 --- a/TestAssets/DesktopTestProjects/DesktopKestrelSample/KestrelDesktopWithRuntimes/project.json +++ b/TestAssets/DesktopTestProjects/DesktopKestrelSample/KestrelDesktopWithRuntimes/project.json @@ -4,7 +4,7 @@ "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", - "Microsoft.NETCore.Platforms": "1.0.0-rc2-24022" + "Microsoft.NETCore.Platforms": "1.0.0-rc2-24027" }, "compilationOptions": { "emitEntryPoint": true diff --git a/TestAssets/ProjectModelServer/DthTestProjects/src/EmptyLibrary/project.json b/TestAssets/ProjectModelServer/DthTestProjects/src/EmptyLibrary/project.json index add897400..5eebb1b1b 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-24022" + "NETStandard.Library": "1.5.0-rc2-24027" } } } diff --git a/TestAssets/TestProjects/FSharpTestProjects/TestLibrary/project.json b/TestAssets/TestProjects/FSharpTestProjects/TestLibrary/project.json index 361b43ee8..3a8e250fc 100644 --- a/TestAssets/TestProjects/FSharpTestProjects/TestLibrary/project.json +++ b/TestAssets/TestProjects/FSharpTestProjects/TestLibrary/project.json @@ -2,7 +2,7 @@ "version": "1.0.0-*", "dependencies": { "Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221", - "NETStandard.Library": "1.5.0-rc2-24022" + "NETStandard.Library": "1.5.0-rc2-24027" }, "compilerName": "fsc", "compileFiles": [ diff --git a/TestAssets/TestProjects/LibraryWithOutputAssemblyName/project.json b/TestAssets/TestProjects/LibraryWithOutputAssemblyName/project.json index dfc9c4c7c..2325fda93 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-24022" + "NETStandard.Library": "1.5.0-rc2-24027" }, "frameworks": { "netstandard1.5": {} diff --git a/TestAssets/TestProjects/ProjectsWithTests/MultipleFrameworkProject/project.json b/TestAssets/TestProjects/ProjectsWithTests/MultipleFrameworkProject/project.json index 146f96a86..5aa735cdb 100644 --- a/TestAssets/TestProjects/ProjectsWithTests/MultipleFrameworkProject/project.json +++ b/TestAssets/TestProjects/ProjectsWithTests/MultipleFrameworkProject/project.json @@ -2,7 +2,7 @@ "version": "1.0.0-*", "dependencies": { "dotnet-test-xunit": "1.0.0-rc2-162081-13", - "Microsoft.NETCore.Platforms": "1.0.1-rc2-*", + "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", "xunit": "2.1.0" }, "frameworks": { @@ -17,11 +17,11 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "System.Linq.Expressions": "4.0.11-rc2-24022", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022" + "System.Linq.Expressions": "4.0.11-rc2-24027", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027" } }, - "net451": { } + "net451": {} }, "testRunner": "xunit" } diff --git a/TestAssets/TestProjects/ProjectsWithTests/NetCoreAppOnlyProject/project.json b/TestAssets/TestProjects/ProjectsWithTests/NetCoreAppOnlyProject/project.json index aa510b2ec..f9f0aafe7 100644 --- a/TestAssets/TestProjects/ProjectsWithTests/NetCoreAppOnlyProject/project.json +++ b/TestAssets/TestProjects/ProjectsWithTests/NetCoreAppOnlyProject/project.json @@ -5,8 +5,8 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "System.Linq.Expressions": "4.0.11-rc2-24022", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", + "System.Linq.Expressions": "4.0.11-rc2-24027", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-162081-13" }, diff --git a/TestAssets/TestProjects/ResourcesTests/TestLibraryWithResources/project.json b/TestAssets/TestProjects/ResourcesTests/TestLibraryWithResources/project.json index b5f8326fe..2ba17cd11 100644 --- a/TestAssets/TestProjects/ResourcesTests/TestLibraryWithResources/project.json +++ b/TestAssets/TestProjects/ResourcesTests/TestLibraryWithResources/project.json @@ -1,7 +1,7 @@ { "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-24022" + "NETStandard.Library": "1.5.0-rc2-24027" }, "frameworks": { "netstandard1.5": { diff --git a/TestAssets/TestProjects/TestAppCompilationContext/TestLibrary/project.json b/TestAssets/TestProjects/TestAppCompilationContext/TestLibrary/project.json index 9041a0459..4abb1bf62 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-24022" + "NETStandard.Library": "1.5.0-rc2-24027" }, "frameworks": { "netstandard1.5": {} diff --git a/TestAssets/TestProjects/TestAppWithLibrary/TestLibrary/project.json b/TestAssets/TestProjects/TestAppWithLibrary/TestLibrary/project.json index 9041a0459..4abb1bf62 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-24022" + "NETStandard.Library": "1.5.0-rc2-24027" }, "frameworks": { "netstandard1.5": {} diff --git a/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibrary/project.json b/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibrary/project.json index 7002100bb..dd16e2d05 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-24022" + "NETStandard.Library": "1.5.0-rc2-24027" }, "frameworks": { "netcoreapp1.0": {} diff --git a/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibrary2/project.json b/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibrary2/project.json index 3ec64fec2..1418baa5f 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-24022" + "NETStandard.Library": "1.5.0-rc2-24027" }, "frameworks": { "netcoreapp1.0": {} diff --git a/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibraryWithAppDependency/project.json b/TestAssets/TestProjects/TestAppWithTransitiveAppDependency/TestLibraryWithAppDependency/project.json index 1f55d617e..cde06541b 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-24022" + "NETStandard.Library": "1.5.0-rc2-24027" }, "frameworks": { "netcoreapp1.0": {} diff --git a/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryGreater/project.json b/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryGreater/project.json index 0c2e0626c..e1f93a7df 100644 --- a/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryGreater/project.json +++ b/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryGreater/project.json @@ -8,7 +8,7 @@ "net451": {}, "netstandard1.5": { "dependencies": { - "NETStandard.Library": "1.5.0-rc2-24022" + "NETStandard.Library": "1.5.0-rc2-24027" }, "imports": "portable-net45+win8" } diff --git a/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryLesser/project.json b/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryLesser/project.json index 8fecfeea1..6a9d93b57 100644 --- a/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryLesser/project.json +++ b/TestAssets/TestProjects/TestBindingRedirectGeneration/TestLibraryLesser/project.json @@ -11,7 +11,7 @@ "net451": {}, "netstandard1.5": { "dependencies": { - "NETStandard.Library": "1.5.0-rc2-24022" + "NETStandard.Library": "1.5.0-rc2-24027" }, "imports": "portable-net45+win8" } diff --git a/TestAssets/TestProjects/TestLibraryWithAnalyzer/project.json b/TestAssets/TestProjects/TestLibraryWithAnalyzer/project.json index e00ef4fdc..3b1df68e8 100644 --- a/TestAssets/TestProjects/TestLibraryWithAnalyzer/project.json +++ b/TestAssets/TestProjects/TestLibraryWithAnalyzer/project.json @@ -1,7 +1,7 @@ { "version": "1.0.0-*", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-24022", + "NETStandard.Library": "1.5.0-rc2-24027", "System.Runtime.Analyzers": { "version": "1.1.0", "type": "build" diff --git a/TestAssets/TestProjects/TestLibraryWithConfiguration/project.json b/TestAssets/TestProjects/TestLibraryWithConfiguration/project.json index 606a4bc8c..c93c816d7 100644 --- a/TestAssets/TestProjects/TestLibraryWithConfiguration/project.json +++ b/TestAssets/TestProjects/TestLibraryWithConfiguration/project.json @@ -10,7 +10,7 @@ ] }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-24022" + "NETStandard.Library": "1.5.0-rc2-24027" }, "configurations": { "Test": {} diff --git a/TestAssets/TestProjects/TestLibraryWithMultipleFrameworks/project.json b/TestAssets/TestProjects/TestLibraryWithMultipleFrameworks/project.json index d8b4f3fc4..828f67f67 100644 --- a/TestAssets/TestProjects/TestLibraryWithMultipleFrameworks/project.json +++ b/TestAssets/TestProjects/TestLibraryWithMultipleFrameworks/project.json @@ -28,7 +28,7 @@ "netstandard1.5": { "imports": "dnxcore50", "dependencies": { - "NETStandard.Library": "1.5.0-rc2-24022" + "NETStandard.Library": "1.5.0-rc2-24027" } } } diff --git a/TestAssets/TestProjects/TestMicrosoftCSharpReference/project.json b/TestAssets/TestProjects/TestMicrosoftCSharpReference/project.json index 4b23a6f1d..b264a2001 100644 --- a/TestAssets/TestProjects/TestMicrosoftCSharpReference/project.json +++ b/TestAssets/TestProjects/TestMicrosoftCSharpReference/project.json @@ -10,7 +10,7 @@ }, "net451": { "dependencies": { - "Microsoft.CSharp": "4.0.1-rc2-24022" + "Microsoft.CSharp": "4.0.1-rc2-24027" } } } diff --git a/TestAssets/TestProjects/TestMicrosoftCSharpReferenceMissingFramework/project.json b/TestAssets/TestProjects/TestMicrosoftCSharpReferenceMissingFramework/project.json index fef51b51b..a8c549683 100644 --- a/TestAssets/TestProjects/TestMicrosoftCSharpReferenceMissingFramework/project.json +++ b/TestAssets/TestProjects/TestMicrosoftCSharpReferenceMissingFramework/project.json @@ -10,12 +10,12 @@ }, "netcore50": { "dependencies": { - "System.Private.Uri": "4.0.1-rc2-24022" + "System.Private.Uri": "4.0.1-rc2-24027" } }, "net99": { "dependencies": { - "Microsoft.CSharp": "4.0.1-rc2-24022" + "Microsoft.CSharp": "4.0.1-rc2-24027" } } } diff --git a/pkg/deps/project.json b/pkg/deps/project.json index c26222c5a..61a78a0bf 100644 --- a/pkg/deps/project.json +++ b/pkg/deps/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc2-24022" + "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027" }, "frameworks": { "dnxcore50": { diff --git a/pkg/dir.props b/pkg/dir.props index 86a87d6dc..187591ee2 100644 --- a/pkg/dir.props +++ b/pkg/dir.props @@ -23,7 +23,7 @@ $(PackagesOutDir) - $(ProjectDir)packages\Microsoft.NETCore.Platforms\1.0.1-rc2-24022\runtime.json + $(ProjectDir)packages\Microsoft.NETCore.Platforms\1.0.1-rc2-24027\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 d8ad19c91..d773c4630 100644 --- a/pkg/projects/Microsoft.NETCore.App/project.json +++ b/pkg/projects/Microsoft.NETCore.App/project.json @@ -2,42 +2,42 @@ "dependencies": { "Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160410-01 ", "Microsoft.CodeAnalysis.VisualBasic": "1.3.0-beta1-20160410-01 ", - "Microsoft.CSharp": "4.0.1-rc2-24022", - "Microsoft.VisualBasic": "10.0.1-rc2-24022", - "NETStandard.Library": "1.5.0-rc2-24022", - "System.Buffers": "4.0.0-rc2-24022", - "System.Collections.Immutable": "1.2.0-rc2-24022", - "System.ComponentModel": "4.0.1-rc2-24022", - "System.ComponentModel.Annotations": "4.1.0-rc2-24022", - "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24022", - "System.Diagnostics.Process": "4.1.0-rc2-24022", - "System.Dynamic.Runtime": "4.0.11-rc2-24022", - "System.Globalization.Extensions": "4.0.1-rc2-24022", - "System.IO.FileSystem.Watcher": "4.0.0-rc2-24022", - "System.IO.MemoryMappedFiles": "4.0.0-rc2-24022", - "System.IO.UnmanagedMemoryStream": "4.0.1-rc2-24022", - "System.Linq.Expressions": "4.0.11-rc2-24022", - "System.Linq.Parallel": "4.0.1-rc2-24022", - "System.Linq.Queryable": "4.0.1-rc2-24022", - "System.Net.NameResolution": "4.0.0-rc2-24022", - "System.Net.Requests": "4.0.11-rc2-24022", - "System.Net.Security": "4.0.0-rc2-24022", - "System.Net.WebHeaderCollection": "4.0.1-rc2-24022", - "System.Numerics.Vectors": "4.1.1-rc2-24022", - "System.Reflection.DispatchProxy": "4.0.1-rc2-24022", - "System.Reflection.Metadata": "1.3.0-rc2-24022", - "System.Reflection.TypeExtensions": "4.1.0-rc2-24022", - "System.Resources.Reader": "4.0.0-rc2-24022", - "System.Runtime.Loader": "4.0.0-rc2-24022", - "System.Security.Cryptography.Algorithms": "4.1.0-rc2-24022", - "System.Security.Cryptography.Encoding": "4.0.0-rc2-24022", - "System.Security.Cryptography.Primitives": "4.0.0-rc2-24022", - "System.Security.Cryptography.X509Certificates": "4.1.0-rc2-24022", - "System.Threading.Tasks.Dataflow": "4.6.0-rc2-24022", - "System.Threading.Tasks.Extensions": "4.0.0-rc2-24022", - "System.Threading.Tasks.Parallel": "4.0.1-rc2-24022", - "System.Threading.Thread": "4.0.0-rc2-24022", - "System.Threading.ThreadPool": "4.0.10-rc2-24022" + "Microsoft.CSharp": "4.0.1-rc2-24027", + "Microsoft.VisualBasic": "10.0.1-rc2-24027", + "NETStandard.Library": "1.5.0-rc2-24027", + "System.Buffers": "4.0.0-rc2-24027", + "System.Collections.Immutable": "1.2.0-rc2-24027", + "System.ComponentModel": "4.0.1-rc2-24027", + "System.ComponentModel.Annotations": "4.1.0-rc2-24027", + "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027", + "System.Diagnostics.Process": "4.1.0-rc2-24027", + "System.Dynamic.Runtime": "4.0.11-rc2-24027", + "System.Globalization.Extensions": "4.0.1-rc2-24027", + "System.IO.FileSystem.Watcher": "4.0.0-rc2-24027", + "System.IO.MemoryMappedFiles": "4.0.0-rc2-24027", + "System.IO.UnmanagedMemoryStream": "4.0.1-rc2-24027", + "System.Linq.Expressions": "4.0.11-rc2-24027", + "System.Linq.Parallel": "4.0.1-rc2-24027", + "System.Linq.Queryable": "4.0.1-rc2-24027", + "System.Net.NameResolution": "4.0.0-rc2-24027", + "System.Net.Requests": "4.0.11-rc2-24027", + "System.Net.Security": "4.0.0-rc2-24027", + "System.Net.WebHeaderCollection": "4.0.1-rc2-24027", + "System.Numerics.Vectors": "4.1.1-rc2-24027", + "System.Reflection.DispatchProxy": "4.0.1-rc2-24027", + "System.Reflection.Metadata": "1.3.0-rc2-24027", + "System.Reflection.TypeExtensions": "4.1.0-rc2-24027", + "System.Resources.Reader": "4.0.0-rc2-24027", + "System.Runtime.Loader": "4.0.0-rc2-24027", + "System.Security.Cryptography.Algorithms": "4.1.0-rc2-24027", + "System.Security.Cryptography.Encoding": "4.0.0-rc2-24027", + "System.Security.Cryptography.Primitives": "4.0.0-rc2-24027", + "System.Security.Cryptography.X509Certificates": "4.1.0-rc2-24027", + "System.Threading.Tasks.Dataflow": "4.6.0-rc2-24027", + "System.Threading.Tasks.Extensions": "4.0.0-rc2-24027", + "System.Threading.Tasks.Parallel": "4.0.1-rc2-24027", + "System.Threading.Thread": "4.0.0-rc2-24027", + "System.Threading.ThreadPool": "4.0.10-rc2-24027" }, "frameworks": { "netstandard1.5": {} diff --git a/scripts/Microsoft.DotNet.Cli.Build.Framework/project.json b/scripts/Microsoft.DotNet.Cli.Build.Framework/project.json index aae22ddba..e46ec9bea 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-24022", - "System.Diagnostics.Process": "4.1.0-rc2-24022", + "NETStandard.Library": "1.5.0-rc2-24027", + "System.Diagnostics.Process": "4.1.0-rc2-24027", "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20581" }, "frameworks": { diff --git a/scripts/dotnet-cli-build/CompileTargets.cs b/scripts/dotnet-cli-build/CompileTargets.cs index 74b13eb69..54ffc8729 100644 --- a/scripts/dotnet-cli-build/CompileTargets.cs +++ b/scripts/dotnet-cli-build/CompileTargets.cs @@ -18,7 +18,7 @@ namespace Microsoft.DotNet.Cli.Build { public class CompileTargets { - public static readonly string CoreCLRVersion = "1.0.2-rc2-24022"; + public static readonly string CoreCLRVersion = "1.0.2-rc2-24027"; public static readonly bool IsWinx86 = CurrentPlatform.IsWindows && CurrentArchitecture.Isx86; public static readonly string[] BinariesForCoreHost = new[] diff --git a/scripts/dotnet-cli-build/project.json b/scripts/dotnet-cli-build/project.json index 70d1a8ced..7aca6173a 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-24022", - "Microsoft.CSharp": "4.0.1-rc2-24022", + "NETStandard.Library": "1.5.0-rc2-24027", + "Microsoft.CSharp": "4.0.1-rc2-24027", "Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*", - "System.Dynamic.Runtime": "4.0.11-rc2-24022", - "System.Reflection.Metadata": "1.3.0-rc2-24022", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", - "System.Xml.XmlSerializer": "4.0.11-rc2-24022", + "System.Dynamic.Runtime": "4.0.11-rc2-24027", + "System.Reflection.Metadata": "1.3.0-rc2-24027", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", + "System.Xml.XmlSerializer": "4.0.11-rc2-24027", "WindowsAzure.Storage": "6.2.2-preview" }, "frameworks": { diff --git a/scripts/update-dependencies/project.json b/scripts/update-dependencies/project.json index 1f58e8d48..ad5c215c5 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-24022", - "Microsoft.CSharp": "4.0.1-rc2-24022", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", + "NETStandard.Library": "1.5.0-rc2-24027", + "Microsoft.CSharp": "4.0.1-rc2-24027", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*", "NuGet.Versioning": "3.5.0-beta-1199", "Newtonsoft.Json": "7.0.1", diff --git a/src/Microsoft.DotNet.Cli.Utils/project.json b/src/Microsoft.DotNet.Cli.Utils/project.json index 5e54efe1b..a130d8974 100644 --- a/src/Microsoft.DotNet.Cli.Utils/project.json +++ b/src/Microsoft.DotNet.Cli.Utils/project.json @@ -24,7 +24,7 @@ "portable-net45+wp80+win8+wpa81+dnxcore50" ], "dependencies": { - "System.Diagnostics.Process": "4.1.0-rc2-24022" + "System.Diagnostics.Process": "4.1.0-rc2-24027" } } } diff --git a/src/Microsoft.DotNet.Files/project.json b/src/Microsoft.DotNet.Files/project.json index c8cfbe49a..d16cf3808 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-24022" + "System.Linq.Expressions": "4.0.11-rc2-24027" }, "frameworks": { "net451": { diff --git a/src/Microsoft.DotNet.ProjectModel.Loader/project.json b/src/Microsoft.DotNet.ProjectModel.Loader/project.json index 35cb34000..0a5102c85 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-24022" + "System.Runtime.Loader": "4.0.0-rc2-24027" }, "frameworks": { "netstandard1.5": { diff --git a/src/Microsoft.DotNet.ProjectModel/project.json b/src/Microsoft.DotNet.ProjectModel/project.json index 99a794f21..6976039d6 100644 --- a/src/Microsoft.DotNet.ProjectModel/project.json +++ b/src/Microsoft.DotNet.ProjectModel/project.json @@ -18,7 +18,7 @@ "Newtonsoft.Json": "7.0.1", "NuGet.Packaging": "3.5.0-beta-1199", "NuGet.RuntimeModel": "3.5.0-beta-1199", - "System.Reflection.Metadata": "1.3.0-rc2-24022" + "System.Reflection.Metadata": "1.3.0-rc2-24027" }, "frameworks": { "net451": { @@ -40,13 +40,13 @@ "dotnet5.4" ], "dependencies": { - "Microsoft.CSharp": "4.0.1-rc2-24022", - "System.Dynamic.Runtime": "4.0.11-rc2-24022", - "System.Runtime.Loader": "4.0.0-rc2-24022", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", - "System.Security.Cryptography.Algorithms": "4.1.0-rc2-24022", - "System.Threading.Thread": "4.0.0-rc2-24022", - "System.Xml.XDocument": "4.0.11-rc2-24022" + "Microsoft.CSharp": "4.0.1-rc2-24027", + "System.Dynamic.Runtime": "4.0.11-rc2-24027", + "System.Runtime.Loader": "4.0.0-rc2-24027", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", + "System.Security.Cryptography.Algorithms": "4.1.0-rc2-24027", + "System.Threading.Thread": "4.0.0-rc2-24027", + "System.Xml.XDocument": "4.0.11-rc2-24027" } } } diff --git a/src/Microsoft.Extensions.DependencyModel/project.json b/src/Microsoft.Extensions.DependencyModel/project.json index b66d2a201..307286bf1 100644 --- a/src/Microsoft.Extensions.DependencyModel/project.json +++ b/src/Microsoft.Extensions.DependencyModel/project.json @@ -25,8 +25,8 @@ "netstandard1.5": { "imports": "portable-net45+wp80+win8+wpa81+dnxcore50", "dependencies": { - "System.Diagnostics.Debug": "4.0.11-rc2-24022", - "System.Dynamic.Runtime": "4.0.11-rc2-24022" + "System.Diagnostics.Debug": "4.0.11-rc2-24027", + "System.Dynamic.Runtime": "4.0.11-rc2-24027" } } }, diff --git a/src/Microsoft.Extensions.Testing.Abstractions/project.json b/src/Microsoft.Extensions.Testing.Abstractions/project.json index 61b4e1776..879f178ee 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-24022", - "System.Reflection.TypeExtensions": "4.1.0-rc2-24022" + "System.Resources.ResourceManager": "4.0.1-rc2-24027", + "System.Reflection.TypeExtensions": "4.1.0-rc2-24027" } } }, diff --git a/src/dotnet/project.json b/src/dotnet/project.json index d901bf5a2..fb77a5872 100644 --- a/src/dotnet/project.json +++ b/src/dotnet/project.json @@ -22,8 +22,8 @@ }, "NuGet.CommandLine.XPlat": "3.5.0-beta-1199", "Newtonsoft.Json": "7.0.1", - "System.Text.Encoding.CodePages": "4.0.1-rc2-24022", - "System.Diagnostics.FileVersionInfo": "4.0.0-rc2-24022", + "System.Text.Encoding.CodePages": "4.0.1-rc2-24027", + "System.Diagnostics.FileVersionInfo": "4.0.0-rc2-24027", "Microsoft.ApplicationInsights": "2.0.0", "Microsoft.DotNet.ProjectModel": "1.0.0-*", "Microsoft.DotNet.Compiler.Common": "1.0.0-*", @@ -31,19 +31,19 @@ "Microsoft.Extensions.Logging": "1.0.0-rc2-20581", "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20581", "Microsoft.Extensions.Testing.Abstractions": "1.0.0-*", - "Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-24022", - "Microsoft.NETCore.TestHost": "1.0.0-rc2-24022", + "Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-24027", + "Microsoft.NETCore.TestHost": "1.0.0-rc2-24027", "Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc2-*" }, - "System.Diagnostics.TraceSource": "4.0.0-rc2-24022", - "System.Diagnostics.TextWriterTraceListener": "4.0.0-rc2-24022", - "System.Resources.ReaderWriter": "4.0.0-rc2-24022", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", - "System.Private.DataContractSerialization": "4.1.1-rc2-24022", + "System.Diagnostics.TraceSource": "4.0.0-rc2-24027", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-rc2-24027", + "System.Resources.ReaderWriter": "4.0.0-rc2-24027", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", + "System.Private.DataContractSerialization": "4.1.1-rc2-24027", "Microsoft.Win32.Registry": { - "version": "4.0.0-rc2-24022", + "version": "4.0.0-rc2-24027", "exclude": "compile" } }, diff --git a/test/ArgumentForwardingTests/project.json b/test/ArgumentForwardingTests/project.json index 6e4b3633d..85ed78a91 100644 --- a/test/ArgumentForwardingTests/project.json +++ b/test/ArgumentForwardingTests/project.json @@ -8,7 +8,7 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "Microsoft.DotNet.ProjectModel": { "target": "project" }, diff --git a/test/EndToEnd/project.json b/test/EndToEnd/project.json index 83628cb89..9a5970385 100644 --- a/test/EndToEnd/project.json +++ b/test/EndToEnd/project.json @@ -8,7 +8,7 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "Microsoft.DotNet.ProjectModel": { "target": "project" }, diff --git a/test/Kestrel.Tests/project.json b/test/Kestrel.Tests/project.json index 8bd237865..c5333d668 100644 --- a/test/Kestrel.Tests/project.json +++ b/test/Kestrel.Tests/project.json @@ -5,7 +5,7 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "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 1ab25b6fc..57964e10f 100644 --- a/test/Microsoft.DotNet.Cli.Utils.Tests/project.json +++ b/test/Microsoft.DotNet.Cli.Utils.Tests/project.json @@ -8,8 +8,8 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "System.Diagnostics.TraceSource": "4.0.0-rc2-24022", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", + "System.Diagnostics.TraceSource": "4.0.0-rc2-24027", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "NuGet.Versioning": "3.5.0-beta-1199", "NuGet.Packaging": "3.5.0-beta-1199", "NuGet.Frameworks": "3.5.0-beta-1199", diff --git a/test/Microsoft.DotNet.Compiler.Common.Tests/project.json b/test/Microsoft.DotNet.Compiler.Common.Tests/project.json index 767b1fe88..d18a6a1f2 100644 --- a/test/Microsoft.DotNet.Compiler.Common.Tests/project.json +++ b/test/Microsoft.DotNet.Compiler.Common.Tests/project.json @@ -5,7 +5,7 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "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 06823f231..2850e6bb0 100644 --- a/test/Microsoft.DotNet.ProjectModel.Tests/project.json +++ b/test/Microsoft.DotNet.ProjectModel.Tests/project.json @@ -8,7 +8,7 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "Microsoft.DotNet.ProjectModel": { "target": "project" }, diff --git a/test/Microsoft.Extensions.DependencyModel.Tests/project.json b/test/Microsoft.Extensions.DependencyModel.Tests/project.json index 3d17a4710..7a6837fd0 100644 --- a/test/Microsoft.Extensions.DependencyModel.Tests/project.json +++ b/test/Microsoft.Extensions.DependencyModel.Tests/project.json @@ -9,7 +9,7 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "System.Diagnostics.TraceSource": "4.0.0-rc2-24022", + "System.Diagnostics.TraceSource": "4.0.0-rc2-24027", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/test/Performance/project.json b/test/Performance/project.json index fa04986e1..afb38c56a 100644 --- a/test/Performance/project.json +++ b/test/Performance/project.json @@ -5,7 +5,7 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "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 5045424d7..d3291f5d3 100644 --- a/test/TestingAbstractions/Microsoft.Extensions.Testing.Abstractions.Tests/project.json +++ b/test/TestingAbstractions/Microsoft.Extensions.Testing.Abstractions.Tests/project.json @@ -8,7 +8,7 @@ "Microsoft.Extensions.Testing.Abstractions": { "target": "project" }, - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "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 1246e2099..04ecca9a1 100644 --- a/test/TestingAbstractions/Microsoft.Extensions.Testing.Abstractions.UnitTests/project.json +++ b/test/TestingAbstractions/Microsoft.Extensions.Testing.Abstractions.UnitTests/project.json @@ -8,8 +8,8 @@ "Microsoft.Extensions.Testing.Abstractions": { "target": "project" }, - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", - "System.Diagnostics.Process": "4.1.0-rc2-24022", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", + "System.Diagnostics.Process": "4.1.0-rc2-24027", "TestAppWithPortablePdbs": { "target": "project" }, diff --git a/test/TestingAbstractions/TestAppWithFullPdbs/project.json b/test/TestingAbstractions/TestAppWithFullPdbs/project.json index 3c0039371..1bdd5ee85 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-24022" + "NETStandard.Library": "1.5.0-rc2-24027" }, "frameworks": { "netstandard1.5": {} diff --git a/test/TestingAbstractions/TestAppWithPortablePdbs/project.json b/test/TestingAbstractions/TestAppWithPortablePdbs/project.json index 92c540f5e..fce653792 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-24022" + "NETStandard.Library": "1.5.0-rc2-24027" }, "frameworks": { "netstandard1.5": {} diff --git a/test/binding-redirects.Tests/project.json b/test/binding-redirects.Tests/project.json index b92e10aef..dcbee7b91 100644 --- a/test/binding-redirects.Tests/project.json +++ b/test/binding-redirects.Tests/project.json @@ -3,21 +3,21 @@ "dependencies": { "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-162081-13", - "Microsoft.NETCore.Platforms": "1.0.1-*", + "Microsoft.NETCore.Platforms": "1.0.1-rc2-24027", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" } }, "frameworks": { "net451": { - "frameworkAssemblies": { + "frameworkAssemblies": { "System.Configuration": "" } - } + } }, "runtimes": { "win7-x64": {}, - "win7-x86": {} + "win7-x86": {} }, "testRunner": "xunit" } diff --git a/test/dotnet-build.Tests/project.json b/test/dotnet-build.Tests/project.json index c04a81d34..9d60bd274 100644 --- a/test/dotnet-build.Tests/project.json +++ b/test/dotnet-build.Tests/project.json @@ -5,7 +5,7 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/test/dotnet-compile.Tests/project.json b/test/dotnet-compile.Tests/project.json index 71819b612..598e24d3c 100644 --- a/test/dotnet-compile.Tests/project.json +++ b/test/dotnet-compile.Tests/project.json @@ -5,7 +5,7 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/test/dotnet-compile.UnitTests/project.json b/test/dotnet-compile.UnitTests/project.json index 57027663e..5e07bb5b1 100644 --- a/test/dotnet-compile.UnitTests/project.json +++ b/test/dotnet-compile.UnitTests/project.json @@ -18,7 +18,7 @@ "target": "project" }, "Microsoft.Win32.Registry": { - "version": "4.0.0-rc2-24022", + "version": "4.0.0-rc2-24027", "exclude": "Compile" }, "Microsoft.DotNet.ProjectModel": { diff --git a/test/dotnet-pack.Tests/project.json b/test/dotnet-pack.Tests/project.json index c45b5f203..265169bb7 100644 --- a/test/dotnet-pack.Tests/project.json +++ b/test/dotnet-pack.Tests/project.json @@ -5,8 +5,8 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", - "System.IO.Compression.ZipFile": "4.0.1-rc2-24022", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", + "System.IO.Compression.ZipFile": "4.0.1-rc2-24027", "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 349228b7a..df031d0eb 100644 --- a/test/dotnet-projectmodel-server.Tests/project.json +++ b/test/dotnet-projectmodel-server.Tests/project.json @@ -8,7 +8,7 @@ "target": "project" }, "Microsoft.Win32.Registry": { - "version": "4.0.0-rc2-24022", + "version": "4.0.0-rc2-24027", "exclude": "Compile" }, "Microsoft.DotNet.Tools.Tests.Utilities": { @@ -19,7 +19,7 @@ }, "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-162081-13", - "System.Net.NameResolution": "4.0.0-rc2-24022" + "System.Net.NameResolution": "4.0.0-rc2-24027" }, "frameworks": { "netcoreapp1.0": { diff --git a/test/dotnet-publish.Tests/project.json b/test/dotnet-publish.Tests/project.json index 52b388eae..1499b49ac 100644 --- a/test/dotnet-publish.Tests/project.json +++ b/test/dotnet-publish.Tests/project.json @@ -5,7 +5,7 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "Microsoft.DotNet.TestFramework": "1.0.0-*", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" @@ -13,7 +13,7 @@ "xunit": "2.1.0", "xunit.netcore.extensions": "1.0.0-prerelease-00206", "dotnet-test-xunit": "1.0.0-rc2-162081-13", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-24022" + "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-24027" }, "frameworks": { "netcoreapp1.0": { diff --git a/test/dotnet-resgen.Tests/project.json b/test/dotnet-resgen.Tests/project.json index f222777ff..b1848a5c6 100644 --- a/test/dotnet-resgen.Tests/project.json +++ b/test/dotnet-resgen.Tests/project.json @@ -5,7 +5,7 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/test/dotnet-run.Tests/project.json b/test/dotnet-run.Tests/project.json index 8bd237865..c5333d668 100644 --- a/test/dotnet-run.Tests/project.json +++ b/test/dotnet-run.Tests/project.json @@ -5,7 +5,7 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/test/dotnet-test.Tests/project.json b/test/dotnet-test.Tests/project.json index 21695fca7..34a363c75 100644 --- a/test/dotnet-test.Tests/project.json +++ b/test/dotnet-test.Tests/project.json @@ -15,9 +15,9 @@ "Microsoft.DotNet.ProjectModel": { "target": "project" }, - "System.Net.NameResolution": "4.0.0-rc2-24022", - "System.Net.Sockets": "4.1.0-rc2-24022", - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", + "System.Net.NameResolution": "4.0.0-rc2-24027", + "System.Net.Sockets": "4.1.0-rc2-24027", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-162081-13" }, diff --git a/test/dotnet-test.UnitTests/project.json b/test/dotnet-test.UnitTests/project.json index 97ed66b5d..265b2289e 100644 --- a/test/dotnet-test.UnitTests/project.json +++ b/test/dotnet-test.UnitTests/project.json @@ -10,7 +10,7 @@ "target": "project" }, "Microsoft.Win32.Registry": { - "version": "4.0.0-rc2-24022", + "version": "4.0.0-rc2-24027", "exclude": "Compile" }, "xunit": "2.1.0", diff --git a/test/dotnet.Tests/project.json b/test/dotnet.Tests/project.json index e9eb5bef4..7104d0211 100644 --- a/test/dotnet.Tests/project.json +++ b/test/dotnet.Tests/project.json @@ -5,7 +5,7 @@ "type": "platform", "version": "1.0.0-rc2-*" }, - "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022", + "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, diff --git a/tools/MultiProjectValidator/project.json b/tools/MultiProjectValidator/project.json index 76f6f9831..f37b74075 100644 --- a/tools/MultiProjectValidator/project.json +++ b/tools/MultiProjectValidator/project.json @@ -5,7 +5,7 @@ "emitEntryPoint": true }, "dependencies": { - "NETStandard.Library": "1.5.0-rc2-24022", + "NETStandard.Library": "1.5.0-rc2-24027", "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 e12cbc498..024a16e11 100644 --- a/tools/RuntimeGraphGenerator/project.json +++ b/tools/RuntimeGraphGenerator/project.json @@ -7,12 +7,12 @@ "NuGet.RuntimeModel": "3.5.0-beta-1199", "NuGet.Versioning": "3.5.0-beta-1199", "System.CommandLine": "0.1.0-e160119-1", - "System.Runtime.Serialization.Json": "4.0.2-rc2-24022", + "System.Runtime.Serialization.Json": "4.0.2-rc2-24027", "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-24022", - "NETStandard.Library": "1.5.0-rc2-24022" + "Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-24027", + "NETStandard.Library": "1.5.0-rc2-24027" }, "frameworks": { "netstandardapp1.5": {