Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove ItemGroup that has conditon with TFM that starts with `net46`in Splat.csproj file. 
Having this condition of TFM net46* is unnecessary, Because defined TargetFrameworks does not contain NET Fx related TFM.
  • Loading branch information
eriawan committed Oct 8, 2021
1 parent 5fe819c commit 6289580
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Splat/Splat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('net46')) ">
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>
</Project>

0 comments on commit 6289580

Please sign in to comment.