Commit 36711f5
committed
GitHubCI: set DOTNET_ROLL_FORWARD=major for fsxc
Otherwise we would get this error (because the version of
fsxc that we're using was built with net6.x):
```
dotnet fsxc ./scripts/bump.fsx
You must install or update .NET to run this application.
App: D:\a\geewallet\geewallet\packages\fsxc\0.5.9.1\tools\net6.0\any\fsxc.dll
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '6.0.0' (x64)
.NET location: C:\Program Files\dotnet\
The following frameworks were found:
8.0.6 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
8.0.21 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
8.0.22 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
9.0.6 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
9.0.10 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
10.0.0 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
The following frameworks for other architectures were found:
x86
8.0.21 at [C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App]
9.0.10 at [C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App]
Learn more:
https://aka.ms/dotnet/app-launch-failed
To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=6.0.0&arch=x64&rid=win-x64&os=win10
```1 parent 68662c6 commit 36711f5
1 file changed
+24
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| |||
155 | 158 | | |
156 | 159 | | |
157 | 160 | | |
158 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
159 | 165 | | |
160 | 166 | | |
161 | 167 | | |
| |||
214 | 220 | | |
215 | 221 | | |
216 | 222 | | |
217 | | - | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
218 | 227 | | |
219 | 228 | | |
220 | 229 | | |
| |||
344 | 353 | | |
345 | 354 | | |
346 | 355 | | |
347 | | - | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
348 | 360 | | |
349 | 361 | | |
350 | 362 | | |
| |||
388 | 400 | | |
389 | 401 | | |
390 | 402 | | |
391 | | - | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
392 | 407 | | |
393 | 408 | | |
394 | 409 | | |
| |||
430 | 445 | | |
431 | 446 | | |
432 | 447 | | |
433 | | - | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
434 | 452 | | |
435 | 453 | | |
436 | 454 | | |
| |||
0 commit comments