Skip to content

Commit

Permalink
Fix build warning from duplicate 'NewtonSoft.Json' PackageReference (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fowl2 authored Sep 15, 2022
1 parent cdf61b0 commit fa9e8c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Commands/PnP.PowerShell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@

<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
<PackageReference Include="System.Management.Automation" Version="7.0.3" />
<PackageReference Include="NewtonSoft.Json" Version="12.0.3" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
Expand Down

0 comments on commit fa9e8c7

Please sign in to comment.