Commit ceb4837
ci: update build script target from net6.0 to net8.0
The GitHub Actions Windows runner no longer has .NET 6 available, causing
all CI builds to fail with 'You must install or update .NET to run this
application'. .NET 8 is available on the runner, so updating the FAKE
build script target to net8.0 fixes the CI pipeline.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent bb614e4 commit ceb4837
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments