diff --git a/eng/Version.Details.props b/eng/Version.Details.props index e12bedd43ccee..322c75643eb3d 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,9 +6,9 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26160.1 - 10.0.0-beta.26160.1 - 10.0.0-beta.26160.1 + 10.0.0-beta.26164.1 + 10.0.0-beta.26164.1 + 10.0.0-beta.26164.1 1.1.0-beta.25161.2 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 464c7d0db971f..bef9c24a831fe 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -115,13 +115,13 @@ - + https://github.com/dotnet/arcade - 8b0ca8dba65be0853690ce98ae8f950a25ff8421 + e365cfcb58176841c2fb80d1a40926f394776970 - + https://github.com/dotnet/arcade - 8b0ca8dba65be0853690ce98ae8f950a25ff8421 + e365cfcb58176841c2fb80d1a40926f394776970 https://github.com/dotnet/symreader @@ -131,9 +131,9 @@ https://github.com/dotnet/roslyn 5dd606bb21208dfc6fd3d9b07ae963a93248483b - + https://github.com/dotnet/arcade - 8b0ca8dba65be0853690ce98ae8f950a25ff8421 + e365cfcb58176841c2fb80d1a40926f394776970 https://github.com/dotnet/arcade-services diff --git a/global.json b/global.json index d7c91dc3b5e86..181ad75f5c224 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,11 @@ { "sdk": { - "version": "10.0.103", + "version": "10.0.104", "allowPrerelease": false, "rollForward": "patch" }, "tools": { - "dotnet": "10.0.103", + "dotnet": "10.0.104", "vs": { "version": "17.14.0" }, @@ -13,8 +13,8 @@ "xcopy-msbuild": "18.0.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26160.1", - "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26160.1", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26164.1", + "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26164.1", "Microsoft.Build.Traversal": "3.4.0" } }