Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 18dd810

Browse files
livarcoccRohit Agrawal (NUGET)
authored andcommitted
Removing the explicit dependency on System.Diagnostics.Process from Cli.Utils. Use the assembly from netstandard.
1 parent d43718d commit 18dd810

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETStandard' ">
3232
<PackageReference Include="NETStandard.Library" Version="2.0.0" />
33-
<PackageReference Include="System.Diagnostics.Process" Version="4.1.0" />
3433
</ItemGroup>
3534

3635
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">

0 commit comments

Comments
 (0)