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