Skip to content

Commit 3fa8dac

Browse files
dependabot[bot]xperiandri
authored andcommitted
Bump Newtonsoft.Json in /samples/star-wars-fabulous-client/StarWars
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] <support@github.com>
1 parent 6275f57 commit 3fa8dac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/star-wars-fabulous-client/StarWars.Android/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="monoandroid81" />
1010
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="monoandroid81" />
1111
<package id="NETStandard.Library" version="1.6.1" targetFramework="monoandroid81" />
12-
<package id="Newtonsoft.Json" version="11.0.2" />
12+
<package id="Newtonsoft.Json" version="13.0.1" />
1313
<package id="System.AppContext" version="4.3.0" targetFramework="monoandroid81" />
1414
<package id="System.Collections" version="4.3.0" targetFramework="monoandroid81" />
1515
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="monoandroid81" />

samples/star-wars-fabulous-client/StarWars.iOS/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="xamarinios10" />
1010
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="xamarinios10" />
1111
<package id="NETStandard.Library" version="1.6.1" targetFramework="xamarinios10" />
12-
<package id="Newtonsoft.Json" version="11.0.2" />
12+
<package id="Newtonsoft.Json" version="13.0.1" />
1313
<package id="System.AppContext" version="4.3.0" targetFramework="xamarinios10" />
1414
<package id="System.Collections" version="4.3.0" targetFramework="xamarinios10" />
1515
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="xamarinios10" />

samples/star-wars-fabulous-client/StarWars/StarWars.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageReference Include="Fabulous.CustomControls" Version="0.35.0" />
2525
<PackageReference Include="Fabulous.LiveUpdate" Version="0.35.0" />
2626
<PackageReference Include="FSharp.Core" Version="4.6.2" />
27-
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
27+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2828
<PackageReference Include="FSharp.Data.GraphQL.Client" Version="1.0.1" />
2929
<Compile Include="CharacterDetailPage.fs" />
3030
<Compile Include="MainPage.fs" />

0 commit comments

Comments
 (0)