Skip to content

chore(deps): pin all floating package versions#99

Merged
MarcelRoozekrans merged 1 commit into
mainfrom
chore/pin-all-floating-versions
Jul 15, 2026
Merged

chore(deps): pin all floating package versions#99
MarcelRoozekrans merged 1 commit into
mainfrom
chore/pin-all-floating-versions

Conversation

@MarcelRoozekrans

Copy link
Copy Markdown
Collaborator

Pins every floating version range to its resolved version so an upstream half-publish can't break the build via a float.

Note: Microsoft.Extensions.DependencyInjection in the Tests project is pinned to 10.0.10, not a naive latest-resolve — that project pulls Mvc.Testing 10.0.10 → Hosting → DI (>=10.0.10), so a lower pin is an NU1605 downgrade. dotnet build verified locally.

🤖 Generated with Claude Code

Pin every float to its resolved version. Microsoft.Extensions.DependencyInjection
in the Tests project is pinned to 10.0.10 (not the auto-resolver's 10.0.5): that
project pulls Microsoft.AspNetCore.Mvc.Testing 10.0.10 -> Hosting -> DI (>=10.0.10),
so a lower pin is an NU1605 downgrade. Version-only; dotnet build verified.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@MarcelRoozekrans
MarcelRoozekrans merged commit 7244881 into main Jul 15, 2026
3 checks passed
@MarcelRoozekrans
MarcelRoozekrans deleted the chore/pin-all-floating-versions branch July 15, 2026 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant