-
Notifications
You must be signed in to change notification settings - Fork 65
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
Updated to NET8 since NET6 is obsolete #469
base: main
Are you sure you want to change the base?
Conversation
f0b6f25
to
9e6a84c
Compare
c9d42a4
to
16dee0c
Compare
@Mpdreamz Possible to re-trigger the build one more time? |
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.
Excellent work as always @snakefoot ! Sorry it took a while on my end to review and get this in.
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! Just one Q.
@@ -14,7 +14,9 @@ runs: | |||
# Install .NET version as mandated by global.json | |||
- uses: actions/setup-dotnet@v4 | |||
with: | |||
global-json-file: global.json |
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.
What's the reason for this change? Do we need both, net6 and net8 installed?
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.
This was needed for nupkg-validator
but the bump to 0.5.0
should have fixed this 🤞 will revert this to verify.
Starting with .NET 9.0 the SDK check on dotnet tools is relaxed which is great.
No description provided.