Update app-lib-dotnet to dotnet8 with c# 12 #340
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We should ensure that v8 works with the newest dotnet version, which at the time of release of app-lib v8 will be
net8.0
.If someone finds a compelling idea for why we would need multi-targeting
net6.0
(ornet7.0
), I'm not against it, but forcing users to have similar setup and not have to ask (Oh, you runnet6.0
, we didn't properly test that) is a huge time saver in my opinion.This PR does not include the fix of the update tool to change dotnet version, as it would conflict with changes in #329
Related Issue(s)
Remarks
Something funny happened with FeatureManagment when updating, and I had to use the newest version to make the tests compile. Seems like a very sensible change.
Verification
Documentation