Skip to content

Commit

Permalink
Update Fare 2.2.0 to prevent System.Net.Http DoS known issue (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno Targhetta <>
  • Loading branch information
brunotarghetta committed Mar 23, 2022
1 parent c3178c2 commit 1b6a80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RandomDataGenerator/RandomDataGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<PackageReference Include="JetBrains.Annotations" Version="2021.2.0">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="Fare" Version="2.1.2" />
<PackageReference Include="Fare" Version="2.2.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
Expand Down

0 comments on commit 1b6a80f

Please sign in to comment.