mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-16 05:44:46 +00:00
* Apps: target netcoreapp2.0, netcoreapp2.1 and netcoreapp3.0 This allows them to run on a wide range of SDKs * Unit tests: run on netcoreapp3.0 This is the SDK we expect to be used when building dotnet-packaging * Use .NET SDK 3.0
28 lines
652 B
JSON
28 lines
652 B
JSON
{
|
|
"iisSettings": {
|
|
"windowsAuthentication": false,
|
|
"anonymousAuthentication": true,
|
|
"iisExpress": {
|
|
"applicationUrl": "http://localhost:10028",
|
|
"sslPort": 44390
|
|
}
|
|
},
|
|
"profiles": {
|
|
"IIS Express": {
|
|
"commandName": "IISExpress",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"aspnetcore": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"applicationUrl": "https://localhost:5001;http://localhost:5000",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
}
|
|
}
|
|
}
|