Browse Source

Merge pull request #84 from nike4613/dependabot/nuget/IPA.Loader/Newtonsoft.Json-13.0.1

Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /IPA.Loader
pull/86/head
nike4613 1 year ago
committed by GitHub
parent
commit
0ba9d3c46d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      IPA.Loader/IPA.Loader.csproj

+ 1
- 1
IPA.Loader/IPA.Loader.csproj View File

@ -50,7 +50,7 @@
<ItemGroup>
<PackageReference Include="Ionic.Zip" Version="1.9.1.8" />
<!--<PackageReference Include="Lib.Harmony" Version="2.0.2" />-->
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<!--<PackageReference Include="AsyncBridge" Version="0.3.1" />
<PackageReference Include="System.ValueTuple" Version="4.5.0">
<ExcludeAssets>buildtransitive</ExcludeAssets>


Loading…
Cancel
Save