more Razor sample cleanup

This commit is contained in:
Collin M. Barrett 2017-10-30 18:00:26 -05:00
parent f51c5d0dfa
commit 24a0eb0fb7
2 changed files with 12 additions and 10 deletions

View file

@ -0,0 +1,12 @@
{
"profiles": {
"FilterLists.Web": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:64895/"
}
}
}

View file

@ -1,10 +0,0 @@
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}