-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
When I perform a build, I am getting the following warning
[NU1608] Warning As Error: Detected package version outside of dependency constraint: Pomelo.EntityFrameworkCore.MySql 9.0.0 requires Microsoft.EntityFrameworkCore.Relational (>= 9.0.0 && <= 9.0.999) but version Microsoft.EntityFrameworkCore.Relational 10.0.0 was resolved.
Can these driver packages be made optional by setting the PrivateAssets attribute to 'all' since we don't need them all?
ex.
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" PrivateAssets="all" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" PrivateAssets="all" />
</Item
``
Metadata
Metadata
Assignees
Labels
No labels