Skip to content

Commit

Permalink
Bump System.Text.Json from 5.0.0 to 8.0.4 in /Gw2Sharp
Browse files Browse the repository at this point in the history
Bumps System.Text.Json from 5.0.0 to 8.0.4.

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 9, 2024
1 parent 8bd1949 commit 5da2d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gw2Sharp/Gw2Sharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ Check the changelog at https://github.com/Archomeda/Gw2Sharp/blob/master/CHANGEL
<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="TunnelVisionLabs.ReferenceAssemblyAnnotator" Version="1.0.0-alpha.154" PrivateAssets="all" />
<PackageDownload Include="Microsoft.NETCore.App.Ref" Version="[3.1.0]" />
<PackageReference Include="System.Text.Json" Version="5.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netcoreapp3.1'">
<PackageReference Include="System.Text.Json" Version="5.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

<PropertyGroup Condition="'$(VERSIONED_BUILD)'!=''">
Expand Down

0 comments on commit 5da2d38

Please sign in to comment.