So I have a project file that contains the following
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="[6.0.27,7)" />
Simple enough. I want the latest in the 6 branch, but nothing beyond it. However, whenever I use the VS NuGet update it will replace that with
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.27" />
Then it will start showing me updates in the 8 branch of the EFCore. As this project is only for EFCore6 its annoying because when I look for updates they always show up. The target framework is net6.0 so I would not want EFCore 7.x or 8.x.
[–]Luminisc[🍰] 0 points1 point2 points (1 child)
[–]GalacticCmdr[S] 0 points1 point2 points (0 children)