update package
This commit is contained in:
@@ -29,7 +29,8 @@ public class RunService
|
||||
FileName = "dotnet",
|
||||
Arguments = $"run --project \"{project.FilePath}\" --no-restore",
|
||||
RedirectStandardOutput = true,
|
||||
RedirectStandardError = true
|
||||
RedirectStandardError = true,
|
||||
EnvironmentVariables = []
|
||||
};
|
||||
|
||||
var process = new Process2
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<!-- If any Microsoft.Build.*.dll (Excluding Locator) ends up in the output, it will be prioritised for loading by MSBuild Nodes -->
|
||||
<PackageReference Include="OmniSharp.Extensions.DebugAdapter.Client" Version="0.19.9" />
|
||||
<PackageReference Include="Ardalis.GuardClauses" Version="5.0.0" />
|
||||
<PackageReference Include="AsyncReadProcess" Version="1.0.0-preview9" />
|
||||
<PackageReference Include="AsyncReadProcess" Version="1.0.0-preview10" />
|
||||
<PackageReference Include="Microsoft.Build" Version="17.14.8" ExcludeAssets="runtime" />
|
||||
<PackageReference Include="Microsoft.Build.Framework" Version="17.14.8" ExcludeAssets="runtime" />
|
||||
<PackageReference Include="Microsoft.Build.Locator" Version="1.9.1" />
|
||||
|
||||
Reference in New Issue
Block a user