Update msbuild sdks and add dotnet-eng for Arcade SDK

This commit is contained in:
Viktor Hofer 2024-01-11 19:52:26 +01:00
parent 806a764a0b
commit 7d5805f07f
2 changed files with 4 additions and 5 deletions

View file

@ -8,8 +8,9 @@
<packageSources> <packageSources>
<clear /> <clear />
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" /> <add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
</packageSources> </packageSources>
<disabledPackageSources> <disabledPackageSources>
<clear /> <clear />
</disabledPackageSources> </disabledPackageSources>
</configuration> </configuration>

View file

@ -3,9 +3,7 @@
"dotnet": "9.0.100-alpha.1.24055.2" "dotnet": "9.0.100-alpha.1.24055.2"
}, },
"msbuild-sdks": { "msbuild-sdks": {
"Microsoft.Build.Traversal": "2.0.2", "Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.NET.Sdk.IL": "3.0.0-preview-27107-01", "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24058.6"
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21304.1",
"Yarn.MSBuild": "1.15.2"
} }
} }