mirror of
https://github.com/microsoft/krabsetw
synced 2026-06-06 16:14:32 +00:00
a16f78a4a7
The CI runner has .NET SDK 10.0.x pre-installed, which fails to resolve the .NET 8.0 AppHost packs needed by the NetCore project. Pin the SDK to the 8.0.x feature band using global.json with rollForward=latestFeature, and add the setup-dotnet action to install the matching SDK on CI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
7 lines
80 B
JSON
7 lines
80 B
JSON
{
|
|
"sdk": {
|
|
"version": "8.0.100",
|
|
"rollForward": "latestFeature"
|
|
}
|
|
}
|