Skip to content

Add Directory.Packages.props for central package management #136

Description

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
  • dotnet restore --locked-mode works in CI
  • No package version regressions

Metadata

Metadata

Labels

.NETPull requests that update .NET codeenhancementNew feature or requestnuget

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions