Skip to content

Commit

Permalink
Merge pull request #42 from zcsizmadia/dependabot/nuget/System.Text.J…
Browse files Browse the repository at this point in the history
…son-8.0.0
  • Loading branch information
zcsizmadia authored Nov 19, 2023
2 parents dc091fb + 6cf900a commit f2a3a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Run "dotnet list package (dash,dash)outdated" to see the latest versions of each package.-->

<ItemGroup Label="Package Dependencies">
<PackageVersion Include="System.Text.Json" Version="7.0.3" Condition="'$(TargetFramework)' != 'netcoreapp3.1' OR '$(TargetFramework)'== 'net5.0' OR '$(TargetFramework)' != 'net6.0'"/>
<PackageVersion Include="System.Text.Json" Version="8.0.0" Condition="'$(TargetFramework)' != 'netcoreapp3.1' OR '$(TargetFramework)'== 'net5.0' OR '$(TargetFramework)' != 'net6.0'"/>
</ItemGroup>

<ItemGroup Label="Build Dependencies">
Expand Down

0 comments on commit f2a3a14

Please sign in to comment.