From 3d03d08c09c6a7e4314f618f683ac44092b910c5 Mon Sep 17 00:00:00 2001 From: dotnet-sb-bot Date: Tue, 11 Mar 2025 08:51:21 +0000 Subject: [PATCH] Re-Bootstrap Source Build to .NET 10.0.100-preview.2.25160.1 --- src/SourceBuild/content/eng/Version.Details.xml | 4 ++-- src/SourceBuild/content/eng/Versions.props | 4 ++-- src/SourceBuild/content/global.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/SourceBuild/content/eng/Version.Details.xml b/src/SourceBuild/content/eng/Version.Details.xml index 7565cf09fb19..ad5598c29169 100644 --- a/src/SourceBuild/content/eng/Version.Details.xml +++ b/src/SourceBuild/content/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/arcade - c80f5199af3eb3ebf00ca30ec4fa3af93faf0439 + ea0a0a28cccd4b63a9ec40df53ef2df260ffa5b1 diff --git a/src/SourceBuild/content/eng/Versions.props b/src/SourceBuild/content/eng/Versions.props index 118cba7ae897..e75f468ff747 100644 --- a/src/SourceBuild/content/eng/Versions.props +++ b/src/SourceBuild/content/eng/Versions.props @@ -23,8 +23,8 @@ of a .NET major or minor release, prebuilts may be needed. When the release is mature, prebuilts are not necessary, and this property is removed from the file. --> - 10.0.100-preview.2.25113.1 - 10.0.100-preview.2.25113.1 + 10.0.100-preview.2.25160.1 + 10.0.100-preview.2.25160.1 2.0.0-beta4.24126.1 diff --git a/src/SourceBuild/content/global.json b/src/SourceBuild/content/global.json index 92ef32fe0e1b..609a5722eb5f 100644 --- a/src/SourceBuild/content/global.json +++ b/src/SourceBuild/content/global.json @@ -1,10 +1,10 @@ { "tools": { - "dotnet": "10.0.100-preview.2.25112.53" + "dotnet": "10.0.100-preview.2.25160.21" }, "msbuild-sdks": { "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0", - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25110.3" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25113.2" } }