浏览代码

add missing launch settings.

Dan Walmsley 2 年之前
父节点
当前提交
42fa1c2377
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      samples/ControlCatalog.Browser/Properties/launchSettings.json

+ 13 - 0
samples/ControlCatalog.Browser/Properties/launchSettings.json

@@ -0,0 +1,13 @@
+{
+  "profiles": {
+    "ControlCatalog.Browser": {
+      "commandName": "Project",
+      "launchBrowser": true,
+      "environmentVariables": {
+        "ASPNETCORE_ENVIRONMENT": "Development"
+      },
+      "applicationUrl": "https://localhost:5001;http://localhost:5000",
+      "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/debug?browser={browserInspectUri}"
+    }
+  }
+}