-
Notifications
You must be signed in to change notification settings - Fork 206
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
Remove net 6.0 targets #2498
Remove net 6.0 targets #2498
Conversation
421afb3
to
53ec26a
Compare
53ec26a
to
0eeaf50
Compare
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.
Lgtm, one thing that comes to mind is to double check all our .dotnet-tools.json
dependencies run on .net 8.0.
We might get bit by that during release.
Starting with .net 9 we can control this strict sdk pinning for running dotnet tools by specifying it's safe to run this tool on a later sdk (99.99÷) of the time.
Good shout! |
Closes #2489