Update RunService.cs

This commit is contained in:
Matt Parker
2025-08-25 20:34:49 +10:00
parent d51faeadea
commit 6fc60b88a8

View File

@@ -29,7 +29,6 @@ public class RunService
var launchProfile = launchProfiles.FirstOrDefault();
try
{
// TODO: handle running Blazor projects
var processStartInfo = new ProcessStartInfo2
{
FileName = "dotnet",