From 93351d6db16a711c5ae6bb1de4398525f43adce9 Mon Sep 17 00:00:00 2001 From: dotnet-sb-bot Date: Tue, 8 Jul 2025 20:06:17 +0000 Subject: [PATCH] .NET Source-Build 9.0.108 July 2025 Updates --- 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 3f8de0e0a97c..39172d5867c9 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 - ac63dcf2791c32bf2102fd2b5ebb46479bd48a83 + 0d52a8b262d35fa2fde84e398cb2e791b8454bd2 diff --git a/src/SourceBuild/content/eng/Versions.props b/src/SourceBuild/content/eng/Versions.props index 7c471e539267..34016642debc 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. --> - 9.0.107 - 9.0.107-servicing.25270.1 + 9.0.108 + 9.0.108-servicing.25317.1 2.0.0-beta4.24126.1 diff --git a/src/SourceBuild/content/global.json b/src/SourceBuild/content/global.json index f844c8d71a07..559990343e6f 100644 --- a/src/SourceBuild/content/global.json +++ b/src/SourceBuild/content/global.json @@ -1,10 +1,10 @@ { "tools": { - "dotnet": "9.0.107" + "dotnet": "9.0.108" }, "msbuild-sdks": { "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0", - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25263.2" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25302.2" } }