diff --git a/.gitignore b/.gitignore
index 0915809..83cbd94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -404,3 +404,4 @@ FodyWeavers.xsd
/.vs/DigitalData.Core/v17/TestStore/0/testlog.manifest
/DigitalData.Core.Infrastructure/obj
/DigitalData.Core.Application/obj/Release/net7.0/DigitalData.Core.Application.AssemblyInfo.cs
+/DigitalData.Core.Application/obj/Release/net7.0/ref/DigitalData.Core.Application.dll
diff --git a/DigitalData.Core.Application/bin/Release/DigitalData.Core.Application.1.0.0.nupkg b/DigitalData.Core.Application/bin/Release/DigitalData.Core.Application.1.0.0.nupkg
deleted file mode 100644
index 40a9821..0000000
Binary files a/DigitalData.Core.Application/bin/Release/DigitalData.Core.Application.1.0.0.nupkg and /dev/null differ
diff --git a/DigitalData.Core.Application/bin/Release/net7.0/DigitalData.Core.Application.deps.json b/DigitalData.Core.Application/bin/Release/net7.0/DigitalData.Core.Application.deps.json
deleted file mode 100644
index ec43b1f..0000000
--- a/DigitalData.Core.Application/bin/Release/net7.0/DigitalData.Core.Application.deps.json
+++ /dev/null
@@ -1,642 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v7.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v7.0": {
- "DigitalData.Core.Application/1.0.0": {
- "dependencies": {
- "AutoMapper": "13.0.1",
- "Microsoft.Extensions.Caching.Abstractions": "7.0.0",
- "Microsoft.Extensions.Configuration": "7.0.0",
- "Microsoft.Extensions.Logging": "7.0.0",
- "System.DirectoryServices.AccountManagement": "7.0.1",
- "System.IdentityModel.Tokens.Jwt": "7.5.1",
- "System.Security.Cryptography.Cng": "5.0.0",
- "WebCore.Contracts": "1.0.1",
- "DigitalData.Core.Contracts": "1.0.1.0"
- },
- "runtime": {
- "DigitalData.Core.Application.dll": {}
- }
- },
- "AutoMapper/13.0.1": {
- "dependencies": {
- "Microsoft.Extensions.Options": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/AutoMapper.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.1.0"
- }
- }
- },
- "Microsoft.Extensions.Caching.Abstractions/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Caching.Memory/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "7.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
- "Microsoft.Extensions.Options": "7.0.0",
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Configuration/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Configuration.Binder/7.0.4": {
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.423.11508"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
- "runtime": {
- "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Logging/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection": "7.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
- "Microsoft.Extensions.Options": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/Microsoft.Extensions.Logging.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
- "runtime": {
- "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Options/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/Microsoft.Extensions.Options.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Primitives/7.0.0": {
- "runtime": {
- "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.IdentityModel.Abstractions/7.5.1": {
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
- "assemblyVersion": "7.5.1.0",
- "fileVersion": "7.5.1.50405"
- }
- }
- },
- "Microsoft.IdentityModel.JsonWebTokens/7.5.1": {
- "dependencies": {
- "Microsoft.IdentityModel.Tokens": "7.5.1"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
- "assemblyVersion": "7.5.1.0",
- "fileVersion": "7.5.1.50405"
- }
- }
- },
- "Microsoft.IdentityModel.Logging/7.5.1": {
- "dependencies": {
- "Microsoft.IdentityModel.Abstractions": "7.5.1"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
- "assemblyVersion": "7.5.1.0",
- "fileVersion": "7.5.1.50405"
- }
- }
- },
- "Microsoft.IdentityModel.Tokens/7.5.1": {
- "dependencies": {
- "Microsoft.IdentityModel.Logging": "7.5.1"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
- "assemblyVersion": "7.5.1.0",
- "fileVersion": "7.5.1.50405"
- }
- }
- },
- "Microsoft.Win32.SystemEvents/7.0.0": {
- "runtime": {
- "lib/net7.0/Microsoft.Win32.SystemEvents.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "System.Configuration.ConfigurationManager/7.0.0": {
- "dependencies": {
- "System.Diagnostics.EventLog": "7.0.0",
- "System.Security.Cryptography.ProtectedData": "7.0.0",
- "System.Security.Permissions": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/System.Configuration.ConfigurationManager.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "System.Diagnostics.EventLog/7.0.0": {
- "runtime": {
- "lib/net7.0/System.Diagnostics.EventLog.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "System.DirectoryServices/7.0.1": {
- "dependencies": {
- "System.Security.Permissions": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/System.DirectoryServices.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "7.0.323.6910"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net7.0/System.DirectoryServices.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "7.0.323.6910"
- }
- }
- },
- "System.DirectoryServices.AccountManagement/7.0.1": {
- "dependencies": {
- "System.Configuration.ConfigurationManager": "7.0.0",
- "System.DirectoryServices": "7.0.1",
- "System.DirectoryServices.Protocols": "7.0.1"
- },
- "runtime": {
- "lib/net7.0/System.DirectoryServices.AccountManagement.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "7.0.1123.42427"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net7.0/System.DirectoryServices.AccountManagement.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "7.0.1123.42427"
- }
- }
- },
- "System.DirectoryServices.Protocols/7.0.1": {
- "runtime": {
- "lib/net7.0/System.DirectoryServices.Protocols.dll": {
- "assemblyVersion": "7.0.0.1",
- "fileVersion": "7.0.723.27404"
- }
- },
- "runtimeTargets": {
- "runtimes/linux/lib/net7.0/System.DirectoryServices.Protocols.dll": {
- "rid": "linux",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.1",
- "fileVersion": "7.0.723.27404"
- },
- "runtimes/osx/lib/net7.0/System.DirectoryServices.Protocols.dll": {
- "rid": "osx",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.1",
- "fileVersion": "7.0.723.27404"
- },
- "runtimes/win/lib/net7.0/System.DirectoryServices.Protocols.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.1",
- "fileVersion": "7.0.723.27404"
- }
- }
- },
- "System.Drawing.Common/7.0.0": {
- "dependencies": {
- "Microsoft.Win32.SystemEvents": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/System.Drawing.Common.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net7.0/System.Drawing.Common.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "System.Formats.Asn1/5.0.0": {},
- "System.IdentityModel.Tokens.Jwt/7.5.1": {
- "dependencies": {
- "Microsoft.IdentityModel.JsonWebTokens": "7.5.1",
- "Microsoft.IdentityModel.Tokens": "7.5.1"
- },
- "runtime": {
- "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
- "assemblyVersion": "7.5.1.0",
- "fileVersion": "7.5.1.50405"
- }
- }
- },
- "System.Security.Cryptography.Cng/5.0.0": {
- "dependencies": {
- "System.Formats.Asn1": "5.0.0"
- }
- },
- "System.Security.Cryptography.ProtectedData/7.0.0": {
- "runtime": {
- "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net7.0/System.Security.Cryptography.ProtectedData.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "System.Security.Permissions/7.0.0": {
- "dependencies": {
- "System.Windows.Extensions": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/System.Security.Permissions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "System.Windows.Extensions/7.0.0": {
- "dependencies": {
- "System.Drawing.Common": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/System.Windows.Extensions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net7.0/System.Windows.Extensions.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "WebCore.Contracts/1.0.1": {
- "dependencies": {
- "Microsoft.Extensions.Caching.Memory": "7.0.0",
- "Microsoft.Extensions.Configuration.Binder": "7.0.4",
- "System.DirectoryServices": "7.0.1",
- "System.DirectoryServices.AccountManagement": "7.0.1",
- "System.IdentityModel.Tokens.Jwt": "7.5.1"
- },
- "runtime": {
- "DigitalData.Core.Contracts.dll": {}
- }
- },
- "DigitalData.Core.Contracts/1.0.1.0": {
- "runtime": {
- "DigitalData.Core.Contracts.dll": {
- "assemblyVersion": "1.0.1.0",
- "fileVersion": "1.0.1.0"
- }
- }
- }
- }
- },
- "libraries": {
- "DigitalData.Core.Application/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "AutoMapper/13.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/Fx1SbJ16qS7dU4i604Sle+U9VLX+WSNVJggk6MupKVkYvvBm4XqYaeFuf67diHefHKHs50uQIS2YEDFhPCakQ==",
- "path": "automapper/13.0.1",
- "hashPath": "automapper.13.0.1.nupkg.sha512"
- },
- "Microsoft.Extensions.Caching.Abstractions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IeimUd0TNbhB4ded3AbgBLQv2SnsiVugDyGV1MvspQFVlA07nDC7Zul7kcwH5jWN3JiTcp/ySE83AIJo8yfKjg==",
- "path": "microsoft.extensions.caching.abstractions/7.0.0",
- "hashPath": "microsoft.extensions.caching.abstractions.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Caching.Memory/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xpidBs2KCE2gw1JrD0quHE72kvCaI3xFql5/Peb2GRtUuZX+dYPoK/NTdVMiM67Svym0M0Df9A3xyU0FbMQhHw==",
- "path": "microsoft.extensions.caching.memory/7.0.0",
- "hashPath": "microsoft.extensions.caching.memory.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-tldQUBWt/xeH2K7/hMPPo5g8zuLc3Ro9I5d4o/XrxvxOCA2EZBtW7bCHHTc49fcBtvB8tLAb/Qsmfrq+2SJ4vA==",
- "path": "microsoft.extensions.configuration/7.0.0",
- "hashPath": "microsoft.extensions.configuration.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==",
- "path": "microsoft.extensions.configuration.abstractions/7.0.0",
- "hashPath": "microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.Binder/7.0.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-8+XPvJnHZsYgHOQlcMuQe7QNF5KdVKHH1F/wW3nd8/u81Gk/XFAYMDP0Lpz18h7/AM95M662vvqMorcYxCBB4w==",
- "path": "microsoft.extensions.configuration.binder/7.0.4",
- "hashPath": "microsoft.extensions.configuration.binder.7.0.4.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==",
- "path": "microsoft.extensions.dependencyinjection/7.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==",
- "path": "microsoft.extensions.dependencyinjection.abstractions/7.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==",
- "path": "microsoft.extensions.logging/7.0.0",
- "hashPath": "microsoft.extensions.logging.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==",
- "path": "microsoft.extensions.logging.abstractions/7.0.0",
- "hashPath": "microsoft.extensions.logging.abstractions.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Options/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==",
- "path": "microsoft.extensions.options/7.0.0",
- "hashPath": "microsoft.extensions.options.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Primitives/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==",
- "path": "microsoft.extensions.primitives/7.0.0",
- "hashPath": "microsoft.extensions.primitives.7.0.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Abstractions/7.5.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==",
- "path": "microsoft.identitymodel.abstractions/7.5.1",
- "hashPath": "microsoft.identitymodel.abstractions.7.5.1.nupkg.sha512"
- },
- "Microsoft.IdentityModel.JsonWebTokens/7.5.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==",
- "path": "microsoft.identitymodel.jsonwebtokens/7.5.1",
- "hashPath": "microsoft.identitymodel.jsonwebtokens.7.5.1.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Logging/7.5.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==",
- "path": "microsoft.identitymodel.logging/7.5.1",
- "hashPath": "microsoft.identitymodel.logging.7.5.1.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Tokens/7.5.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==",
- "path": "microsoft.identitymodel.tokens/7.5.1",
- "hashPath": "microsoft.identitymodel.tokens.7.5.1.nupkg.sha512"
- },
- "Microsoft.Win32.SystemEvents/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ==",
- "path": "microsoft.win32.systemevents/7.0.0",
- "hashPath": "microsoft.win32.systemevents.7.0.0.nupkg.sha512"
- },
- "System.Configuration.ConfigurationManager/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-WvRUdlL1lB0dTRZSs5XcQOd5q9MYNk90GkbmRmiCvRHThWiojkpGqWdmEDJdXyHbxG/BhE5hmVbMfRLXW9FJVA==",
- "path": "system.configuration.configurationmanager/7.0.0",
- "hashPath": "system.configuration.configurationmanager.7.0.0.nupkg.sha512"
- },
- "System.Diagnostics.EventLog/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-eUDP47obqQm3SFJfP6z+Fx2nJ4KKTQbXB4Q9Uesnzw9SbYdhjyoGXuvDn/gEmFY6N5Z3bFFbpAQGA7m6hrYJCw==",
- "path": "system.diagnostics.eventlog/7.0.0",
- "hashPath": "system.diagnostics.eventlog.7.0.0.nupkg.sha512"
- },
- "System.DirectoryServices/7.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Z4FVdUJEVXbf7/f/hU6cFZDtxN5ozUVKJMzXoHmC+GCeTcqzlxqmWtxurejxG3K+kZ6H0UKwNshoK1CYnmJ1sg==",
- "path": "system.directoryservices/7.0.1",
- "hashPath": "system.directoryservices.7.0.1.nupkg.sha512"
- },
- "System.DirectoryServices.AccountManagement/7.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-UNytHYwA5IF55WQhashsMG57ize83JUGJxD8YJlOyO9ZlMTOD4Nt7y+A6mvmrU/swDoYWaVL+TNwE6hk9lyvbA==",
- "path": "system.directoryservices.accountmanagement/7.0.1",
- "hashPath": "system.directoryservices.accountmanagement.7.0.1.nupkg.sha512"
- },
- "System.DirectoryServices.Protocols/7.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-t9hsL+UYRzNs30pnT2Tdx6ngX8McFUjru0a0ekNgu/YXfkXN+dx5OvSEv0/p7H2q3pdJLH7TJPWX7e55J8QB9A==",
- "path": "system.directoryservices.protocols/7.0.1",
- "hashPath": "system.directoryservices.protocols.7.0.1.nupkg.sha512"
- },
- "System.Drawing.Common/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-KIX+oBU38pxkKPxvLcLfIkOV5Ien8ReN78wro7OF5/erwcmortzeFx+iBswlh2Vz6gVne0khocQudGwaO1Ey6A==",
- "path": "system.drawing.common/7.0.0",
- "hashPath": "system.drawing.common.7.0.0.nupkg.sha512"
- },
- "System.Formats.Asn1/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==",
- "path": "system.formats.asn1/5.0.0",
- "hashPath": "system.formats.asn1.5.0.0.nupkg.sha512"
- },
- "System.IdentityModel.Tokens.Jwt/7.5.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==",
- "path": "system.identitymodel.tokens.jwt/7.5.1",
- "hashPath": "system.identitymodel.tokens.jwt.7.5.1.nupkg.sha512"
- },
- "System.Security.Cryptography.Cng/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
- "path": "system.security.cryptography.cng/5.0.0",
- "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
- },
- "System.Security.Cryptography.ProtectedData/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xSPiLNlHT6wAHtugASbKAJwV5GVqQK351crnILAucUioFqqieDN79evO1rku1ckt/GfjIn+b17UaSskoY03JuA==",
- "path": "system.security.cryptography.protecteddata/7.0.0",
- "hashPath": "system.security.cryptography.protecteddata.7.0.0.nupkg.sha512"
- },
- "System.Security.Permissions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Vmp0iRmCEno9BWiskOW5pxJ3d9n+jUqKxvX4GhLwFhnQaySZmBN2FuC0N5gjFHgyFMUjC5sfIJ8KZfoJwkcMmA==",
- "path": "system.security.permissions/7.0.0",
- "hashPath": "system.security.permissions.7.0.0.nupkg.sha512"
- },
- "System.Windows.Extensions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bR4qdCmssMMbo9Fatci49An5B1UaVJZHKNq70PRgzoLYIlitb8Tj7ns/Xt5Pz1CkERiTjcVBDU2y1AVrPBYkaw==",
- "path": "system.windows.extensions/7.0.0",
- "hashPath": "system.windows.extensions.7.0.0.nupkg.sha512"
- },
- "WebCore.Contracts/1.0.1": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "DigitalData.Core.Contracts/1.0.1.0": {
- "type": "reference",
- "serviceable": false,
- "sha512": ""
- }
- }
-}
\ No newline at end of file
diff --git a/DigitalData.Core.Application/bin/Release/net7.0/DigitalData.Core.Application.dll b/DigitalData.Core.Application/bin/Release/net7.0/DigitalData.Core.Application.dll
deleted file mode 100644
index dcab12a..0000000
Binary files a/DigitalData.Core.Application/bin/Release/net7.0/DigitalData.Core.Application.dll and /dev/null differ
diff --git a/DigitalData.Core.Application/bin/Release/net7.0/DigitalData.Core.Application.pdb b/DigitalData.Core.Application/bin/Release/net7.0/DigitalData.Core.Application.pdb
deleted file mode 100644
index 7de8912..0000000
Binary files a/DigitalData.Core.Application/bin/Release/net7.0/DigitalData.Core.Application.pdb and /dev/null differ
diff --git a/DigitalData.Core.Application/bin/Release/net7.0/DigitalData.Core.Contracts.dll b/DigitalData.Core.Application/bin/Release/net7.0/DigitalData.Core.Contracts.dll
deleted file mode 100644
index 49926ec..0000000
Binary files a/DigitalData.Core.Application/bin/Release/net7.0/DigitalData.Core.Contracts.dll and /dev/null differ
diff --git a/DigitalData.Core.Application/bin/Release/net7.0/DigitalData.Core.Contracts.pdb b/DigitalData.Core.Application/bin/Release/net7.0/DigitalData.Core.Contracts.pdb
deleted file mode 100644
index f6347d7..0000000
Binary files a/DigitalData.Core.Application/bin/Release/net7.0/DigitalData.Core.Contracts.pdb and /dev/null differ
diff --git a/DigitalData.Core.Application/bin/Release/net7.0/icon.png b/DigitalData.Core.Application/bin/Release/net7.0/icon.png
deleted file mode 100644
index 9c67cca..0000000
Binary files a/DigitalData.Core.Application/bin/Release/net7.0/icon.png and /dev/null differ
diff --git a/DigitalData.Core.Application/obj/Release/DigitalData.Core.Application.1.0.0.nuspec b/DigitalData.Core.Application/obj/Release/DigitalData.Core.Application.1.0.0.nuspec
deleted file mode 100644
index 1a65158..0000000
--- a/DigitalData.Core.Application/obj/Release/DigitalData.Core.Application.1.0.0.nuspec
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- DigitalData.Core.Application
- 1.0.0
- DigitalData.Core.Application
- Package Description
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/DigitalData.Core.Application/obj/Release/net7.0/DigitalData.Core.Application.csproj.CoreCompileInputs.cache b/DigitalData.Core.Application/obj/Release/net7.0/DigitalData.Core.Application.csproj.CoreCompileInputs.cache
deleted file mode 100644
index ea29b43..0000000
--- a/DigitalData.Core.Application/obj/Release/net7.0/DigitalData.Core.Application.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-efb6a18662ffe4848a4883610b82bf9126376ab578f7a4cd62a1b8c356d18bc4
diff --git a/DigitalData.Core.Application/obj/Release/net7.0/DigitalData.Core.Application.csproj.FileListAbsolute.txt b/DigitalData.Core.Application/obj/Release/net7.0/DigitalData.Core.Application.csproj.FileListAbsolute.txt
deleted file mode 100644
index ffd149c..0000000
--- a/DigitalData.Core.Application/obj/Release/net7.0/DigitalData.Core.Application.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Application\bin\Release\net7.0\DigitalData.Core.Application.deps.json
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Application\bin\Release\net7.0\DigitalData.Core.Application.dll
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Application\bin\Release\net7.0\DigitalData.Core.Application.pdb
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Application\bin\Release\net7.0\DigitalData.Core.Contracts.dll
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Application\bin\Release\net7.0\DigitalData.Core.Contracts.pdb
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Application\obj\Release\net7.0\DigitalData.Core.Application.csproj.AssemblyReference.cache
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Application\obj\Release\net7.0\DigitalData.Core.Application.GeneratedMSBuildEditorConfig.editorconfig
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Application\obj\Release\net7.0\DigitalData.Core.Application.AssemblyInfoInputs.cache
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Application\obj\Release\net7.0\DigitalData.Core.Application.AssemblyInfo.cs
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Application\obj\Release\net7.0\DigitalData.Core.Application.csproj.CoreCompileInputs.cache
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Application\obj\Release\net7.0\DigitalD.553292A0.Up2Date
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Application\obj\Release\net7.0\DigitalData.Core.Application.dll
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Application\obj\Release\net7.0\refint\DigitalData.Core.Application.dll
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Application\obj\Release\net7.0\DigitalData.Core.Application.pdb
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Application\obj\Release\net7.0\ref\DigitalData.Core.Application.dll
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Application\bin\Release\net7.0\icon.png
diff --git a/DigitalData.Core.Application/obj/Release/net7.0/DigitalData.Core.Application.dll b/DigitalData.Core.Application/obj/Release/net7.0/DigitalData.Core.Application.dll
deleted file mode 100644
index dcab12a..0000000
Binary files a/DigitalData.Core.Application/obj/Release/net7.0/DigitalData.Core.Application.dll and /dev/null differ
diff --git a/DigitalData.Core.Application/obj/Release/net7.0/DigitalData.Core.Application.pdb b/DigitalData.Core.Application/obj/Release/net7.0/DigitalData.Core.Application.pdb
deleted file mode 100644
index 7de8912..0000000
Binary files a/DigitalData.Core.Application/obj/Release/net7.0/DigitalData.Core.Application.pdb and /dev/null differ
diff --git a/DigitalData.Core.Application/obj/Release/net7.0/ref/DigitalData.Core.Application.dll b/DigitalData.Core.Application/obj/Release/net7.0/ref/DigitalData.Core.Application.dll
deleted file mode 100644
index 617dd62..0000000
Binary files a/DigitalData.Core.Application/obj/Release/net7.0/ref/DigitalData.Core.Application.dll and /dev/null differ
diff --git a/DigitalData.Core.Application/obj/Release/net7.0/refint/DigitalData.Core.Application.dll b/DigitalData.Core.Application/obj/Release/net7.0/refint/DigitalData.Core.Application.dll
deleted file mode 100644
index 617dd62..0000000
Binary files a/DigitalData.Core.Application/obj/Release/net7.0/refint/DigitalData.Core.Application.dll and /dev/null differ
diff --git a/DigitalData.Core.Infrastructure/bin/Release/DigitalData.Core.Infrastructure.1.0.0.nupkg b/DigitalData.Core.Infrastructure/bin/Release/DigitalData.Core.Infrastructure.1.0.0.nupkg
deleted file mode 100644
index 0c3aaec..0000000
Binary files a/DigitalData.Core.Infrastructure/bin/Release/DigitalData.Core.Infrastructure.1.0.0.nupkg and /dev/null differ
diff --git a/DigitalData.Core.Infrastructure/bin/Release/net7.0/DigitalData.Core.Contracts.dll b/DigitalData.Core.Infrastructure/bin/Release/net7.0/DigitalData.Core.Contracts.dll
deleted file mode 100644
index 49926ec..0000000
Binary files a/DigitalData.Core.Infrastructure/bin/Release/net7.0/DigitalData.Core.Contracts.dll and /dev/null differ
diff --git a/DigitalData.Core.Infrastructure/bin/Release/net7.0/DigitalData.Core.Contracts.pdb b/DigitalData.Core.Infrastructure/bin/Release/net7.0/DigitalData.Core.Contracts.pdb
deleted file mode 100644
index f6347d7..0000000
Binary files a/DigitalData.Core.Infrastructure/bin/Release/net7.0/DigitalData.Core.Contracts.pdb and /dev/null differ
diff --git a/DigitalData.Core.Infrastructure/bin/Release/net7.0/DigitalData.Core.Infrastructure.deps.json b/DigitalData.Core.Infrastructure/bin/Release/net7.0/DigitalData.Core.Infrastructure.deps.json
deleted file mode 100644
index 0e8dd0b..0000000
--- a/DigitalData.Core.Infrastructure/bin/Release/net7.0/DigitalData.Core.Infrastructure.deps.json
+++ /dev/null
@@ -1,624 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v7.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v7.0": {
- "DigitalData.Core.Infrastructure/1.0.0": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "7.0.16",
- "WebCore.Contracts": "1.0.1",
- "DigitalData.Core.Contracts": "1.0.1.0"
- },
- "runtime": {
- "DigitalData.Core.Infrastructure.dll": {}
- }
- },
- "Microsoft.EntityFrameworkCore/7.0.16": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Abstractions": "7.0.16",
- "Microsoft.EntityFrameworkCore.Analyzers": "7.0.16",
- "Microsoft.Extensions.Caching.Memory": "7.0.0",
- "Microsoft.Extensions.DependencyInjection": "7.0.0",
- "Microsoft.Extensions.Logging": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.dll": {
- "assemblyVersion": "7.0.16.0",
- "fileVersion": "7.0.1624.6616"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Abstractions/7.0.16": {
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
- "assemblyVersion": "7.0.16.0",
- "fileVersion": "7.0.1624.6616"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Analyzers/7.0.16": {},
- "Microsoft.Extensions.Caching.Abstractions/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Caching.Memory/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "7.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
- "Microsoft.Extensions.Options": "7.0.0",
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Configuration.Binder/7.0.4": {
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.423.11508"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
- "runtime": {
- "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Logging/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection": "7.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
- "Microsoft.Extensions.Options": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/Microsoft.Extensions.Logging.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
- "runtime": {
- "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Options/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/Microsoft.Extensions.Options.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Primitives/7.0.0": {
- "runtime": {
- "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.IdentityModel.Abstractions/7.5.1": {
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
- "assemblyVersion": "7.5.1.0",
- "fileVersion": "7.5.1.50405"
- }
- }
- },
- "Microsoft.IdentityModel.JsonWebTokens/7.5.1": {
- "dependencies": {
- "Microsoft.IdentityModel.Tokens": "7.5.1"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
- "assemblyVersion": "7.5.1.0",
- "fileVersion": "7.5.1.50405"
- }
- }
- },
- "Microsoft.IdentityModel.Logging/7.5.1": {
- "dependencies": {
- "Microsoft.IdentityModel.Abstractions": "7.5.1"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
- "assemblyVersion": "7.5.1.0",
- "fileVersion": "7.5.1.50405"
- }
- }
- },
- "Microsoft.IdentityModel.Tokens/7.5.1": {
- "dependencies": {
- "Microsoft.IdentityModel.Logging": "7.5.1"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
- "assemblyVersion": "7.5.1.0",
- "fileVersion": "7.5.1.50405"
- }
- }
- },
- "Microsoft.Win32.SystemEvents/7.0.0": {
- "runtime": {
- "lib/net7.0/Microsoft.Win32.SystemEvents.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "System.Configuration.ConfigurationManager/7.0.0": {
- "dependencies": {
- "System.Diagnostics.EventLog": "7.0.0",
- "System.Security.Cryptography.ProtectedData": "7.0.0",
- "System.Security.Permissions": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/System.Configuration.ConfigurationManager.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "System.Diagnostics.EventLog/7.0.0": {
- "runtime": {
- "lib/net7.0/System.Diagnostics.EventLog.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "System.DirectoryServices/7.0.1": {
- "dependencies": {
- "System.Security.Permissions": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/System.DirectoryServices.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "7.0.323.6910"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net7.0/System.DirectoryServices.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "7.0.323.6910"
- }
- }
- },
- "System.DirectoryServices.AccountManagement/7.0.1": {
- "dependencies": {
- "System.Configuration.ConfigurationManager": "7.0.0",
- "System.DirectoryServices": "7.0.1",
- "System.DirectoryServices.Protocols": "7.0.1"
- },
- "runtime": {
- "lib/net7.0/System.DirectoryServices.AccountManagement.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "7.0.1123.42427"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net7.0/System.DirectoryServices.AccountManagement.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "7.0.1123.42427"
- }
- }
- },
- "System.DirectoryServices.Protocols/7.0.1": {
- "runtime": {
- "lib/net7.0/System.DirectoryServices.Protocols.dll": {
- "assemblyVersion": "7.0.0.1",
- "fileVersion": "7.0.723.27404"
- }
- },
- "runtimeTargets": {
- "runtimes/linux/lib/net7.0/System.DirectoryServices.Protocols.dll": {
- "rid": "linux",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.1",
- "fileVersion": "7.0.723.27404"
- },
- "runtimes/osx/lib/net7.0/System.DirectoryServices.Protocols.dll": {
- "rid": "osx",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.1",
- "fileVersion": "7.0.723.27404"
- },
- "runtimes/win/lib/net7.0/System.DirectoryServices.Protocols.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.1",
- "fileVersion": "7.0.723.27404"
- }
- }
- },
- "System.Drawing.Common/7.0.0": {
- "dependencies": {
- "Microsoft.Win32.SystemEvents": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/System.Drawing.Common.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net7.0/System.Drawing.Common.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "System.IdentityModel.Tokens.Jwt/7.5.1": {
- "dependencies": {
- "Microsoft.IdentityModel.JsonWebTokens": "7.5.1",
- "Microsoft.IdentityModel.Tokens": "7.5.1"
- },
- "runtime": {
- "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
- "assemblyVersion": "7.5.1.0",
- "fileVersion": "7.5.1.50405"
- }
- }
- },
- "System.Security.Cryptography.ProtectedData/7.0.0": {
- "runtime": {
- "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net7.0/System.Security.Cryptography.ProtectedData.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "System.Security.Permissions/7.0.0": {
- "dependencies": {
- "System.Windows.Extensions": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/System.Security.Permissions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "System.Windows.Extensions/7.0.0": {
- "dependencies": {
- "System.Drawing.Common": "7.0.0"
- },
- "runtime": {
- "lib/net7.0/System.Windows.Extensions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net7.0/System.Windows.Extensions.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "WebCore.Contracts/1.0.1": {
- "dependencies": {
- "Microsoft.Extensions.Caching.Memory": "7.0.0",
- "Microsoft.Extensions.Configuration.Binder": "7.0.4",
- "System.DirectoryServices": "7.0.1",
- "System.DirectoryServices.AccountManagement": "7.0.1",
- "System.IdentityModel.Tokens.Jwt": "7.5.1"
- },
- "runtime": {
- "DigitalData.Core.Contracts.dll": {}
- }
- },
- "DigitalData.Core.Contracts/1.0.1.0": {
- "runtime": {
- "DigitalData.Core.Contracts.dll": {
- "assemblyVersion": "1.0.1.0",
- "fileVersion": "1.0.1.0"
- }
- }
- }
- }
- },
- "libraries": {
- "DigitalData.Core.Infrastructure/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Microsoft.EntityFrameworkCore/7.0.16": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-SbMHFQG7iXgBTUFv5XxVMwpRqDKah4qTraDAGUv4gkaudFAOSuNfNRfCXY282hij79P1oxg/M9Wni+8GXavxQQ==",
- "path": "microsoft.entityframeworkcore/7.0.16",
- "hashPath": "microsoft.entityframeworkcore.7.0.16.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Abstractions/7.0.16": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-emuQo430RBfwZSxwTYKu0/+ohRixXaRNi3njEbzcnaFqc94oU6afcx5KYtk5/lrBQn58Oo0CUmDRhMeFQI4Kgg==",
- "path": "microsoft.entityframeworkcore.abstractions/7.0.16",
- "hashPath": "microsoft.entityframeworkcore.abstractions.7.0.16.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Analyzers/7.0.16": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-DO8M/90nqgq7fFoR4SIty9thhK22RBIwxoJxPIwrATy9FV1QKGPUeG9iMnz1yHv5/NxZWr8xF44oFAsrgcHgXg==",
- "path": "microsoft.entityframeworkcore.analyzers/7.0.16",
- "hashPath": "microsoft.entityframeworkcore.analyzers.7.0.16.nupkg.sha512"
- },
- "Microsoft.Extensions.Caching.Abstractions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IeimUd0TNbhB4ded3AbgBLQv2SnsiVugDyGV1MvspQFVlA07nDC7Zul7kcwH5jWN3JiTcp/ySE83AIJo8yfKjg==",
- "path": "microsoft.extensions.caching.abstractions/7.0.0",
- "hashPath": "microsoft.extensions.caching.abstractions.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Caching.Memory/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xpidBs2KCE2gw1JrD0quHE72kvCaI3xFql5/Peb2GRtUuZX+dYPoK/NTdVMiM67Svym0M0Df9A3xyU0FbMQhHw==",
- "path": "microsoft.extensions.caching.memory/7.0.0",
- "hashPath": "microsoft.extensions.caching.memory.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==",
- "path": "microsoft.extensions.configuration.abstractions/7.0.0",
- "hashPath": "microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.Binder/7.0.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-8+XPvJnHZsYgHOQlcMuQe7QNF5KdVKHH1F/wW3nd8/u81Gk/XFAYMDP0Lpz18h7/AM95M662vvqMorcYxCBB4w==",
- "path": "microsoft.extensions.configuration.binder/7.0.4",
- "hashPath": "microsoft.extensions.configuration.binder.7.0.4.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==",
- "path": "microsoft.extensions.dependencyinjection/7.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==",
- "path": "microsoft.extensions.dependencyinjection.abstractions/7.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==",
- "path": "microsoft.extensions.logging/7.0.0",
- "hashPath": "microsoft.extensions.logging.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==",
- "path": "microsoft.extensions.logging.abstractions/7.0.0",
- "hashPath": "microsoft.extensions.logging.abstractions.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Options/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==",
- "path": "microsoft.extensions.options/7.0.0",
- "hashPath": "microsoft.extensions.options.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Primitives/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==",
- "path": "microsoft.extensions.primitives/7.0.0",
- "hashPath": "microsoft.extensions.primitives.7.0.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Abstractions/7.5.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==",
- "path": "microsoft.identitymodel.abstractions/7.5.1",
- "hashPath": "microsoft.identitymodel.abstractions.7.5.1.nupkg.sha512"
- },
- "Microsoft.IdentityModel.JsonWebTokens/7.5.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==",
- "path": "microsoft.identitymodel.jsonwebtokens/7.5.1",
- "hashPath": "microsoft.identitymodel.jsonwebtokens.7.5.1.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Logging/7.5.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==",
- "path": "microsoft.identitymodel.logging/7.5.1",
- "hashPath": "microsoft.identitymodel.logging.7.5.1.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Tokens/7.5.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==",
- "path": "microsoft.identitymodel.tokens/7.5.1",
- "hashPath": "microsoft.identitymodel.tokens.7.5.1.nupkg.sha512"
- },
- "Microsoft.Win32.SystemEvents/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ==",
- "path": "microsoft.win32.systemevents/7.0.0",
- "hashPath": "microsoft.win32.systemevents.7.0.0.nupkg.sha512"
- },
- "System.Configuration.ConfigurationManager/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-WvRUdlL1lB0dTRZSs5XcQOd5q9MYNk90GkbmRmiCvRHThWiojkpGqWdmEDJdXyHbxG/BhE5hmVbMfRLXW9FJVA==",
- "path": "system.configuration.configurationmanager/7.0.0",
- "hashPath": "system.configuration.configurationmanager.7.0.0.nupkg.sha512"
- },
- "System.Diagnostics.EventLog/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-eUDP47obqQm3SFJfP6z+Fx2nJ4KKTQbXB4Q9Uesnzw9SbYdhjyoGXuvDn/gEmFY6N5Z3bFFbpAQGA7m6hrYJCw==",
- "path": "system.diagnostics.eventlog/7.0.0",
- "hashPath": "system.diagnostics.eventlog.7.0.0.nupkg.sha512"
- },
- "System.DirectoryServices/7.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Z4FVdUJEVXbf7/f/hU6cFZDtxN5ozUVKJMzXoHmC+GCeTcqzlxqmWtxurejxG3K+kZ6H0UKwNshoK1CYnmJ1sg==",
- "path": "system.directoryservices/7.0.1",
- "hashPath": "system.directoryservices.7.0.1.nupkg.sha512"
- },
- "System.DirectoryServices.AccountManagement/7.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-UNytHYwA5IF55WQhashsMG57ize83JUGJxD8YJlOyO9ZlMTOD4Nt7y+A6mvmrU/swDoYWaVL+TNwE6hk9lyvbA==",
- "path": "system.directoryservices.accountmanagement/7.0.1",
- "hashPath": "system.directoryservices.accountmanagement.7.0.1.nupkg.sha512"
- },
- "System.DirectoryServices.Protocols/7.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-t9hsL+UYRzNs30pnT2Tdx6ngX8McFUjru0a0ekNgu/YXfkXN+dx5OvSEv0/p7H2q3pdJLH7TJPWX7e55J8QB9A==",
- "path": "system.directoryservices.protocols/7.0.1",
- "hashPath": "system.directoryservices.protocols.7.0.1.nupkg.sha512"
- },
- "System.Drawing.Common/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-KIX+oBU38pxkKPxvLcLfIkOV5Ien8ReN78wro7OF5/erwcmortzeFx+iBswlh2Vz6gVne0khocQudGwaO1Ey6A==",
- "path": "system.drawing.common/7.0.0",
- "hashPath": "system.drawing.common.7.0.0.nupkg.sha512"
- },
- "System.IdentityModel.Tokens.Jwt/7.5.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==",
- "path": "system.identitymodel.tokens.jwt/7.5.1",
- "hashPath": "system.identitymodel.tokens.jwt.7.5.1.nupkg.sha512"
- },
- "System.Security.Cryptography.ProtectedData/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xSPiLNlHT6wAHtugASbKAJwV5GVqQK351crnILAucUioFqqieDN79evO1rku1ckt/GfjIn+b17UaSskoY03JuA==",
- "path": "system.security.cryptography.protecteddata/7.0.0",
- "hashPath": "system.security.cryptography.protecteddata.7.0.0.nupkg.sha512"
- },
- "System.Security.Permissions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Vmp0iRmCEno9BWiskOW5pxJ3d9n+jUqKxvX4GhLwFhnQaySZmBN2FuC0N5gjFHgyFMUjC5sfIJ8KZfoJwkcMmA==",
- "path": "system.security.permissions/7.0.0",
- "hashPath": "system.security.permissions.7.0.0.nupkg.sha512"
- },
- "System.Windows.Extensions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bR4qdCmssMMbo9Fatci49An5B1UaVJZHKNq70PRgzoLYIlitb8Tj7ns/Xt5Pz1CkERiTjcVBDU2y1AVrPBYkaw==",
- "path": "system.windows.extensions/7.0.0",
- "hashPath": "system.windows.extensions.7.0.0.nupkg.sha512"
- },
- "WebCore.Contracts/1.0.1": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "DigitalData.Core.Contracts/1.0.1.0": {
- "type": "reference",
- "serviceable": false,
- "sha512": ""
- }
- }
-}
\ No newline at end of file
diff --git a/DigitalData.Core.Infrastructure/bin/Release/net7.0/DigitalData.Core.Infrastructure.dll b/DigitalData.Core.Infrastructure/bin/Release/net7.0/DigitalData.Core.Infrastructure.dll
deleted file mode 100644
index d447c9c..0000000
Binary files a/DigitalData.Core.Infrastructure/bin/Release/net7.0/DigitalData.Core.Infrastructure.dll and /dev/null differ
diff --git a/DigitalData.Core.Infrastructure/bin/Release/net7.0/DigitalData.Core.Infrastructure.pdb b/DigitalData.Core.Infrastructure/bin/Release/net7.0/DigitalData.Core.Infrastructure.pdb
deleted file mode 100644
index 65b0446..0000000
Binary files a/DigitalData.Core.Infrastructure/bin/Release/net7.0/DigitalData.Core.Infrastructure.pdb and /dev/null differ
diff --git a/DigitalData.Core.Infrastructure/bin/Release/net7.0/icon.png b/DigitalData.Core.Infrastructure/bin/Release/net7.0/icon.png
deleted file mode 100644
index 9c67cca..0000000
Binary files a/DigitalData.Core.Infrastructure/bin/Release/net7.0/icon.png and /dev/null differ
diff --git a/DigitalData.Core.Infrastructure/obj/Release/DigitalData.Core.Infrastructure.1.0.0.nuspec b/DigitalData.Core.Infrastructure/obj/Release/DigitalData.Core.Infrastructure.1.0.0.nuspec
deleted file mode 100644
index 5fe361c..0000000
--- a/DigitalData.Core.Infrastructure/obj/Release/DigitalData.Core.Infrastructure.1.0.0.nuspec
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
- DigitalData.Core.Infrastructure
- 1.0.0
- DigitalData.Core.Infrastructure
- Package Description
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/DigitalData.Core.Infrastructure/obj/Release/net7.0/DigitalData.Core.Infrastructure.csproj.CoreCompileInputs.cache b/DigitalData.Core.Infrastructure/obj/Release/net7.0/DigitalData.Core.Infrastructure.csproj.CoreCompileInputs.cache
deleted file mode 100644
index 76e6d01..0000000
--- a/DigitalData.Core.Infrastructure/obj/Release/net7.0/DigitalData.Core.Infrastructure.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-766b21341db897510efc63568829df6496c48b6754ca4abf7a8c3aa11e01efcf
diff --git a/DigitalData.Core.Infrastructure/obj/Release/net7.0/DigitalData.Core.Infrastructure.csproj.FileListAbsolute.txt b/DigitalData.Core.Infrastructure/obj/Release/net7.0/DigitalData.Core.Infrastructure.csproj.FileListAbsolute.txt
deleted file mode 100644
index e014a3b..0000000
--- a/DigitalData.Core.Infrastructure/obj/Release/net7.0/DigitalData.Core.Infrastructure.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Infrastructure\bin\Release\net7.0\DigitalData.Core.Infrastructure.deps.json
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Infrastructure\bin\Release\net7.0\DigitalData.Core.Infrastructure.dll
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Infrastructure\bin\Release\net7.0\DigitalData.Core.Infrastructure.pdb
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Infrastructure\bin\Release\net7.0\DigitalData.Core.Contracts.dll
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Infrastructure\bin\Release\net7.0\DigitalData.Core.Contracts.pdb
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Infrastructure\obj\Release\net7.0\DigitalData.Core.Infrastructure.csproj.AssemblyReference.cache
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Infrastructure\obj\Release\net7.0\DigitalData.Core.Infrastructure.GeneratedMSBuildEditorConfig.editorconfig
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Infrastructure\obj\Release\net7.0\DigitalData.Core.Infrastructure.AssemblyInfoInputs.cache
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Infrastructure\obj\Release\net7.0\DigitalData.Core.Infrastructure.AssemblyInfo.cs
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Infrastructure\obj\Release\net7.0\DigitalData.Core.Infrastructure.csproj.CoreCompileInputs.cache
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Infrastructure\obj\Release\net7.0\DigitalD.06C750E1.Up2Date
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Infrastructure\obj\Release\net7.0\DigitalData.Core.Infrastructure.dll
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Infrastructure\obj\Release\net7.0\refint\DigitalData.Core.Infrastructure.dll
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Infrastructure\obj\Release\net7.0\DigitalData.Core.Infrastructure.pdb
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Infrastructure\obj\Release\net7.0\ref\DigitalData.Core.Infrastructure.dll
-E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.Infrastructure\bin\Release\net7.0\icon.png
diff --git a/DigitalData.Core.Infrastructure/obj/Release/net7.0/DigitalData.Core.Infrastructure.dll b/DigitalData.Core.Infrastructure/obj/Release/net7.0/DigitalData.Core.Infrastructure.dll
deleted file mode 100644
index d447c9c..0000000
Binary files a/DigitalData.Core.Infrastructure/obj/Release/net7.0/DigitalData.Core.Infrastructure.dll and /dev/null differ
diff --git a/DigitalData.Core.Infrastructure/obj/Release/net7.0/DigitalData.Core.Infrastructure.pdb b/DigitalData.Core.Infrastructure/obj/Release/net7.0/DigitalData.Core.Infrastructure.pdb
deleted file mode 100644
index 65b0446..0000000
Binary files a/DigitalData.Core.Infrastructure/obj/Release/net7.0/DigitalData.Core.Infrastructure.pdb and /dev/null differ
diff --git a/DigitalData.Core.Infrastructure/obj/Release/net7.0/ref/DigitalData.Core.Infrastructure.dll b/DigitalData.Core.Infrastructure/obj/Release/net7.0/ref/DigitalData.Core.Infrastructure.dll
deleted file mode 100644
index 4471660..0000000
Binary files a/DigitalData.Core.Infrastructure/obj/Release/net7.0/ref/DigitalData.Core.Infrastructure.dll and /dev/null differ
diff --git a/DigitalData.Core.Infrastructure/obj/Release/net7.0/refint/DigitalData.Core.Infrastructure.dll b/DigitalData.Core.Infrastructure/obj/Release/net7.0/refint/DigitalData.Core.Infrastructure.dll
deleted file mode 100644
index 4471660..0000000
Binary files a/DigitalData.Core.Infrastructure/obj/Release/net7.0/refint/DigitalData.Core.Infrastructure.dll and /dev/null differ