chore: update deps - #22
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates several internal/tooling NuGet dependencies to newer versions and introduces a global.json to control which .NET SDK developers/build agents use for this repo.
Changes:
- Bumped
Invex.RepoUtils.*packages from1.8.0to1.9.0across_atom/,src/, andtests/. - Updated
Verify.NUnitfrom31.27.0to31.28.0in the test project. - Added
global.jsonto pin .NET SDK selection.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
tests/Invex.FileSystem.Tests/Invex.FileSystem.Tests.csproj |
Updates test-related package references (Invex.RepoUtils.TestUtils, Verify.NUnit). |
src/Invex.FileSystem/Invex.FileSystem.csproj |
Updates analyzer package reference (Invex.RepoUtils.PublicApiAnalyzers). |
global.json |
Adds SDK pinning / roll-forward configuration for local dev and CI consistency. |
_atom/_atom.csproj |
Updates Atom tooling package reference (Invex.RepoUtils.Atom.Module). |
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 several package dependencies across the project to newer versions and adds a new
global.jsonfile to specify the .NET SDK version. These changes help ensure compatibility with the latest tooling and libraries.Dependency updates:
Invex.RepoUtils.Atom.Moduleto version1.9.0in_atom/_atom.csprojInvex.RepoUtils.PublicApiAnalyzersto version1.9.0insrc/Invex.FileSystem/Invex.FileSystem.csprojInvex.RepoUtils.TestUtilsto version1.9.0andVerify.NUnitto31.28.0intests/Invex.FileSystem.Tests/Invex.FileSystem.Tests.csproj[1] [2]Tooling configuration:
global.jsonfile to pin the .NET SDK version to10.0.0and set roll-forward behavior