Laraue.EfCoreTriggers icon indicating copy to clipboard operation
Laraue.EfCoreTriggers copied to clipboard

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

Open beaudry opened this issue 11 months ago • 0 comments

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.

beaudry avatar Mar 04 '24 20:03 beaudry