Skip to content

chore: use version ranges for conditional EF Core/Extensions packages#13

Merged
ncipollina merged 2 commits into
mainfrom
chore/package-version-ranges
Jul 21, 2026
Merged

chore: use version ranges for conditional EF Core/Extensions packages#13
ncipollina merged 2 commits into
mainfrom
chore/package-version-ranges

Conversation

@ncipollina

Copy link
Copy Markdown
Contributor

Summary

  • Extends the version-range treatment (already applied to Microsoft.EntityFrameworkCore.Relational) to the other five PackageVersion entries in both the net10.0 and net11.0 conditional ItemGroups in Directory.Packages.props
  • Each is now [pinned, nextMajor.0.0) instead of an exact version, consistently across the whole block

Test plan

  • dotnet restore SharpMud.slnx succeeds
  • CI build passes

🤖 Generated with Claude Code

Bounds each package to [pinned, nextMajor.0.0) instead of an exact
version, consistent across every entry in both the net10.0 and
net11.0 conditional groups.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@github-actions github-actions Bot added the type: chore Maintenance task label Jul 21, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 973aeb6e2f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread Directory.Packages.props Outdated
NuGet sorts a prerelease below its matching stable release, so an
exclusive upper bound of 12.0.0 still admits 12.0.0-preview.* - it
only excludes 12.0.0 stable and later, not previews of it. Using
12.0.0-0 (and 11.0.0-0 for the net10.0 block) as the upper bound
instead excludes the entire next-major line, previews included.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@ncipollina
ncipollina merged commit 51c1ba7 into main Jul 21, 2026
7 checks passed
@ncipollina
ncipollina deleted the chore/package-version-ranges branch July 21, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: chore Maintenance task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant