123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "iisSettings": {
- "windowsAuthentication": false,
- "anonymousAuthentication": true,
- "iisExpress": {
- "applicationUrl": "http://localhost:31374",
- "sslPort": 0
- }
- },
- "profiles": {
- "SimpleWebChat.BlazorWasm": {
- "commandName": "Project",
- "dotnetRunMessages": true,
- "launchBrowser": true,
- "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
- "applicationUrl": "http://localhost:5230",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- },
- "HotLoad": {
- "commandName": "Executable",
- "executablePath": "dotnet",
- "commandLineArgs": "watch",
- "workingDirectory": ".",
- "environmentVariables": {
- "DOTNET_WATCH_SUPPRESS_LAUNCH_BROWSER": "1"
- }
- },
- "IIS Express": {
- "commandName": "IISExpress",
- "launchBrowser": true,
- "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- }
- }
- }
|