Fixed bug where deletes of artifact groupings would not cascade

This commit is contained in:
Vincent Allen
2025-11-12 19:10:35 -05:00
parent b34449808f
commit 9298829db6
325 changed files with 5233 additions and 20996 deletions

View File

@@ -10,6 +10,7 @@
"dependencies": {
"CodeBeam.MudExtensions": "6.3.0",
"MudBlazor": "8.13.0",
"OpenArchival.Blazor.Config": "1.0.0",
"OpenArchival.DataAccess": "1.0.0"
},
"runtime": {
@@ -616,6 +617,14 @@
}
}
},
"OpenArchival.Blazor.Config/1.0.0": {
"runtime": {
"OpenArchival.Blazor.Config.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"OpenArchival.DataAccess/1.0.0": {
"dependencies": {
"EntityFramework": "6.5.1",
@@ -1033,6 +1042,11 @@
"path": "system.windows.extensions/6.0.0",
"hashPath": "system.windows.extensions.6.0.0.nupkg.sha512"
},
"OpenArchival.Blazor.Config/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"OpenArchival.DataAccess/1.0.0": {
"type": "project",
"serviceable": false,