Commit d06394e
committed
Pin C# CI to .NET 8 SDK
Recent ubuntu-latest image updates changed toolchain selection in
the C# workflow. Even with setup-dotnet requesting 8.0.x, dotnet
test can run under SDK 10 and fail with MSB3030 when apphost is
missing.
Add a csharp/global.json to pin SDK resolution to .NET 8 and keep
test build behavior stable across runner image changes. Also print
dotnet version and installed SDKs in CI logs so future drift is
immediately visible.1 parent 9f22faf commit d06394e
2 files changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments