Skip to content

Commit

Permalink
Bump Newtonsoft.Json in /src/GWallet.Frontend.XF.Android
Browse files Browse the repository at this point in the history
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@11.0.2...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 15, 2023
1 parent 55fd969 commit 7927539
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/GWallet.Backend/GWallet.Backend.fsproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand Down Expand Up @@ -60,7 +60,7 @@
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="4.7.0" />
<PackageReference Include="Fsdk" Version="0.6.0--date20230530-1155.git-3bb8d08" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2">
<PackageReference Include="Newtonsoft.Json" Version="13.0.1">
<GeneratePathProperty></GeneratePathProperty>
</PackageReference>
<PackageReference Include="NBitcoin" Version="6.0.17">
Expand Down
4 changes: 2 additions & 2 deletions src/GWallet.Frontend.XF.Android/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Common.Logging.Core" version="3.4.1" targetFramework="monoandroid90" />
<package id="DotNetEssentials" version="1.6.1--date20220823-0234.git-14ad2d3" targetFramework="monoandroid11.0" />
Expand All @@ -16,7 +16,7 @@
<package id="NBitcoin.Altcoins" version="3.0.8" targetFramework="monoandroid90" />
<package id="Nethereum" version="0.95.0--date20210125-0551.git-05a29e9" targetFramework="monoandroid90" />
<package id="NETStandard.Library" version="2.0.3" targetFramework="monoandroid90" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="monoandroid90" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="monoandroid90" />
<package id="Portable.BouncyCastle" version="1.8.5.2" targetFramework="monoandroid90" />
<package id="SharpRaven" version="2.4.0" targetFramework="monoandroid90" />
<package id="System.AppContext" version="4.3.0" targetFramework="monoandroid90" />
Expand Down

0 comments on commit 7927539

Please sign in to comment.