File msbuild-16.6-fix-nuget-restore-error.patch of Package msbuild
diff -uNr a/eng/Version.Details.xml b/eng/Version.Details.xml
--- a/eng/Version.Details.xml 2021-01-16 06:11:13.000000000 +0900
+++ b/eng/Version.Details.xml 2025-07-30 11:09:56.000000000 +0900
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ToolsetDependencies>
- <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.20202.9">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.20230.5">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>f6dc83c016f91377a2f3f3d44f08f326652a0337</Sha>
+ <Sha>5fd50687c9a9f39bd2ee8221165ea9c1b3f565d9</Sha>
</Dependency>
</ToolsetDependencies>
<ProductDependencies>
diff -uNr a/global.json b/global.json
--- a/global.json 2021-01-16 06:11:13.000000000 +0900
+++ b/global.json 2025-07-30 11:10:12.000000000 +0900
@@ -12,6 +12,6 @@
},
"msbuild-sdks": {
"Microsoft.Build.CentralPackageVersions": "2.0.1",
- "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20202.9"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20230.5"
}
}