Skip to content

Commit

Permalink
FIX: Remove superfluous reference to System.Net.Primitives in net45
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Lück committed Feb 4, 2022
1 parent a4f0c43 commit cbf9ac1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions FluentFTP/FluentFTP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@
</None>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
<PackageReference Include="System.Net.Primitives" Version="4.3.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net50'">
<PackageReference Include="System.Net.Primitives" Version="4.3.0" />
</ItemGroup>
Expand Down

0 comments on commit cbf9ac1

Please sign in to comment.