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

Support for .NET 7.0 #451

Closed
PMendesWebDev opened this issue Jan 9, 2023 · 5 comments
Closed

Support for .NET 7.0 #451

PMendesWebDev opened this issue Jan 9, 2023 · 5 comments
Assignees
Labels

Comments

@PMendesWebDev
Copy link

Will there be a release for .NET 7.0?

@abatishchev abatishchev self-assigned this Jan 9, 2023
@abatishchev
Copy link
Member

Hi and thanks for checking on.
While I'd agree that the new major version release could've been the best time to add a new target framework, my question and argument against doing that would be this: would it be really necessary and beneficial? In other words, what would be the difference for an application targeting 7.0 when the library targets 6.0 or 7.0? To my knowledge, it'll work the same way. No?

@PMendesWebDev
Copy link
Author

Hey there!

Thanks for the fast reply.

I could be being a complete noob on this, but I'm not able to install JWT on my project because it doesn't target .NET 7.0 (at least it won't show in nuget library)

@abatishchev
Copy link
Member

Can you zip and attach a minimal repro project? I'll take a look.

If you change the project's target framework to net60, does it appear? If still not then it's related to the NuGet feed setting rather than the library. Which which are you using, just the public one?

@PMendesWebDev
Copy link
Author

I used vs' nuget package console and it did let me install it.

I'll try to work with it and see if it's all good :)

Thanks for the reply!

@abatishchev
Copy link
Member

Happy to help, let me know if you run into any other issues.

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

No branches or pull requests

2 participants