We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2e551 commit 85e8f87Copy full SHA for 85e8f87
1 file changed
src/Server.UI/appsettings.json
@@ -1,4 +1,4 @@
1
-{
+{
2
"DatabaseSettings": {
3
"DBProvider": "mssql",
4
"ConnectionString": "Server=(localdb)\\mssqllocaldb;Database=BlazorDashboardDb;Trusted_Connection=True;MultipleActiveResultSets=true;"
@@ -26,7 +26,7 @@
26
},
27
"AppConfigurationSettings": {
28
"ApplicationUrl": "https://architecture.blazorserver.com",
29
- "Version": "1.15",
+ "Version": "1.17",
30
"App": "Blazor",
31
"AppName": "Blazor Studio",
32
"Company": "Company",
@@ -75,7 +75,7 @@
75
"Properties": {
76
"Application": "BlazorApp",
77
"Environment": "Development",
78
- "TargetFramework": "net9"
+ "TargetFramework": "net10"
79
}
80
81
@@ -105,4 +105,4 @@
105
"CriticalRiskThreshold": 80,
106
"CacheExpirationMinutes": 15
107
108
-}
+}
0 commit comments