win7user10 / Laraue.EfCoreTriggers

Library to write triggers in C# with EF.Core
MIT License
112 stars 20 forks source link

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

Open beaudry opened 7 months ago

beaudry commented 7 months ago

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.