Skip to content

chore: update deps - #19

Merged
DecSmith42 merged 1 commit into
mainfrom
chore/update-deps
Aug 3, 2026
Merged

chore: update deps#19
DecSmith42 merged 1 commit into
mainfrom
chore/update-deps

Conversation

@DecSmith42

Copy link
Copy Markdown
Contributor

This pull request updates package dependencies across several project files and sets the .NET SDK version for the repository. The main changes are version bumps for internal utility packages and the addition of a global.json file to standardize the SDK version.

Dependency updates:

Build and SDK configuration:

  • global.json: Added to pin the .NET SDK version to 10.0.0 and specify roll-forward behavior.

Copilot AI review requested due to automatic review settings August 3, 2026 00:56
@DecSmith42
DecSmith42 enabled auto-merge August 3, 2026 00:56

Copilot AI 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.

Pull request overview

This PR updates internal build/test tooling dependencies and introduces a global.json intended to standardize the .NET SDK used for builds in this repository.

Changes:

  • Bumped Invex.RepoUtils.* packages from 1.8.0 to 1.9.0 across _atom, library, and test projects.
  • Updated test dependency Verify.NUnit from 31.27.0 to 31.28.0.
  • Added global.json to control SDK selection (needs adjustment to match the repo’s “10.0.x” convention and avoid major roll-forward).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
tests/Invex.SemanticVersion.Tests/Invex.SemanticVersion.Tests.csproj Updates test utility and snapshot testing package versions.
src/Invex.SemanticVersion/Invex.SemanticVersion.csproj Updates public API analyzer package version (PrivateAssets).
global.json Adds SDK selection configuration for the repo (current values likely don’t achieve the stated standardization goal).
_atom/_atom.csproj Updates Atom build module dependency version.

Comment thread global.json
@DecSmith42
DecSmith42 merged commit 8877c89 into main Aug 3, 2026
10 checks passed
@DecSmith42
DecSmith42 deleted the chore/update-deps branch August 3, 2026 00:59
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.

2 participants