From 86a5b7eafc4699321dae0cb6578fc7e874914e39 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Aug 2021 12:58:38 +0200 Subject: [PATCH] [main] Update dependencies from dotnet/runtime dotnet/emsdk (#57491) * Update dependencies from https://github.com/dotnet/runtime build 20210815.6 Microsoft.NETCore.ILAsm , Microsoft.NETCore.DotNetHostPolicy , Microsoft.NETCore.DotNetHost , runtime.native.System.IO.Ports , Microsoft.NET.Sdk.IL , System.Runtime.CompilerServices.Unsafe , System.Text.Json From Version 6.0.0-rc.1.21411.3 -> To Version 6.0.0-rc.1.21415.6 * Update dependencies from https://github.com/dotnet/emsdk build 20210816.1 Microsoft.NET.Workload.Emscripten.Manifest-6.0.100 From Version 6.0.0-rc.1.21415.1 -> To Version 6.0.0-rc.1.21416.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 14 +++++++------- global.json | 2 +- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 216a4e9..513e7c2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,9 +8,9 @@ https://github.com/dotnet/msquic 73d128a9c0beb6d6d92ef2b0c09ada8433754a11 - + https://github.com/dotnet/emsdk - e33d37f3ca283571a7e142c766596e08f19a5bf4 + 9f2345b3c5f43dbf34790e21657ae1f2445cd06a @@ -162,33 +162,33 @@ https://github.com/dotnet/runtime 38017c3935de95d0335bac04f4901ddfc2718656 - + https://github.com/dotnet/runtime - 85441ce69b81dfd5bf57b9d00ba525440b7bb25d + fde6b37e985605d862c070256de7c97e2a3f3342 - + https://github.com/dotnet/runtime - 85441ce69b81dfd5bf57b9d00ba525440b7bb25d + fde6b37e985605d862c070256de7c97e2a3f3342 - + https://github.com/dotnet/runtime - 85441ce69b81dfd5bf57b9d00ba525440b7bb25d + fde6b37e985605d862c070256de7c97e2a3f3342 - + https://github.com/dotnet/runtime - 85441ce69b81dfd5bf57b9d00ba525440b7bb25d + fde6b37e985605d862c070256de7c97e2a3f3342 - + https://github.com/dotnet/runtime - 85441ce69b81dfd5bf57b9d00ba525440b7bb25d + fde6b37e985605d862c070256de7c97e2a3f3342 - + https://github.com/dotnet/runtime - 85441ce69b81dfd5bf57b9d00ba525440b7bb25d + fde6b37e985605d862c070256de7c97e2a3f3342 - + https://github.com/dotnet/runtime - 85441ce69b81dfd5bf57b9d00ba525440b7bb25d + fde6b37e985605d862c070256de7c97e2a3f3342 https://github.com/mono/linker diff --git a/eng/Versions.props b/eng/Versions.props index 16fb2f3..626a8ec 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -72,11 +72,11 @@ 6.0.0-preview.1.102 6.0.0-alpha.1.20612.4 - 6.0.0-rc.1.21411.3 - 6.0.0-rc.1.21411.3 + 6.0.0-rc.1.21415.6 + 6.0.0-rc.1.21415.6 3.1.0 - 6.0.0-rc.1.21411.3 + 6.0.0-rc.1.21415.6 5.0.0 4.3.0 @@ -110,11 +110,11 @@ 5.0.0 5.0.0 4.8.1 - 6.0.0-rc.1.21411.3 - 6.0.0-rc.1.21411.3 + 6.0.0-rc.1.21415.6 + 6.0.0-rc.1.21415.6 4.5.4 4.5.0 - 6.0.0-rc.1.21411.3 + 6.0.0-rc.1.21415.6 6.0.0-beta.21411.3 6.0.0-beta.21411.3 @@ -185,7 +185,7 @@ 11.1.0-alpha.1.21409.1 11.1.0-alpha.1.21409.1 - 6.0.0-rc.1.21415.1 + 6.0.0-rc.1.21416.1 $(MicrosoftNETWorkloadEmscriptenManifest60100Version) 1.1.87-gba258badda diff --git a/global.json b/global.json index 376e273..b8af8d2 100644 --- a/global.json +++ b/global.json @@ -18,6 +18,6 @@ "Microsoft.DotNet.SharedFramework.Sdk": "6.0.0-beta.21412.1", "Microsoft.Build.NoTargets": "3.1.0", "Microsoft.Build.Traversal": "3.0.23", - "Microsoft.NET.Sdk.IL": "6.0.0-rc.1.21411.3" + "Microsoft.NET.Sdk.IL": "6.0.0-rc.1.21415.6" } } -- 2.7.4