Skip to content

Commit

Permalink
Upgrade vulnerable version of System.Text.Json to patched version (GH…
Browse files Browse the repository at this point in the history
  • Loading branch information
adams85 committed Oct 9, 2024
1 parent c589c37 commit 5f60049
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ConfigCatClient/ConfigCatClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,29 +69,29 @@
<Reference Include="System.Net.Http" />
<!--Do not remove this reference, it was added due to a SNYK security report-->
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="System.Text.Json" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.10" />
</ItemGroup>
</When>

<When Condition="'$(TargetFramework)' == 'netstandard2.0'">
<ItemGroup>
<!--Do not remove this reference, it was added due to a SNYK security report-->
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="System.Text.Json" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.10" />
</ItemGroup>
</When>

<When Condition="'$(TargetFramework)' == 'netstandard2.1'">
<ItemGroup>
<!--Do not remove this reference, it was added due to a SNYK security report-->
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="System.Text.Json" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.10" />
</ItemGroup>
</When>

<When Condition="'$(TargetFramework)' == 'net5.0'">
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.10" />
</ItemGroup>
</When>
</Choose>
Expand Down

0 comments on commit 5f60049

Please sign in to comment.