Add start and complete for Minimal API

This commit is contained in:
Jon Galloway 2023-06-30 10:50:26 -07:00
parent 23f6abfcdf
commit 0592fc7498
No known key found for this signature in database
GPG key ID: AA8FDF2CB5530226
12 changed files with 204 additions and 1 deletions

View file

@ -0,0 +1,28 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:1201",
"sslPort": 44373
}
},
"profiles": {
"PizzaStore": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7192;http://localhost:5112",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}