chore: update deps - #19
Merged
Merged
Conversation
There was a problem hiding this comment.
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 from1.8.0to1.9.0across_atom, library, and test projects. - Updated test dependency
Verify.NUnitfrom31.27.0to31.28.0. - Added
global.jsonto 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.jsonfile to standardize the SDK version.Dependency updates:
_atom/_atom.csproj: UpdatedInvex.RepoUtils.Atom.Modulefrom version 1.8.0 to 1.9.0.src/Invex.SemanticVersion/Invex.SemanticVersion.csproj: UpdatedInvex.RepoUtils.PublicApiAnalyzersfrom version 1.8.0 to 1.9.0.tests/Invex.SemanticVersion.Tests/Invex.SemanticVersion.Tests.csproj: UpdatedInvex.RepoUtils.TestUtilsfrom version 1.8.0 to 1.9.0, andVerify.NUnitfrom 31.27.0 to 31.28.0.Build and SDK configuration:
global.json: Added to pin the .NET SDK version to 10.0.0 and specify roll-forward behavior.