Removing the explicit dependency on System.Diagnostics.Process from Cli.Utils. Use the assembly from netstandard.
This commit is contained in:
parent
d43718d444
commit
18dd8107f2
1 changed files with 0 additions and 1 deletions
|
@ -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' ">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue