Merge pull request #8979 from livarcocc/remove_utils_explicity_dependency

Removing the explicit dependency on System.Diagnostics.Process from Cli.Utils
This commit is contained in:
Livar 2018-04-03 15:22:03 -07:00 committed by GitHub
commit a600b1b206
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,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' ">