diff --git a/src/SourceBuild/content/NuGet.config b/src/SourceBuild/content/NuGet.config index 8ce541b9a..18bd658c3 100644 --- a/src/SourceBuild/content/NuGet.config +++ b/src/SourceBuild/content/NuGet.config @@ -8,8 +8,9 @@ + - \ No newline at end of file + diff --git a/src/SourceBuild/content/global.json b/src/SourceBuild/content/global.json index 8617c0ecd..f02844262 100644 --- a/src/SourceBuild/content/global.json +++ b/src/SourceBuild/content/global.json @@ -3,9 +3,7 @@ "dotnet": "9.0.100-alpha.1.24055.2" }, "msbuild-sdks": { - "Microsoft.Build.Traversal": "2.0.2", - "Microsoft.NET.Sdk.IL": "3.0.0-preview-27107-01", - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21304.1", - "Yarn.MSBuild": "1.15.2" + "Microsoft.Build.NoTargets": "3.7.0", + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24058.6" } }