Bump Newtonsoft.Json from 12.0.3 to 13.0.2 in /WorkPoint365.WebApi.Sample.dotnetcore - #6
Conversation
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@12.0.3...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
Updates the .NET Core sample project’s Newtonsoft.Json dependency version.
Changes:
- Bump
Newtonsoft.Jsonfrom12.0.3to13.0.2in theWorkPoint365.WebApi.Sample.dotnetcoreproject.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <ItemGroup> | ||
| <PackageReference Include="Microsoft.Identity.Client" Version="4.37.0" /> | ||
| <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> | ||
| <PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> |
There was a problem hiding this comment.
The project references prebuilt WorkPoint365.WebAPI.* assemblies (via + HintPath) that appear to be built against Newtonsoft.Json v12 (e.g., WorkPoint365.WebAPI.Model.dll contains assembly-qualified type names referencing Newtonsoft.Json, Version=12.0.0.0). Bumping the app to Newtonsoft.Json 13.0.2 changes the loaded assembly version (13.0.0.0) and can cause runtime load/type-resolution failures in .NET Core (no binding redirects). Consider either (1) updating those referenced WorkPoint365 assemblies to versions built against Newtonsoft.Json 13, or (2) keeping Newtonsoft.Json pinned to 12.x to match the referenced binaries.
| <PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> | |
| <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> |
Bumps Newtonsoft.Json from 12.0.3 to 13.0.2.
Release notes
Sourced from Newtonsoft.Json's releases.
Commits
4fba53aRemove prerelease for 13.0.2b15df4bAdd missing headers789bfd3Update to 13.0.2-beta3b13717aAdd JsonCloneSettings to disable copy annotations (#2757)d0a328eFix MaxDepth not being used with ISerializable deserialization (#2736)aae9284Update SDKbd98970Update to 13.0.2-beta24dc9af6Add roll forward to global.json (#2726)b8f4ef0Fixing misspelling (#2698)cb9eed9Fix deserializing via constructor with ignored base type properties (#2711)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.