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