|
8 | 8 | } |
9 | 9 | }, |
10 | 10 | "profiles": { |
11 | | - "WebConsole": { |
| 11 | + "console": { |
12 | 12 | "commandName": "Project", |
13 | 13 | "dotnetRunMessages": true, |
14 | 14 | "launchBrowser": true, |
|
17 | 17 | "ASPNETCORE_ENVIRONMENT": "Development" |
18 | 18 | } |
19 | 19 | }, |
20 | | - "Watch": { |
21 | | - "commandName": "Executable", |
22 | | - "executablePath": "dotnet.exe", |
23 | | - "workingDirectory": "$(ProjectDir)", |
24 | | - "commandLineArgs": "watch run", |
25 | | - "environmentVariables": { |
26 | | - "ASPNETCORE_ENVIRONMENT": "Development" |
27 | | - } |
28 | | - }, |
29 | 20 | "https": { |
30 | 21 | "commandName": "Project", |
31 | 22 | "dotnetRunMessages": true, |
|
35 | 26 | "ASPNETCORE_ENVIRONMENT": "Development" |
36 | 27 | } |
37 | 28 | }, |
38 | | - "LanConsole": { |
39 | | - "commandName": "Project", |
40 | | - "dotnetRunMessages": true, |
41 | | - "launchBrowser": true, |
42 | | - "applicationUrl": "http://0.0.0.0/", |
43 | | - "environmentVariables": { |
44 | | - "ASPNETCORE_ENVIRONMENT": "Development" |
45 | | - } |
46 | | - }, |
47 | 29 | "IIS Express": { |
48 | 30 | "commandName": "IISExpress", |
49 | 31 | "launchBrowser": true, |
50 | 32 | "environmentVariables": { |
51 | 33 | "ASPNETCORE_ENVIRONMENT": "Development" |
52 | 34 | } |
53 | | - }, |
54 | | - "Docker": { |
55 | | - "commandName": "Docker", |
56 | | - "launchBrowser": true, |
57 | | - "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}" |
58 | 35 | } |
59 | 36 | } |
60 | 37 | } |
0 commit comments