-
Notifications
You must be signed in to change notification settings - Fork 401
Update to .NET 8.0 #2566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to .NET 8.0 #2566
Conversation
Signed-off-by: Zafer Balkan <[email protected]>
Signed-off-by: Zafer Balkan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jeffhandley @adamsitnik I think it would be good to consider this change for the next possible nuget.org release.
5 commits for this small change may look a bit messy. Should I squash and force-push or do you prefer a merge with squash after it is approved? |
Other than the package version change for System.Memory, these changes only affect tests. The System.CommandLine library already targets |
Right but we shouldn't be depending on old / obsolete package dependencies, specifically System.Memory/4.5.4 and Newtonsoft.Json/13.0.2 in upcoming releases. |
Since .NET 7.0 EOL, it's better to stick to LTS version that is till supported. I used LTS instead of LTS to minimize friction between new versions.