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