-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
dotnet 9.0 support needed #2325
Comments
Version 2.11 is 10 years old. Any recent version (for at least the last 5 years) is compatible with .NET 9 and does not need an explicit net9.0 target |
you are right @Rob-Hague , somehow the older version has been added to proj, that's why getting the warning. having that target still has no side affect. so will close the issue, but having PR still make sense. wdyt? |
personally I don't think there is value in adding a new target without using any features from that target, but it is not my decision |
9 will be added and 6 and 7 will be removed. |
dotnet build
command raises a warning about the version on dotnet 9.0 projects.Adding net9.0 support will fix that warning.
The text was updated successfully, but these errors were encountered: