dotnet-installer/TestAssets/TestProjects/AppWithCorruptedLaunchSettings/Properties/launchSettings.json

29 lines
606 B
JSON
Raw Normal View History

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:49850/",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"First": {
"commandName": "Project",
"environmentVariables": [ ]
},
"Second": {
"commandName": "Project",
"environmentVariables": {
"Message": "Second"
}
}
}
}