Skip to content

Commit

Permalink
Bump Newtonsoft.Json in /samples/core/Xamarin/EFGetStarted.iOS (#3936)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 18, 2022
1 parent 3ed0c8b commit 0dba647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<PackageReference Include="Xamarin.Forms" Version="4.8.0.1534" />
<PackageReference Include="Xamarin.Essentials" Version="1.5.3.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.20" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion samples/core/Xamarin/EFGetStarted/EFGetStarted.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Xamarin.Forms" Version="4.8.0.1534" />
<PackageReference Include="Xamarin.Essentials" Version="1.5.3.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.20" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
<Folder Include="Models\" />
Expand Down

0 comments on commit 0dba647

Please sign in to comment.