You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
For it to work, I have to go down to 7.1.1, which is the last version that doesn't target .Net 8.
Even if I try the next subversion, 7.1.2, I have the error.
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.
Also, if I navigate to the package locally, there is no folder for .Net 6.
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.
The text was updated successfully, but these errors were encountered:
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.
For it to work, I have to go down to 7.1.1, which is the last version that doesn't target .Net 8.
Even if I try the next subversion, 7.1.2, I have the error.
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.
Also, if I navigate to the package locally, there is no folder for .Net 6.
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.
The text was updated successfully, but these errors were encountered: