Skip to content

Commit

Permalink
Merge pull request #53 from bleroy/dependabot/nuget/LunrCore/System.T…
Browse files Browse the repository at this point in the history
…ext.Json-8.0.4

Bump System.Text.Json from 5.0.2 to 8.0.4 in /LunrCore
  • Loading branch information
bleroy authored Jul 9, 2024
2 parents 71580a6 + 25e3571 commit a8991af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LunrCore/LunrCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a8991af

Please sign in to comment.