Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 16a31eb

Browse files
Bump Newtonsoft.Json in /UserInterface/CustomLayout/WrapLayout/iOS
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@10.0.3...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 45749ea commit 16a31eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UserInterface/CustomLayout/WrapLayout/ImageWrapLayout/ImageWrapLayout.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
12+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1313
<PackageReference Include="Xamarin.Forms" Version="5.0.0.1874" />
1414
</ItemGroup>
1515

UserInterface/CustomLayout/WrapLayout/iOS/ImageWrapLayout.iOS.csproj

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<PackageReference Include="Microsoft.CSharp" Version="4.4.0" />
9292
<PackageReference Include="Microsoft.NETCore.Platforms" Version="2.0.0" />
9393
<PackageReference Include="NETStandard.Library" Version="2.0.0" />
94-
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
94+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
9595
<PackageReference Include="System.ComponentModel.TypeConverter" Version="4.3.0" />
9696
<PackageReference Include="System.Runtime.Serialization.Formatters" Version="4.3.0" />
9797
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />

0 commit comments

Comments
 (0)