chore(Deps): Update SDK to v10#279
Conversation
Build was failing with ``` Unsupported log file format. Latest supported version is 16, the log file has version 21. ``` Fixed by using a workaround described in [1]. [1] fsprojects/FAKE#2748
In Argu.Samples.LS project to get rid of compile warnings.
nojaf
left a comment
There was a problem hiding this comment.
Looks reasonable on my end.
Would you like a release after this PR?
|
Why not just move to .NET 10 directly? |
|
Might as well also incorporate the 3x dependabot diffs for the action version bumps [and roll to .NET 10 as Eirik says] |
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v3...v4) Closes fsprojects#274
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4...v5) Closes fsprojects#275
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Closes fsprojects#276 Signed-off-by: dependabot[bot] <support@github.com>
Instead of hardcoding the .NET version number.
|
Hey, With @webwarrior-ws's permission, I've finished this PR, addressing the feedback:
Changed it to use
Added a commit to use .NET10 instead of .NET8.
Done, cherry-picked those commits into this PR. |
|
Thanks, let me know if you have any stragglers before we merge |
|
Thanks. I had added "Closes #XYZ" statements to dependabot's commit msgs so that those PRs got closed when merging, but you guys chose to squash all commits when merging, so that didn't happen. Then those dependabot's PRs need to be closed manually. |
Because .NETv6 is already EOS.