Revert "more Razor sample cleanup"

This reverts commit 24a0eb0fb7.
This commit is contained in:
Collin M. Barrett 2017-10-30 20:20:57 -05:00
parent 24a0eb0fb7
commit e3909ee5fa
2 changed files with 10 additions and 12 deletions

View file

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

View file

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