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

Cannot add package >=7.1.2 with project in .Net 6.0 #100

Open
beaudry opened this issue Mar 4, 2024 · 0 comments
Open

Cannot add package >=7.1.2 with project in .Net 6.0 #100

beaudry opened this issue Mar 4, 2024 · 0 comments

Comments

@beaudry
Copy link

beaudry commented Mar 4, 2024

Hi, I am trying to use the most recent version (8.0.3) of the package in my .Net 6 project, but I can't add the package because it says that it is not compatible with net6.0.

Yet, if I open my package manager, I see that 8.0.3 supports .Net 6.
image

For it to work, I have to go down to 7.1.1, which is the last version that doesn't target .Net 8.
image

Even if I try the next subversion, 7.1.2, I have the error.
image
image

Then I went to check online, if I go to the NuGet page for the 7.1.1, there is tag for .Net 6, but if I go to the 7.1.2, it is now .Net 8.

image
image

Also, if I navigate to the package locally, there is no folder for .Net 6.
image

My hypothesis is that either the .net 6 version is not compiled anymore, or that it nerver was, and the dependencies in my Visual Studio are wrong.

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

No branches or pull requests

1 participant