Adds a solid start Foundation with a GlobalList.razor and OnStartUp.cs

This commit is contained in:
2025-10-27 02:01:55 +01:00
parent d78958f7c6
commit 70587b2af6
32 changed files with 627 additions and 286 deletions
+1 -6
View File
@@ -1,8 +1,3 @@
{
"dependencies": {
"mssql1": {
"type": "mssql",
"connectionId": "ConnectionStrings:DefaultConnection"
}
}
"dependencies": {}
}
@@ -1,8 +1,3 @@
{
"dependencies": {
"mssql1": {
"type": "mssql.local",
"connectionId": "ConnectionStrings:DefaultConnection"
}
}
"dependencies": {}
}
@@ -1,9 +1,4 @@
{
"dependencies": {
"mssql1": {
"restored": true,
"restoreTime": "2025-09-23T16:40:52.2029789Z"
}
},
"dependencies": {},
"parameters": {}
}