From 0c274fb47f8318c87da950eb3471ba5388d40ab9 Mon Sep 17 00:00:00 2001 From: Viktor Hofer <7412651+ViktorHofer@users.noreply.github.com> Date: Fri, 7 Aug 2026 18:33:20 +0200 Subject: [PATCH 1/2] Remove ViktorHofer from CODEOWNERS (#1750) I'm not an owner of this repo and don't want to get notified. --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 31ec7c372c..d177535b79 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,2 @@ # These owners will be the default owners for everything unless a later match takes precedence -* @tmat @ViktorHofer +* @tmat From 5004ba7024b95754d246d94341b934dcc49983f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 16:33:46 +0000 Subject: [PATCH 2/2] Reset files to release/10.0.3xx Reset patterns: - eng/Version.Details.xml - eng/Version.Details.props - eng/common/* - NuGet.config - global.json --- NuGet.config | 8 ++++---- eng/Version.Details.props | 10 +++++++--- eng/Version.Details.xml | 26 +++++++++++++++++--------- global.json | 6 +++--- 4 files changed, 31 insertions(+), 19 deletions(-) diff --git a/NuGet.config b/NuGet.config index 5b0fed5628..d2c712ad5d 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,19 +4,19 @@ - - - - + + + + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index dbc3c6ac76..71dc7b36fa 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,15 +6,19 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26376.103 - 2.0.12 - 10.0.12 + 10.0.0-beta.26378.113 + 2.0.10 + 10.0.10 + 10.0.10 + 10.0.10 $(MicrosoftDotNetArcadeSdkPackageVersion) $(SystemCommandLinePackageVersion) + $(SystemIOHashingPackageVersion) $(SystemSecurityCryptographyXmlPackageVersion) + $(SystemTextJsonPackageVersion) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fdfc0b5d1d..33457e5d63 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,20 +1,28 @@ - + - - https://github.com/dotnet/dotnet - e0c9b3f934e7b97b360f4ce3692ab45b9634ae1d + + https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet + f7d90799ce4ef09a0bb257852a57248d2a8fb8dd - - https://github.com/dotnet/dotnet - e0c9b3f934e7b97b360f4ce3692ab45b9634ae1d + + https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet + f7d90799ce4ef09a0bb257852a57248d2a8fb8dd + + + https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet + f7d90799ce4ef09a0bb257852a57248d2a8fb8dd + + + https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet + f7d90799ce4ef09a0bb257852a57248d2a8fb8dd - + https://github.com/dotnet/dotnet - e0c9b3f934e7b97b360f4ce3692ab45b9634ae1d + 44eb40611be3c94e8b5f2584367a4a129ceb8dfa diff --git a/global.json b/global.json index 04ffb1a9c3..3a5de592c3 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.110", + "version": "10.0.302", "allowPrerelease": true, "rollForward": "latestFeature", "paths": [ @@ -10,10 +10,10 @@ "errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it." }, "tools": { - "dotnet": "10.0.110" + "dotnet": "10.0.302" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26376.103", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26378.113", "Microsoft.Build.NoTargets": "3.7.0" } }