02a19aff56
Make csproj templates first-class in dotnet-new.
13 lines
252 B
JSON
13 lines
252 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data Source=WebApplication.db"
|
|
},
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
}
|
|
}
|