From 6b15b806058a5d6c225e2d2b53714fd07a3b8910 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Fri, 11 Mar 2022 14:48:08 +0100 Subject: [PATCH] launchsettings --- .../Properties/launchSettings.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/WireMock.Net.WebApplication.NET6/Properties/launchSettings.json diff --git a/examples/WireMock.Net.WebApplication.NET6/Properties/launchSettings.json b/examples/WireMock.Net.WebApplication.NET6/Properties/launchSettings.json new file mode 100644 index 00000000..a8f5663d --- /dev/null +++ b/examples/WireMock.Net.WebApplication.NET6/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "WireMock.Net.WebApplication.NET6": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:54544;http://localhost:54545" + } + } +} \ No newline at end of file