-
-
Notifications
You must be signed in to change notification settings - Fork 281
Upgrade to dotnet 7.0 #282
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
Upgrade to dotnet 7.0 #282
Conversation
If we update to net7 that will make it tough for older projects to use. Is there anything that requires net7? |
@ardalis I tried upgrading because I noticed the CI builds have been failing lately due to an error in the ReferenceAssemblyAnnotator library: |
Weird, thanks. Looking into it. |
Since we still have netstandard targeting hopefully this should be fine. |
No description provided.