Skip to content

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

@erlendellefsen

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

Assignees

No one assigned

    Labels

    .NETPull requests that update .NET codeenhancementNew feature or requestnuget

    Type

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions