Skip to content

Commit

Permalink
Support netstandard2.1 cause security vulnerability
Browse files Browse the repository at this point in the history
As .netstandard1.1 has an issue in the System.Net.Http DoS known, I add support to netstandard2.1 where it was resovled.

Daniel.
  • Loading branch information
leolplex committed Mar 16, 2022
1 parent 11f25ba commit 1418f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Fare/Fare.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="..\Common.props" />

<PropertyGroup>
<TargetFrameworks>net35;netstandard1.1</TargetFrameworks>
<TargetFrameworks>net35;netstandard1.1;netstandard2.1</TargetFrameworks>
<AssemblyTitle>Fare</AssemblyTitle>
<AssemblyName>Fare</AssemblyName>
<Copyright>Copyright © Nikos Baxevanis 2016</Copyright>
Expand Down

0 comments on commit 1418f50

Please sign in to comment.