Skip to content

Commit 85e8f87

Browse files
committed
Update appsettings.json - bump version and target framework to net10
1 parent 1a2e551 commit 85e8f87

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Server.UI/appsettings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"DatabaseSettings": {
33
"DBProvider": "mssql",
44
"ConnectionString": "Server=(localdb)\\mssqllocaldb;Database=BlazorDashboardDb;Trusted_Connection=True;MultipleActiveResultSets=true;"
@@ -26,7 +26,7 @@
2626
},
2727
"AppConfigurationSettings": {
2828
"ApplicationUrl": "https://architecture.blazorserver.com",
29-
"Version": "1.15",
29+
"Version": "1.17",
3030
"App": "Blazor",
3131
"AppName": "Blazor Studio",
3232
"Company": "Company",
@@ -75,7 +75,7 @@
7575
"Properties": {
7676
"Application": "BlazorApp",
7777
"Environment": "Development",
78-
"TargetFramework": "net9"
78+
"TargetFramework": "net10"
7979
}
8080

8181
},
@@ -105,4 +105,4 @@
105105
"CriticalRiskThreshold": 80,
106106
"CacheExpirationMinutes": 15
107107
}
108-
}
108+
}

0 commit comments

Comments
 (0)