Skip to content

Commit a831a67

Browse files
add appsettings.json to templates
1 parent 027b286 commit a831a67

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

src/BlazorDesktop.Templates/BlazorDesktop.Templates.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<PackageType>Template</PackageType>
5-
<PackageVersion>1.0.2</PackageVersion>
5+
<PackageVersion>1.0.3</PackageVersion>
66
<PackageId>BlazorDesktop.Templates</PackageId>
77
<Title>Blazor Desktop Templates</Title>
88
<Authors>Andrew Babbitt</Authors>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"DetailedErrors": true,
3+
"Logging": {
4+
"LogLevel": {
5+
"Default": "Information",
6+
"Microsoft.AspNetCore": "Warning"
7+
}
8+
}
9+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"Logging": {
3+
"LogLevel": {
4+
"Default": "Information",
5+
"Microsoft.AspNetCore": "Warning"
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)