From 483509d4a2c78146dde964a90145ea454fe00837 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 19 Jun 2026 14:56:37 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20260601.4 On relative base path root Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.26220.3 -> To Version 9.0.0-beta.26301.4 --- eng/Version.Details.xml | 8 ++++---- global.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9818cca325..875566d2d0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -15,14 +15,14 @@ - + https://github.com/dotnet/arcade - f843e65cdfc9e9af05d987f2f7f2e6f6a6106eb5 + efce34e9f9f25af27e2b471fbbf8c21f1ac2e318 - + https://github.com/dotnet/arcade - f843e65cdfc9e9af05d987f2f7f2e6f6a6106eb5 + efce34e9f9f25af27e2b471fbbf8c21f1ac2e318 diff --git a/global.json b/global.json index 2f7b3a1c1d..5d5f57783e 100644 --- a/global.json +++ b/global.json @@ -1,14 +1,14 @@ { "sdk": { - "version": "9.0.115", + "version": "9.0.116", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "9.0.115" + "dotnet": "9.0.116" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26220.3", + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26301.4", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0" }