You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package versions live in each csproj. Microsoft.EntityFrameworkCore 10.0.7 is duplicated across the library and tests. Move to central package management.
Acceptance criteria
New Directory.Packages.props with ManagePackageVersionsCentrally=true and one <PackageVersion> per package
Both csproj files use <PackageReference> without a Version
Package versions live in each csproj.
Microsoft.EntityFrameworkCore10.0.7 is duplicated across the library and tests. Move to central package management.Acceptance criteria
Directory.Packages.propswithManagePackageVersionsCentrally=trueand one<PackageVersion>per package<PackageReference>without aVersiondotnet restore --locked-modeworks in CI