Skip to content

Commit

Permalink
Merge pull request #32 from sinanbozkus/dependabot/nuget/src/FormHelp…
Browse files Browse the repository at this point in the history
…er/Newtonsoft.Json-13.0.1

Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /src/FormHelper
  • Loading branch information
sinanbozkus authored Jun 26, 2022
2 parents 7e99371 + 30bccae commit 2b9d78e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FormHelper/FormHelper.csproj
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.1.3" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="3.1.3" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net50'">
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

<!-- <ItemGroup>-->
Expand Down

0 comments on commit 2b9d78e

Please sign in to comment.