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 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" } }