Skip to content
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

Target net6.0 and ASP.NET Core Framework Reference #20

Merged
merged 2 commits into from
Jul 21, 2023

Conversation

jzebedee
Copy link
Contributor

Target net6.0

There is no ASP.NET Core for netstandard2.0 and netcoreapp3.1 is out of support. This is also needed to avoid the missing targeting pack error when we switch to FrameworkReferences, see: https://stackoverflow.com/q/63192415/102351

Replace deprecated package reference with FrameworkReference

Fixes #19 - Deprecated ASP.NET Core package references

There is no ASP.NET Core for netstandard2.0 and netcoreapp3.1 is out of support. This is also needed to avoid the missing targeting pack error when we switch to FrameworkReferences, see: https://stackoverflow.com/q/63192415/102351
Fixes khalidabuhakmeh#19 - Deprecated ASP.NET Core package references
@khalidabuhakmeh
Copy link
Owner

Thanks for the pull request. I wrote this to get the most adoption for folks stuck in previous versions. That said, .NET 8.0 is around the corner, and this might be a good time to update and drop support for the older versions of .NET Core.

@khalidabuhakmeh khalidabuhakmeh merged commit acc2f93 into khalidabuhakmeh:main Jul 21, 2023
1 check passed
@khalidabuhakmeh
Copy link
Owner

Thanks for the PR. I'll try to get a fresh package published next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecated ASP.NET Core package references
2 participants