diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 3e9783f111..20b409381a 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26217.115 + 10.0.0-beta.26229.109 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bd3a29a515..8f0beba5d8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,12 +1,12 @@ - + - + https://github.com/dotnet/dotnet - 71d1809a66d8aacbe21208baeb0bbc484191b3d1 + dd8ced28bfd57694643337c5dcf1877d5159948b diff --git a/eng/Versions.props b/eng/Versions.props index 369f437feb..4c6b03cdce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -4,7 +4,7 @@ - 2.0.8 + 2.0.9 servicing diff --git a/global.json b/global.json index 4d1f30dfb2..0ef73b2fa3 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "10.0.106", + "dotnet": "10.0.107", "runtimes": { "dotnet": [ "8.0.22" @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26217.115" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26229.109" } }