Removing the explicit dependency on System.Diagnostics.Process from Cli.Utils. Use the assembly from netstandard.

This commit is contained in:
Livar Cunha 2018-04-03 12:58:51 -07:00 committed by Rohit Agrawal (NUGET)
parent d43718d444
commit 18dd8107f2

View file

@ -30,7 +30,6 @@
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETStandard' ">
<PackageReference Include="NETStandard.Library" Version="2.0.0" />
<PackageReference Include="System.Diagnostics.Process" Version="4.1.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">