fix process handling on unix
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageVersion Include="Ardalis.GuardClauses" Version="5.0.0" />
|
||||
<PackageVersion Include="AsyncReadProcess" Version="1.0.0-preview15" />
|
||||
<PackageVersion Include="AsyncReadProcess" Version="1.1.6" />
|
||||
<PackageVersion Include="BenchmarkDotNet" Version="0.15.2" />
|
||||
<PackageVersion Include="BlazorMonaco" Version="3.3.0" />
|
||||
<PackageVersion Include="CliWrap" Version="3.9.0" />
|
||||
@@ -59,4 +59,4 @@
|
||||
<PackageVersion Include="Microsoft.CodeAnalysis.ExternalAccess.Razor.Features" Version="5.3.0-1.25521.106" />
|
||||
<PackageVersion Include="Microsoft.CodeAnalysis.Remote.ServiceHub" Version="5.3.0-1.25521.106" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
||||
<clear />
|
||||
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
|
||||
<add key="localnugettest" value="C:\Users\Matthew\AppData\Roaming\LocalNuget" />
|
||||
<!-- <add key="localnugettest" value="C:\Users\Matthew\AppData\Roaming\LocalNuget" /> -->
|
||||
<add key="roslyn-compiler" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
|
||||
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
|
||||
<add key="ide-services" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json" />
|
||||
|
||||
Reference in New Issue
Block a user