From 1a9d6a0e727ee183812568670f4b0713f4c63a3a Mon Sep 17 00:00:00 2001 From: agnostk Date: Wed, 30 Oct 2024 18:32:06 -0300 Subject: [PATCH] fix invalid syntax in launchSettings.json --- .../xplat/AvaloniaTest.Browser/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/csharp/xplat/AvaloniaTest.Browser/Properties/launchSettings.json b/templates/csharp/xplat/AvaloniaTest.Browser/Properties/launchSettings.json index 7010a58..43820dc 100644 --- a/templates/csharp/xplat/AvaloniaTest.Browser/Properties/launchSettings.json +++ b/templates/csharp/xplat/AvaloniaTest.Browser/Properties/launchSettings.json @@ -7,7 +7,7 @@ "ASPNETCORE_ENVIRONMENT": "Development" }, "applicationUrl": "https://localhost:7169;http://localhost:5235", - "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", + "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}" } } }