Add netstandard2.0 and upgrade Newtonsoft.Json to 13.0.4#118
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the library’s supported target frameworks and dependencies, while also moving the tooling/tests and CI pipelines to .NET 8 and refreshing repository metadata (URLs/badges).
Changes:
- Add
netstandard2.0to the main library and related projects; upgradeNewtonsoft.Jsonto13.0.4. - Upgrade tool/test projects and GitHub Actions workflows from .NET 6 to .NET 8.
- Update solution metadata and README build/NuGet badges + package project URLs.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/jpnet/jpnet.csproj | Bumps tool target framework to net8.0. |
| tools/jmespathnet.compliance/jmespathnet.compliance.csproj | Bumps compliance runner to net8.0 and removes direct Newtonsoft reference. |
| tests/jmespathnet.tests/jmespathnet.tests.csproj | Moves test TFM from net6.0 to net8.0 (keeps net452). |
| src/jmespath.net/jmespath.net.csproj | Adds netstandard2.0, upgrades Newtonsoft.Json to 13.0.4, updates package URL. |
| src/jmespath.net.parser/jmespath.net.parser.csproj | Adds netstandard2.0, updates package URL, whitespace/formatting cleanup. |
| src/jmespath.net.interop/jmespath.net.interop.csproj | Adds netstandard2.0. |
| jmespath.net.sln | Updates VS version metadata, solution items, and project display name casing. |
| README.md | Updates product wording and replaces AppVeyor badge with GitHub Actions + NuGet badge. |
| .github/workflows/build.yaml | Uses .NET 8.0.x in CI build/test/compliance workflow. |
| .github/workflows/publish.yaml | Uses .NET 8.0.x in release workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.