Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 87191fd

Browse files
Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /src/TcOpen.Inxton/src/Security (#443)
* Bump Newtonsoft.Json in /src/TcOpen.Inxton/src/Security Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@12.0.3...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * consolidate newtonsoft package Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter <61538034+PTKu@users.noreply.github.com>
1 parent 598ec7c commit 87191fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/TcOpen.Inxton/src/Security.Wpf/TcOpen.Inxton.Local.Security.Wpf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
29+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
3030
</ItemGroup>
3131

3232
<ItemGroup>

src/TcOpen.Inxton/src/Security/TcOpen.Inxton.Local.Security.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<ItemGroup>
1919
<PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.2.0" />
2020
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="5.0.7" />
21-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
21+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

0 commit comments

Comments
 (0)