Removing the explicit dependency on System.Diagnostics.Process from Cli.Utils. Use the assembly from netstandard.
This commit is contained in:
parent
0ca2c9fdc8
commit
de81fbec2a
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@
|
||||||
|
|
||||||
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETStandard' ">
|
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETStandard' ">
|
||||||
<PackageReference Include="NETStandard.Library" Version="2.0.0" />
|
<PackageReference Include="NETStandard.Library" Version="2.0.0" />
|
||||||
<PackageReference Include="System.Diagnostics.Process" Version="4.1.0" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">
|
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">
|
||||||
|
|
Loading…
Reference in a new issue