intility / intility/json-api-toolkit
Add Directory.Packages.props for central package management
Open
@erlendellefsen is already working on this.
Since Aug 20, 2026.
.NET
enhancement
nuget
- Dominant language
- C#
- Stars
- 7
- Forks
- 0
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 23
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.propswithManagePackageVersionsCentrally=trueand one<PackageVersion>per package - Both csproj files use
<PackageReference>without aVersion -
dotnet restore --locked-modeworks in CI - No package version regressions
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.