From 7eeac56ec03663dd31699f3f5f76576d39640cea Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 1 Apr 2026 05:02:24 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20260318.3 On relative base path root Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.26117.2 -> To Version 8.0.0-beta.26168.3 --- eng/Version.Details.xml | 4 ++-- global.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5569747eac..5a647f085d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -11,9 +11,9 @@ 30ed464acd37779c64e9dc652d4460543ebf9966 - + https://github.com/dotnet/arcade - 53f3357c00780a514a5b7b69e6f58880b3ada28e + 8dabb7110e0c0e8ca9866f389493bfb5047b8c24 diff --git a/global.json b/global.json index 0c703dadce..5ea1ac34bb 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.124", + "version": "8.0.125", "rollForward": "latestPatch", "paths": [ ".dotnet", @@ -9,10 +9,10 @@ "errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it." }, "tools": { - "dotnet": "8.0.124" + "dotnet": "8.0.125" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.26117.2", + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.26168.3", "Microsoft.Build.NoTargets": "3.7.0" } }