diff --git a/src/SourceBuild/content/eng/Version.Details.xml b/src/SourceBuild/content/eng/Version.Details.xml index 4663e31d6b4c..1a9ee498966b 100644 --- a/src/SourceBuild/content/eng/Version.Details.xml +++ b/src/SourceBuild/content/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/arcade - c80f5199af3eb3ebf00ca30ec4fa3af93faf0439 + ea0a0a28cccd4b63a9ec40df53ef2df260ffa5b1 https://github.com/dotnet/arcade diff --git a/src/SourceBuild/content/eng/Versions.props b/src/SourceBuild/content/eng/Versions.props index 49e1061d3965..7c67b8901c5f 100644 --- a/src/SourceBuild/content/eng/Versions.props +++ b/src/SourceBuild/content/eng/Versions.props @@ -23,8 +23,8 @@ of a .NET major or minor release, prebuilts may be needed. When the release is mature, prebuilts are not necessary, and this property is removed from the file. --> - 10.0.100-preview.2.25113.1 - 10.0.100-preview.2.25113.1 + 10.0.100-preview.2.25160.1 + 10.0.100-preview.2.25160.1 10.0.0-beta.25110.3 diff --git a/src/SourceBuild/content/global.json b/src/SourceBuild/content/global.json index 92ef32fe0e1b..609a5722eb5f 100644 --- a/src/SourceBuild/content/global.json +++ b/src/SourceBuild/content/global.json @@ -1,10 +1,10 @@ { "tools": { - "dotnet": "10.0.100-preview.2.25112.53" + "dotnet": "10.0.100-preview.2.25160.21" }, "msbuild-sdks": { "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0", - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25110.3" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25113.2" } }