Skip to content

Commit

Permalink
Merge pull request moodmosaic#59 from leolplex/master
Browse files Browse the repository at this point in the history
Support netstandard2.1 cause security vulnerability
  • Loading branch information
moodmosaic authored Mar 16, 2022
2 parents 11f25ba + 1418f50 commit 59a1860
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 59a1860

Please sign in to comment.