Commit 46d5827
authored
fix(ci): update dotnet-version from 9.x to 10.x to match global.json (#141)
global.json requires SDK 10.0.103 with rollForward: latestFeature,
but the workflow only installed .NET 9.x. The runner's pre-installed
10.0.102 didn't satisfy the minimum version requirement, causing
`dotnet restore` to fail with "A compatible .NET SDK was not found."1 parent cbf372a commit 46d5827
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments