update package

This commit is contained in:
Matt Parker
2025-08-22 19:48:29 +10:00
parent 67bac6af26
commit 69be7d8a2d
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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" />