Basic MVC application

This commit is contained in:
Unknown
2017-12-21 12:25:05 +00:00
parent 4db6fb0118
commit d97260b7aa
17 changed files with 201 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"profiles": {
"test": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:5000/"
}
}
}