Integration des Active Directory Controllers und Active Directory Service abgeschlossen.

This commit is contained in:
Developer 02
2024-03-11 08:48:40 +01:00
parent 58f87e2be5
commit df9bc33795
420 changed files with 2611 additions and 4118 deletions

View File

@@ -12,8 +12,8 @@
"Microsoft.EntityFrameworkCore": "7.0.16",
"Microsoft.EntityFrameworkCore.Design": "7.0.15",
"Microsoft.EntityFrameworkCore.SqlServer": "7.0.15",
"DigitalData.Core.CleanArchitecture.Infrastructure": "1.0.0.0",
"DigitalData.Core.Contracts": "1.0.0.0"
"DigitalData.Core.Contracts": "1.0.0.0",
"DigitalData.Core.Infrastructure": "1.0.0.0"
},
"runtime": {
"DigitalData.UserManager.Infrastructure.dll": {}
@@ -613,17 +613,25 @@
"DigitalData.UserManager.Domain.dll": {}
}
},
"DigitalData.Core.CleanArchitecture.Infrastructure/1.0.0.0": {
"DigitalData.Core.Contracts/1.0.0.0": {
"runtime": {
"DigitalData.Core.CleanArchitecture.Infrastructure.dll": {
"DigitalData.Core.Contracts.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"DigitalData.Core.Contracts/1.0.0.0": {
"DigitalData.Core.Infrastructure/1.0.0.0": {
"runtime": {
"DigitalData.Core.Contracts.dll": {
"DigitalData.Core.Infrastructure.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"DigitalData.Core.Attributes/1.0.0.0": {
"runtime": {
"DigitalData.Core.Attributes.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
@@ -1055,12 +1063,17 @@
"serviceable": false,
"sha512": ""
},
"DigitalData.Core.CleanArchitecture.Infrastructure/1.0.0.0": {
"DigitalData.Core.Contracts/1.0.0.0": {
"type": "reference",
"serviceable": false,
"sha512": ""
},
"DigitalData.Core.Contracts/1.0.0.0": {
"DigitalData.Core.Infrastructure/1.0.0.0": {
"type": "reference",
"serviceable": false,
"sha512": ""
},
"DigitalData.Core.Attributes/1.0.0.0": {
"type": "reference",
"serviceable": false,
"sha512": ""

View File

@@ -1,13 +0,0 @@
{
"runtimeOptions": {
"tfm": "net7.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "7.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Reflection.NullabilityInfoContext.IsSupported": true
}
}
}