Skip to content

Commit

Permalink
fixing JSON dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeligia committed Jul 16, 2024
1 parent 20a4617 commit 48e5911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Test/Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<PackageReference Include="System.Text.Json" Version="6.0.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Text.Json" Version="8.0.2" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Source\Core\Core.csproj" />
Expand Down

0 comments on commit 48e5911

Please sign in to comment.