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,10 @@
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}