Laraue.EfCoreTriggers
Laraue.EfCoreTriggers copied to clipboard
Cannot add package >=7.1.2 with project in .Net 6.0
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.