From eeadd653e1982d7037a93a9ab38129c07336e7db Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 11:53:50 +0100 Subject: [PATCH] [main] Update dependencies from dotnet/runtime (#98511) * Update dependencies from https://github.com/dotnet/runtime build 20240215.1 Microsoft.DotNet.ILCompiler , Microsoft.NET.Sdk.IL , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.ILAsm , runtime.native.System.IO.Ports , System.Reflection.Metadata , System.Reflection.MetadataLoadContext , System.Text.Json , Microsoft.SourceBuild.Intermediate.runtime.linux-x64 From Version 9.0.0-preview.2.24111.9 -> To Version 9.0.0-preview.2.24115.1 * Update dependencies from https://github.com/dotnet/runtime build 20240215.1 Microsoft.DotNet.ILCompiler , Microsoft.NET.Sdk.IL , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.ILAsm , runtime.native.System.IO.Ports , System.Reflection.Metadata , System.Reflection.MetadataLoadContext , System.Text.Json , Microsoft.SourceBuild.Intermediate.runtime.linux-x64 From Version 9.0.0-preview.2.24111.9 -> To Version 9.0.0-preview.2.24115.1 --------- Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 14 +++++++------- global.json | 2 +- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 509075938ac11..61fe9ade1dbb8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -314,43 +314,43 @@ https://github.com/dotnet/llvm-project 9885e5aecc176ca701fc3527877d608bf7ccfb7d - + https://github.com/dotnet/runtime - 9699f39112b2aea89a05a74199baf9049db85537 + 963626276e11bf5587aaed69826b62682b05d9c4 - + https://github.com/dotnet/runtime - 9699f39112b2aea89a05a74199baf9049db85537 + 963626276e11bf5587aaed69826b62682b05d9c4 - + https://github.com/dotnet/runtime - 9699f39112b2aea89a05a74199baf9049db85537 + 963626276e11bf5587aaed69826b62682b05d9c4 - + https://github.com/dotnet/runtime - 9699f39112b2aea89a05a74199baf9049db85537 + 963626276e11bf5587aaed69826b62682b05d9c4 - + https://github.com/dotnet/runtime - 9699f39112b2aea89a05a74199baf9049db85537 + 963626276e11bf5587aaed69826b62682b05d9c4 - + https://github.com/dotnet/runtime - 9699f39112b2aea89a05a74199baf9049db85537 + 963626276e11bf5587aaed69826b62682b05d9c4 - + https://github.com/dotnet/runtime - 9699f39112b2aea89a05a74199baf9049db85537 + 963626276e11bf5587aaed69826b62682b05d9c4 - + https://github.com/dotnet/runtime - 9699f39112b2aea89a05a74199baf9049db85537 + 963626276e11bf5587aaed69826b62682b05d9c4 - + https://github.com/dotnet/runtime - 9699f39112b2aea89a05a74199baf9049db85537 + 963626276e11bf5587aaed69826b62682b05d9c4 https://github.com/dotnet/xharness diff --git a/eng/Versions.props b/eng/Versions.props index 5c4fb67c97abf..bb1645abaf2b4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -104,10 +104,10 @@ 6.0.0-preview.1.102 - 9.0.0-preview.2.24111.9 + 9.0.0-preview.2.24115.1 6.0.0 - 9.0.0-preview.2.24111.9 + 9.0.0-preview.2.24115.1 16.0.5-alpha.1.24112.1 16.0.5-alpha.1.24112.1 @@ -128,19 +128,19 @@ 8.0.0 5.0.0 4.5.5 - 9.0.0-preview.2.24111.9 - 9.0.0-preview.2.24111.9 + 9.0.0-preview.2.24115.1 + 9.0.0-preview.2.24115.1 6.0.0 5.0.0 5.0.0 5.0.0 7.0.0 - 9.0.0-preview.2.24111.9 + 9.0.0-preview.2.24115.1 6.0.0 7.0.0 4.5.4 4.5.0 - 9.0.0-preview.2.24111.9 + 9.0.0-preview.2.24115.1 8.0.0 8.0.0 @@ -218,7 +218,7 @@ 0.11.4-alpha.24112.1 - 9.0.0-preview.2.24111.9 + 9.0.0-preview.2.24115.1 9.0.0-preview.2.24112.1 diff --git a/global.json b/global.json index 75b4add3bebfc..dc5aff95f8db2 100644 --- a/global.json +++ b/global.json @@ -13,6 +13,6 @@ "Microsoft.DotNet.SharedFramework.Sdk": "9.0.0-beta.24112.1", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0", - "Microsoft.NET.Sdk.IL": "9.0.0-preview.2.24111.9" + "Microsoft.NET.Sdk.IL": "9.0.0-preview.2.24115.1" } }