diff --git a/DigitalData.Core.API/Assets/icon.png b/DigitalData.Core.API/Assets/icon.png deleted file mode 100644 index feac09f..0000000 Binary files a/DigitalData.Core.API/Assets/icon.png and /dev/null differ diff --git a/DigitalData.Core.API/DigitalData.Core.API.csproj b/DigitalData.Core.API/DigitalData.Core.API.csproj index 4c0d0f5..5e4f3a6 100644 --- a/DigitalData.Core.API/DigitalData.Core.API.csproj +++ b/DigitalData.Core.API/DigitalData.Core.API.csproj @@ -1,7 +1,7 @@  - net7.0 + net7.0;net8.0 true enable enable @@ -15,9 +15,16 @@ Copyright 2024 http://git.dd:3000/AppStd/WebCoreModules.git digital data core api - Assets\icon.png + core_icon.png + + + True + \ + + + diff --git a/DigitalData.Core.Abstractions/Assets/icon.png b/DigitalData.Core.Abstractions/Assets/icon.png deleted file mode 100644 index feac09f..0000000 Binary files a/DigitalData.Core.Abstractions/Assets/icon.png and /dev/null differ diff --git a/DigitalData.Core.Abstractions/DigitalData.Core.Abstractions.csproj b/DigitalData.Core.Abstractions/DigitalData.Core.Abstractions.csproj index 9b99756..e504676 100644 --- a/DigitalData.Core.Abstractions/DigitalData.Core.Abstractions.csproj +++ b/DigitalData.Core.Abstractions/DigitalData.Core.Abstractions.csproj @@ -1,7 +1,7 @@  - net7.0 + net7.0;net8.0 enable enable @@ -17,10 +17,17 @@ http://git.dd:3000/AppStd/WebCoreModules.git False aa-DJ - Assets\icon.png + core_icon.png 2.0.0.0 + + + True + \ + + + @@ -33,12 +40,4 @@ - - - Never - True - \ - - - \ No newline at end of file diff --git a/DigitalData.Core.Application/Assets/icon.png b/DigitalData.Core.Application/Assets/icon.png deleted file mode 100644 index feac09f..0000000 Binary files a/DigitalData.Core.Application/Assets/icon.png and /dev/null differ diff --git a/DigitalData.Core.Application/DigitalData.Core.Application.csproj b/DigitalData.Core.Application/DigitalData.Core.Application.csproj index 80c5991..57d175b 100644 --- a/DigitalData.Core.Application/DigitalData.Core.Application.csproj +++ b/DigitalData.Core.Application/DigitalData.Core.Application.csproj @@ -1,7 +1,7 @@ - net7.0 + net7.0;net8.0 enable enable True @@ -11,14 +11,14 @@ Digital Data GmbH DigitalData.Core.Application Copyright 2024 - icon.png + core_icon.png http://git.dd:3000/AppStd/WebCoreModules.git digital data core application clean architecture 2.0.0.0 - + True \ @@ -39,11 +39,4 @@ - - - \ - True - - - diff --git a/DigitalData.Core.Application/obj/DigitalData.Core.Application.csproj.nuget.g.targets b/DigitalData.Core.Application/obj/DigitalData.Core.Application.csproj.nuget.g.targets index 0dbeefd..d742afd 100644 --- a/DigitalData.Core.Application/obj/DigitalData.Core.Application.csproj.nuget.g.targets +++ b/DigitalData.Core.Application/obj/DigitalData.Core.Application.csproj.nuget.g.targets @@ -1,6 +1,9 @@  - + + + + \ No newline at end of file diff --git a/DigitalData.Core.Client/Assets/icon.png b/DigitalData.Core.Client/Assets/icon.png deleted file mode 100644 index feac09f..0000000 Binary files a/DigitalData.Core.Client/Assets/icon.png and /dev/null differ diff --git a/DigitalData.Core.Client/DigitalData.Core.Client.csproj b/DigitalData.Core.Client/DigitalData.Core.Client.csproj index d54a8c7..f9f674a 100644 --- a/DigitalData.Core.Client/DigitalData.Core.Client.csproj +++ b/DigitalData.Core.Client/DigitalData.Core.Client.csproj @@ -1,7 +1,7 @@ - net7.0 + net7.0;net8.0 enable enable This package provides HTTP client extension methods for the DigitalData.Core library, offering simplified and asynchronous methods for fetching and handling HTTP responses. It includes utility methods for sending GET requests, reading response content as text or JSON, and deserializing JSON into dynamic or strongly-typed objects using Newtonsoft.Json. These extensions facilitate efficient and easy-to-read HTTP interactions in client applications. @@ -12,11 +12,18 @@ Digital Data GmbH Copyright 2024 - Assets\icon.png + core_icon.png http://git.dd:3000/AppStd/WebCoreModules.git digital data core http client json serilization + + + True + \ + + + diff --git a/DigitalData.Core.Contracts/obj/DigitalData.Core.Contracts.csproj.nuget.g.props b/DigitalData.Core.Contracts/obj/DigitalData.Core.Contracts.csproj.nuget.g.props deleted file mode 100644 index 4b96c14..0000000 --- a/DigitalData.Core.Contracts/obj/DigitalData.Core.Contracts.csproj.nuget.g.props +++ /dev/null @@ -1,16 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\tekh\.nuget\packages\;D:\ProgramFiles\DevExpress 21.2\Components\Offline Packages - PackageReference - 6.9.1 - - - - - - \ No newline at end of file diff --git a/DigitalData.Core.Contracts/obj/DigitalData.Core.Contracts.csproj.nuget.g.targets b/DigitalData.Core.Contracts/obj/DigitalData.Core.Contracts.csproj.nuget.g.targets deleted file mode 100644 index 47636c2..0000000 --- a/DigitalData.Core.Contracts/obj/DigitalData.Core.Contracts.csproj.nuget.g.targets +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/DigitalData.Core.CultureServices/DIExtensions.cs b/DigitalData.Core.CultureServices/DIExtensions.cs deleted file mode 100644 index 4b518b4..0000000 --- a/DigitalData.Core.CultureServices/DIExtensions.cs +++ /dev/null @@ -1,20 +0,0 @@ -using DigitalData.Common.CultureServices; -using DigitalData.Core.Contracts.CultureServices; -using Microsoft.Extensions.DependencyInjection; - -namespace DigitalData.Core.CultureServices -{ - public static class DIExtensions - { - /// - /// Registers the KeyTranslationService and its dependencies in the dependency injection container. - /// - /// The IServiceCollection instance to register the services with. - public static IServiceCollection AddKeyTranslationService(this IServiceCollection services) - { - services.AddTransient(); - return services; - } - } - -} diff --git a/DigitalData.Core.CultureServices/DigitalData.Core.CultureServices.csproj b/DigitalData.Core.CultureServices/DigitalData.Core.CultureServices.csproj deleted file mode 100644 index c30c64f..0000000 --- a/DigitalData.Core.CultureServices/DigitalData.Core.CultureServices.csproj +++ /dev/null @@ -1,17 +0,0 @@ - - - - net7.0 - enable - enable - - - - - - - - - - - diff --git a/DigitalData.Core.CultureServices/KeyTranslationService.cs b/DigitalData.Core.CultureServices/KeyTranslationService.cs deleted file mode 100644 index fe4f225..0000000 --- a/DigitalData.Core.CultureServices/KeyTranslationService.cs +++ /dev/null @@ -1,20 +0,0 @@ -using DigitalData.Core.Contracts.CultureServices; -using Microsoft.Extensions.Localization; - -namespace DigitalData.Common.CultureServices -{ - public class KeyTranslationService : IKeyTranslationService - { - private readonly IStringLocalizer _localizer; - - public KeyTranslationService(IStringLocalizer localizer) - { - _localizer = localizer; - } - - public string Translate(string key, params object[] arguments) => _localizer[key, arguments]; - - - public string Translate(Enum key, params object[] arguments) => Translate(key.ToString(), arguments); - } -} \ No newline at end of file diff --git a/DigitalData.Core.CultureServices/Properties/launchSettings.json b/DigitalData.Core.CultureServices/Properties/launchSettings.json deleted file mode 100644 index b0d2ab8..0000000 --- a/DigitalData.Core.CultureServices/Properties/launchSettings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "profiles": { - "DigitalData.Core.CultureServices": { - "commandName": "Project", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "https://localhost:61600;http://localhost:61602" - } - } -} \ No newline at end of file diff --git a/DigitalData.Core.CultureServices/TranslationExtensions.cs b/DigitalData.Core.CultureServices/TranslationExtensions.cs deleted file mode 100644 index 88ac741..0000000 --- a/DigitalData.Core.CultureServices/TranslationExtensions.cs +++ /dev/null @@ -1,11 +0,0 @@ -using DigitalData.Core.Contracts.CultureServices; - -namespace DigitalData.Core.CultureServices -{ - public static class TranslationExtensions - { - public static string TranslateWith(this string key, IKeyTranslationService keyTranslationService) => keyTranslationService.Translate(key: key); - - public static string TranslateWith(this Enum key, IKeyTranslationService keyTranslationService) => keyTranslationService.Translate(key: key); - } -} \ No newline at end of file diff --git a/DigitalData.Core.CultureServices/bin/Release/DigitalData.Core.CultureServices.1.0.0.nupkg b/DigitalData.Core.CultureServices/bin/Release/DigitalData.Core.CultureServices.1.0.0.nupkg deleted file mode 100644 index 6ca2afd..0000000 Binary files a/DigitalData.Core.CultureServices/bin/Release/DigitalData.Core.CultureServices.1.0.0.nupkg and /dev/null differ diff --git a/DigitalData.Core.CultureServices/bin/Release/net7.0/DigitalData.Core.Contracts.dll b/DigitalData.Core.CultureServices/bin/Release/net7.0/DigitalData.Core.Contracts.dll deleted file mode 100644 index 49926ec..0000000 Binary files a/DigitalData.Core.CultureServices/bin/Release/net7.0/DigitalData.Core.Contracts.dll and /dev/null differ diff --git a/DigitalData.Core.CultureServices/bin/Release/net7.0/DigitalData.Core.Contracts.pdb b/DigitalData.Core.CultureServices/bin/Release/net7.0/DigitalData.Core.Contracts.pdb deleted file mode 100644 index f6347d7..0000000 Binary files a/DigitalData.Core.CultureServices/bin/Release/net7.0/DigitalData.Core.Contracts.pdb and /dev/null differ diff --git a/DigitalData.Core.CultureServices/bin/Release/net7.0/DigitalData.Core.CultureServices.deps.json b/DigitalData.Core.CultureServices/bin/Release/net7.0/DigitalData.Core.CultureServices.deps.json deleted file mode 100644 index 642d748..0000000 --- a/DigitalData.Core.CultureServices/bin/Release/net7.0/DigitalData.Core.CultureServices.deps.json +++ /dev/null @@ -1,576 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v7.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v7.0": { - "DigitalData.Core.CultureServices/1.0.0": { - "dependencies": { - "Microsoft.Extensions.Localization": "7.0.16", - "WebCore.Contracts": "1.0.1", - "DigitalData.Core.Contracts": "1.0.1.0" - }, - "runtime": { - "DigitalData.Core.CultureServices.dll": {} - } - }, - "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.1", - "Microsoft.Extensions.Options": "7.0.1", - "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.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.Localization/7.0.16": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Localization.Abstractions": "7.0.16", - "Microsoft.Extensions.Logging.Abstractions": "7.0.1", - "Microsoft.Extensions.Options": "7.0.1" - }, - "runtime": { - "lib/net7.0/Microsoft.Extensions.Localization.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.1624.6815" - } - } - }, - "Microsoft.Extensions.Localization.Abstractions/7.0.16": { - "runtime": { - "lib/net7.0/Microsoft.Extensions.Localization.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.1624.6815" - } - } - }, - "Microsoft.Extensions.Logging.Abstractions/7.0.1": { - "runtime": { - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.723.27404" - } - } - }, - "Microsoft.Extensions.Options/7.0.1": { - "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.323.6910" - } - } - }, - "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.CultureServices/1.0.0": { - "type": "project", - "serviceable": false, - "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.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.Localization/7.0.16": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JpTQ/El4m/Yfup+sgwvp8qtYAoxEYe9wXy63gw/KXep8bzUdA1wfReed0rL2UqR9Uk7hDnjfYFCz190B2fBYdA==", - "path": "microsoft.extensions.localization/7.0.16", - "hashPath": "microsoft.extensions.localization.7.0.16.nupkg.sha512" - }, - "Microsoft.Extensions.Localization.Abstractions/7.0.16": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wUwfDVcOMRUZv+zX45Vyh/MkXpdOy7nIvRRf3n2iiYoh76M0Dr/wx8Ppxk3v9H556z2e0QwLVQqqkd+oj+CGRQ==", - "path": "microsoft.extensions.localization.abstractions/7.0.16", - "hashPath": "microsoft.extensions.localization.abstractions.7.0.16.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/7.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pkeBFx0vqMW/A3aUVHh7MPu3WkBhaVlezhSZeb1c9XD0vUReYH1TLFSy5MxJgZfmz5LZzYoErMorlYZiwpOoNA==", - "path": "microsoft.extensions.logging.abstractions/7.0.1", - "hashPath": "microsoft.extensions.logging.abstractions.7.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.Options/7.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pZRDYdN1FpepOIfHU62QoBQ6zdAoTvnjxFfqAzEd9Jhb2dfhA5i6jeTdgGgcgTWFRC7oT0+3XrbQu4LjvgX1Nw==", - "path": "microsoft.extensions.options/7.0.1", - "hashPath": "microsoft.extensions.options.7.0.1.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.CultureServices/bin/Release/net7.0/DigitalData.Core.CultureServices.dll b/DigitalData.Core.CultureServices/bin/Release/net7.0/DigitalData.Core.CultureServices.dll deleted file mode 100644 index 995db1f..0000000 Binary files a/DigitalData.Core.CultureServices/bin/Release/net7.0/DigitalData.Core.CultureServices.dll and /dev/null differ diff --git a/DigitalData.Core.CultureServices/bin/Release/net7.0/DigitalData.Core.CultureServices.pdb b/DigitalData.Core.CultureServices/bin/Release/net7.0/DigitalData.Core.CultureServices.pdb deleted file mode 100644 index f2ea3dc..0000000 Binary files a/DigitalData.Core.CultureServices/bin/Release/net7.0/DigitalData.Core.CultureServices.pdb and /dev/null differ diff --git a/DigitalData.Core.CultureServices/bin/Release/net7.0/icon.png b/DigitalData.Core.CultureServices/bin/Release/net7.0/icon.png deleted file mode 100644 index 9c67cca..0000000 Binary files a/DigitalData.Core.CultureServices/bin/Release/net7.0/icon.png and /dev/null differ diff --git a/DigitalData.Core.CultureServices/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/DigitalData.Core.CultureServices/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs deleted file mode 100644 index a9058da..0000000 --- a/DigitalData.Core.CultureServices/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] diff --git a/DigitalData.Core.CultureServices/obj/Debug/net7.0/DigitalData.Core.CultureServices.GlobalUsings.g.cs b/DigitalData.Core.CultureServices/obj/Debug/net7.0/DigitalData.Core.CultureServices.GlobalUsings.g.cs deleted file mode 100644 index ac22929..0000000 --- a/DigitalData.Core.CultureServices/obj/Debug/net7.0/DigitalData.Core.CultureServices.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/DigitalData.Core.CultureServices/obj/Debug/net7.0/DigitalData.Core.CultureServices.csproj.BuildWithSkipAnalyzers b/DigitalData.Core.CultureServices/obj/Debug/net7.0/DigitalData.Core.CultureServices.csproj.BuildWithSkipAnalyzers deleted file mode 100644 index e69de29..0000000 diff --git a/DigitalData.Core.CultureServices/obj/DigitalData.Core.CultureServices.csproj.nuget.dgspec.json b/DigitalData.Core.CultureServices/obj/DigitalData.Core.CultureServices.csproj.nuget.dgspec.json deleted file mode 100644 index 044e69d..0000000 --- a/DigitalData.Core.CultureServices/obj/DigitalData.Core.CultureServices.csproj.nuget.dgspec.json +++ /dev/null @@ -1,170 +0,0 @@ -{ - "format": 1, - "restore": { - "E:\\TekH\\Visual Studio\\WebCoreModules\\DigitalData.Core.CultureServices\\DigitalData.Core.CultureServices.csproj": {} - }, - "projects": { - "E:\\TekH\\Visual Studio\\WebCoreModules\\DigitalData.Core.Contracts\\DigitalData.Core.Contracts.csproj": { - "version": "1.0.1", - "restore": { - "projectUniqueName": "E:\\TekH\\Visual Studio\\WebCoreModules\\DigitalData.Core.Contracts\\DigitalData.Core.Contracts.csproj", - "projectName": "WebCore.Contracts", - "projectPath": "E:\\TekH\\Visual Studio\\WebCoreModules\\DigitalData.Core.Contracts\\DigitalData.Core.Contracts.csproj", - "packagesPath": "C:\\Users\\tekh\\.nuget\\packages\\", - "outputPath": "E:\\TekH\\Visual Studio\\WebCoreModules\\DigitalData.Core.Contracts\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "D:\\ProgramFiles\\DevExpress 21.2\\Components\\Offline Packages" - ], - "configFilePaths": [ - "C:\\Users\\tekh\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 21.2.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net7.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "D:\\ProgramFiles\\DevExpress 21.2\\Components\\System\\Components\\Packages": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net7.0": { - "targetAlias": "net7.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - } - }, - "frameworks": { - "net7.0": { - "targetAlias": "net7.0", - "dependencies": { - "Microsoft.Extensions.Caching.Memory": { - "target": "Package", - "version": "[7.0.0, )" - }, - "Microsoft.Extensions.Configuration.Binder": { - "target": "Package", - "version": "[7.0.4, )" - }, - "System.DirectoryServices": { - "target": "Package", - "version": "[7.0.1, )" - }, - "System.DirectoryServices.AccountManagement": { - "target": "Package", - "version": "[7.0.1, )" - }, - "System.IdentityModel.Tokens.Jwt": { - "target": "Package", - "version": "[7.5.1, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.200\\RuntimeIdentifierGraph.json" - } - } - }, - "E:\\TekH\\Visual Studio\\WebCoreModules\\DigitalData.Core.CultureServices\\DigitalData.Core.CultureServices.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "E:\\TekH\\Visual Studio\\WebCoreModules\\DigitalData.Core.CultureServices\\DigitalData.Core.CultureServices.csproj", - "projectName": "DigitalData.Core.CultureServices", - "projectPath": "E:\\TekH\\Visual Studio\\WebCoreModules\\DigitalData.Core.CultureServices\\DigitalData.Core.CultureServices.csproj", - "packagesPath": "C:\\Users\\tekh\\.nuget\\packages\\", - "outputPath": "E:\\TekH\\Visual Studio\\WebCoreModules\\DigitalData.Core.CultureServices\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "D:\\ProgramFiles\\DevExpress 21.2\\Components\\Offline Packages" - ], - "configFilePaths": [ - "C:\\Users\\tekh\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 21.2.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net7.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "D:\\ProgramFiles\\DevExpress 21.2\\Components\\System\\Components\\Packages": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net7.0": { - "targetAlias": "net7.0", - "projectReferences": { - "E:\\TekH\\Visual Studio\\WebCoreModules\\DigitalData.Core.Contracts\\DigitalData.Core.Contracts.csproj": { - "projectPath": "E:\\TekH\\Visual Studio\\WebCoreModules\\DigitalData.Core.Contracts\\DigitalData.Core.Contracts.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - } - }, - "frameworks": { - "net7.0": { - "targetAlias": "net7.0", - "dependencies": { - "Microsoft.Extensions.Localization": { - "target": "Package", - "version": "[7.0.16, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.200\\RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/DigitalData.Core.CultureServices/obj/DigitalData.Core.CultureServices.csproj.nuget.g.props b/DigitalData.Core.CultureServices/obj/DigitalData.Core.CultureServices.csproj.nuget.g.props deleted file mode 100644 index 4b96c14..0000000 --- a/DigitalData.Core.CultureServices/obj/DigitalData.Core.CultureServices.csproj.nuget.g.props +++ /dev/null @@ -1,16 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\tekh\.nuget\packages\;D:\ProgramFiles\DevExpress 21.2\Components\Offline Packages - PackageReference - 6.9.1 - - - - - - \ No newline at end of file diff --git a/DigitalData.Core.CultureServices/obj/DigitalData.Core.CultureServices.csproj.nuget.g.targets b/DigitalData.Core.CultureServices/obj/DigitalData.Core.CultureServices.csproj.nuget.g.targets deleted file mode 100644 index 686b874..0000000 --- a/DigitalData.Core.CultureServices/obj/DigitalData.Core.CultureServices.csproj.nuget.g.targets +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/DigitalData.Core.CultureServices/obj/Release/DigitalData.Core.CultureServices.1.0.0.nuspec b/DigitalData.Core.CultureServices/obj/Release/DigitalData.Core.CultureServices.1.0.0.nuspec deleted file mode 100644 index 1d5db6c..0000000 --- a/DigitalData.Core.CultureServices/obj/Release/DigitalData.Core.CultureServices.1.0.0.nuspec +++ /dev/null @@ -1,19 +0,0 @@ - - - - DigitalData.Core.CultureServices - 1.0.0 - DigitalData.Core.CultureServices - Package Description - - - - - - - - - - - - \ No newline at end of file diff --git a/DigitalData.Core.CultureServices/obj/Release/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/DigitalData.Core.CultureServices/obj/Release/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs deleted file mode 100644 index 4257f4b..0000000 --- a/DigitalData.Core.CultureServices/obj/Release/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] diff --git a/DigitalData.Core.CultureServices/obj/Release/net7.0/DigitalD.489AA3D4.Up2Date b/DigitalData.Core.CultureServices/obj/Release/net7.0/DigitalD.489AA3D4.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/DigitalData.Core.CultureServices/obj/Release/net7.0/DigitalData.Core.CultureServices.GeneratedMSBuildEditorConfig.editorconfig b/DigitalData.Core.CultureServices/obj/Release/net7.0/DigitalData.Core.CultureServices.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index b3b83e8..0000000 --- a/DigitalData.Core.CultureServices/obj/Release/net7.0/DigitalData.Core.CultureServices.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net7.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = DigitalData.Core.CultureServices -build_property.ProjectDir = E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.CultureServices\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/DigitalData.Core.CultureServices/obj/Release/net7.0/DigitalData.Core.CultureServices.GlobalUsings.g.cs b/DigitalData.Core.CultureServices/obj/Release/net7.0/DigitalData.Core.CultureServices.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d..0000000 --- a/DigitalData.Core.CultureServices/obj/Release/net7.0/DigitalData.Core.CultureServices.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/DigitalData.Core.CultureServices/obj/Release/net7.0/DigitalData.Core.CultureServices.csproj.CoreCompileInputs.cache b/DigitalData.Core.CultureServices/obj/Release/net7.0/DigitalData.Core.CultureServices.csproj.CoreCompileInputs.cache deleted file mode 100644 index c814d1d..0000000 --- a/DigitalData.Core.CultureServices/obj/Release/net7.0/DigitalData.Core.CultureServices.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -36fef0fd26a832d2188715455582d92b1504d333459c8ca9de1908bace5726e0 diff --git a/DigitalData.Core.CultureServices/obj/Release/net7.0/DigitalData.Core.CultureServices.csproj.FileListAbsolute.txt b/DigitalData.Core.CultureServices/obj/Release/net7.0/DigitalData.Core.CultureServices.csproj.FileListAbsolute.txt deleted file mode 100644 index 275b799..0000000 --- a/DigitalData.Core.CultureServices/obj/Release/net7.0/DigitalData.Core.CultureServices.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,16 +0,0 @@ -E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.CultureServices\bin\Release\net7.0\DigitalData.Core.CultureServices.deps.json -E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.CultureServices\bin\Release\net7.0\DigitalData.Core.CultureServices.dll -E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.CultureServices\bin\Release\net7.0\DigitalData.Core.CultureServices.pdb -E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.CultureServices\bin\Release\net7.0\DigitalData.Core.Contracts.dll -E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.CultureServices\bin\Release\net7.0\DigitalData.Core.Contracts.pdb -E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.CultureServices\obj\Release\net7.0\DigitalData.Core.CultureServices.csproj.AssemblyReference.cache -E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.CultureServices\obj\Release\net7.0\DigitalData.Core.CultureServices.GeneratedMSBuildEditorConfig.editorconfig -E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.CultureServices\obj\Release\net7.0\DigitalData.Core.CultureServices.AssemblyInfoInputs.cache -E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.CultureServices\obj\Release\net7.0\DigitalData.Core.CultureServices.AssemblyInfo.cs -E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.CultureServices\obj\Release\net7.0\DigitalData.Core.CultureServices.csproj.CoreCompileInputs.cache -E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.CultureServices\obj\Release\net7.0\DigitalD.489AA3D4.Up2Date -E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.CultureServices\obj\Release\net7.0\DigitalData.Core.CultureServices.dll -E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.CultureServices\obj\Release\net7.0\refint\DigitalData.Core.CultureServices.dll -E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.CultureServices\obj\Release\net7.0\DigitalData.Core.CultureServices.pdb -E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.CultureServices\obj\Release\net7.0\ref\DigitalData.Core.CultureServices.dll -E:\TekH\Visual Studio\WebCoreModules\DigitalData.Core.CultureServices\bin\Release\net7.0\icon.png diff --git a/DigitalData.Core.CultureServices/obj/Release/net7.0/DigitalData.Core.CultureServices.dll b/DigitalData.Core.CultureServices/obj/Release/net7.0/DigitalData.Core.CultureServices.dll deleted file mode 100644 index 995db1f..0000000 Binary files a/DigitalData.Core.CultureServices/obj/Release/net7.0/DigitalData.Core.CultureServices.dll and /dev/null differ diff --git a/DigitalData.Core.CultureServices/obj/Release/net7.0/DigitalData.Core.CultureServices.pdb b/DigitalData.Core.CultureServices/obj/Release/net7.0/DigitalData.Core.CultureServices.pdb deleted file mode 100644 index f2ea3dc..0000000 Binary files a/DigitalData.Core.CultureServices/obj/Release/net7.0/DigitalData.Core.CultureServices.pdb and /dev/null differ diff --git a/DigitalData.Core.CultureServices/obj/Release/net7.0/ref/DigitalData.Core.CultureServices.dll b/DigitalData.Core.CultureServices/obj/Release/net7.0/ref/DigitalData.Core.CultureServices.dll deleted file mode 100644 index 572f219..0000000 Binary files a/DigitalData.Core.CultureServices/obj/Release/net7.0/ref/DigitalData.Core.CultureServices.dll and /dev/null differ diff --git a/DigitalData.Core.CultureServices/obj/Release/net7.0/refint/DigitalData.Core.CultureServices.dll b/DigitalData.Core.CultureServices/obj/Release/net7.0/refint/DigitalData.Core.CultureServices.dll deleted file mode 100644 index 572f219..0000000 Binary files a/DigitalData.Core.CultureServices/obj/Release/net7.0/refint/DigitalData.Core.CultureServices.dll and /dev/null differ diff --git a/DigitalData.Core.CultureServices/obj/project.assets.json b/DigitalData.Core.CultureServices/obj/project.assets.json deleted file mode 100644 index 80a2281..0000000 --- a/DigitalData.Core.CultureServices/obj/project.assets.json +++ /dev/null @@ -1,1336 +0,0 @@ -{ - "version": 3, - "targets": { - "net7.0": { - "Microsoft.Extensions.Caching.Abstractions/7.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "compile": { - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Caching.Memory/7.0.0": { - "type": "package", - "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" - }, - "compile": { - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/7.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/7.0.4": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0" - }, - "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { - "type": "package", - "compile": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Localization/7.0.16": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Localization.Abstractions": "7.0.16", - "Microsoft.Extensions.Logging.Abstractions": "7.0.1", - "Microsoft.Extensions.Options": "7.0.1" - }, - "compile": { - "lib/net7.0/Microsoft.Extensions.Localization.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/Microsoft.Extensions.Localization.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Extensions.Localization.Abstractions/7.0.16": { - "type": "package", - "compile": { - "lib/net7.0/Microsoft.Extensions.Localization.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/Microsoft.Extensions.Localization.Abstractions.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Extensions.Logging.Abstractions/7.0.1": { - "type": "package", - "compile": { - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} - } - }, - "Microsoft.Extensions.Options/7.0.1": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "compile": { - "lib/net7.0/Microsoft.Extensions.Options.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/Microsoft.Extensions.Options.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Primitives/7.0.0": { - "type": "package", - "compile": { - "lib/net7.0/Microsoft.Extensions.Primitives.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/Microsoft.Extensions.Primitives.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.IdentityModel.Abstractions/7.5.1": { - "type": "package", - "compile": { - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { - "related": ".xml" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/7.5.1": { - "type": "package", - "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" - }, - "compile": { - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "related": ".xml" - } - } - }, - "Microsoft.IdentityModel.Logging/7.5.1": { - "type": "package", - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" - }, - "compile": { - "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { - "related": ".xml" - } - } - }, - "Microsoft.IdentityModel.Tokens/7.5.1": { - "type": "package", - "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" - }, - "compile": { - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Win32.SystemEvents/7.0.0": { - "type": "package", - "compile": { - "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Configuration.ConfigurationManager/7.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.EventLog": "7.0.0", - "System.Security.Cryptography.ProtectedData": "7.0.0", - "System.Security.Permissions": "7.0.0" - }, - "compile": { - "lib/net7.0/System.Configuration.ConfigurationManager.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/System.Configuration.ConfigurationManager.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Diagnostics.EventLog/7.0.0": { - "type": "package", - "compile": { - "lib/net7.0/System.Diagnostics.EventLog.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/System.Diagnostics.EventLog.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll": { - "assetType": "runtime", - "rid": "win" - }, - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.DirectoryServices/7.0.1": { - "type": "package", - "dependencies": { - "System.Security.Permissions": "7.0.0" - }, - "compile": { - "lib/net7.0/System.DirectoryServices.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/System.DirectoryServices.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.DirectoryServices.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.DirectoryServices.AccountManagement/7.0.1": { - "type": "package", - "dependencies": { - "System.Configuration.ConfigurationManager": "7.0.0", - "System.DirectoryServices": "7.0.1", - "System.DirectoryServices.Protocols": "7.0.1" - }, - "compile": { - "lib/net7.0/System.DirectoryServices.AccountManagement.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/System.DirectoryServices.AccountManagement.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.DirectoryServices.AccountManagement.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.DirectoryServices.Protocols/7.0.1": { - "type": "package", - "compile": { - "lib/net7.0/System.DirectoryServices.Protocols.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/System.DirectoryServices.Protocols.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/linux/lib/net7.0/System.DirectoryServices.Protocols.dll": { - "assetType": "runtime", - "rid": "linux" - }, - "runtimes/osx/lib/net7.0/System.DirectoryServices.Protocols.dll": { - "assetType": "runtime", - "rid": "osx" - }, - "runtimes/win/lib/net7.0/System.DirectoryServices.Protocols.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Drawing.Common/7.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Win32.SystemEvents": "7.0.0" - }, - "compile": { - "lib/net7.0/System.Drawing.Common.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/System.Drawing.Common.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Drawing.Common.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.IdentityModel.Tokens.Jwt/7.5.1": { - "type": "package", - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" - }, - "compile": { - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { - "related": ".xml" - } - } - }, - "System.Security.Cryptography.ProtectedData/7.0.0": { - "type": "package", - "compile": { - "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Permissions/7.0.0": { - "type": "package", - "dependencies": { - "System.Windows.Extensions": "7.0.0" - }, - "compile": { - "lib/net7.0/System.Security.Permissions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/System.Security.Permissions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Windows.Extensions/7.0.0": { - "type": "package", - "dependencies": { - "System.Drawing.Common": "7.0.0" - }, - "compile": { - "lib/net7.0/System.Windows.Extensions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/System.Windows.Extensions.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Windows.Extensions.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "WebCore.Contracts/1.0.1": { - "type": "project", - "framework": ".NETCoreApp,Version=v7.0", - "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" - }, - "compile": { - "bin/placeholder/WebCore.Contracts.dll": {} - }, - "runtime": { - "bin/placeholder/WebCore.Contracts.dll": {} - } - } - } - }, - "libraries": { - "Microsoft.Extensions.Caching.Abstractions/7.0.0": { - "sha512": "IeimUd0TNbhB4ded3AbgBLQv2SnsiVugDyGV1MvspQFVlA07nDC7Zul7kcwH5jWN3JiTcp/ySE83AIJo8yfKjg==", - "type": "package", - "path": "microsoft.extensions.caching.abstractions/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", - "microsoft.extensions.caching.abstractions.7.0.0.nupkg.sha512", - "microsoft.extensions.caching.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Caching.Memory/7.0.0": { - "sha512": "xpidBs2KCE2gw1JrD0quHE72kvCaI3xFql5/Peb2GRtUuZX+dYPoK/NTdVMiM67Svym0M0Df9A3xyU0FbMQhHw==", - "type": "package", - "path": "microsoft.extensions.caching.memory/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", - "lib/net462/Microsoft.Extensions.Caching.Memory.dll", - "lib/net462/Microsoft.Extensions.Caching.Memory.xml", - "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", - "microsoft.extensions.caching.memory.7.0.0.nupkg.sha512", - "microsoft.extensions.caching.memory.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration.Abstractions/7.0.0": { - "sha512": "f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==", - "type": "package", - "path": "microsoft.extensions.configuration.abstractions/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512", - "microsoft.extensions.configuration.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration.Binder/7.0.4": { - "sha512": "8+XPvJnHZsYgHOQlcMuQe7QNF5KdVKHH1F/wW3nd8/u81Gk/XFAYMDP0Lpz18h7/AM95M662vvqMorcYxCBB4w==", - "type": "package", - "path": "microsoft.extensions.configuration.binder/7.0.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.Binder.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Binder.targets", - "lib/net462/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net462/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml", - "microsoft.extensions.configuration.binder.7.0.4.nupkg.sha512", - "microsoft.extensions.configuration.binder.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { - "sha512": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==", - "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Localization/7.0.16": { - "sha512": "JpTQ/El4m/Yfup+sgwvp8qtYAoxEYe9wXy63gw/KXep8bzUdA1wfReed0rL2UqR9Uk7hDnjfYFCz190B2fBYdA==", - "type": "package", - "path": "microsoft.extensions.localization/7.0.16", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.TXT", - "lib/net462/Microsoft.Extensions.Localization.dll", - "lib/net462/Microsoft.Extensions.Localization.xml", - "lib/net7.0/Microsoft.Extensions.Localization.dll", - "lib/net7.0/Microsoft.Extensions.Localization.xml", - "lib/netstandard2.0/Microsoft.Extensions.Localization.dll", - "lib/netstandard2.0/Microsoft.Extensions.Localization.xml", - "microsoft.extensions.localization.7.0.16.nupkg.sha512", - "microsoft.extensions.localization.nuspec" - ] - }, - "Microsoft.Extensions.Localization.Abstractions/7.0.16": { - "sha512": "wUwfDVcOMRUZv+zX45Vyh/MkXpdOy7nIvRRf3n2iiYoh76M0Dr/wx8Ppxk3v9H556z2e0QwLVQqqkd+oj+CGRQ==", - "type": "package", - "path": "microsoft.extensions.localization.abstractions/7.0.16", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.TXT", - "lib/net462/Microsoft.Extensions.Localization.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Localization.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Localization.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Localization.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Localization.Abstractions.xml", - "microsoft.extensions.localization.abstractions.7.0.16.nupkg.sha512", - "microsoft.extensions.localization.abstractions.nuspec" - ] - }, - "Microsoft.Extensions.Logging.Abstractions/7.0.1": { - "sha512": "pkeBFx0vqMW/A3aUVHh7MPu3WkBhaVlezhSZeb1c9XD0vUReYH1TLFSy5MxJgZfmz5LZzYoErMorlYZiwpOoNA==", - "type": "package", - "path": "microsoft.extensions.logging.abstractions/7.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", - "microsoft.extensions.logging.abstractions.7.0.1.nupkg.sha512", - "microsoft.extensions.logging.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Options/7.0.1": { - "sha512": "pZRDYdN1FpepOIfHU62QoBQ6zdAoTvnjxFfqAzEd9Jhb2dfhA5i6jeTdgGgcgTWFRC7oT0+3XrbQu4LjvgX1Nw==", - "type": "package", - "path": "microsoft.extensions.options/7.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Options.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", - "lib/net462/Microsoft.Extensions.Options.dll", - "lib/net462/Microsoft.Extensions.Options.xml", - "lib/net6.0/Microsoft.Extensions.Options.dll", - "lib/net6.0/Microsoft.Extensions.Options.xml", - "lib/net7.0/Microsoft.Extensions.Options.dll", - "lib/net7.0/Microsoft.Extensions.Options.xml", - "lib/netstandard2.0/Microsoft.Extensions.Options.dll", - "lib/netstandard2.0/Microsoft.Extensions.Options.xml", - "lib/netstandard2.1/Microsoft.Extensions.Options.dll", - "lib/netstandard2.1/Microsoft.Extensions.Options.xml", - "microsoft.extensions.options.7.0.1.nupkg.sha512", - "microsoft.extensions.options.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Primitives/7.0.0": { - "sha512": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==", - "type": "package", - "path": "microsoft.extensions.primitives/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", - "lib/net462/Microsoft.Extensions.Primitives.dll", - "lib/net462/Microsoft.Extensions.Primitives.xml", - "lib/net6.0/Microsoft.Extensions.Primitives.dll", - "lib/net6.0/Microsoft.Extensions.Primitives.xml", - "lib/net7.0/Microsoft.Extensions.Primitives.dll", - "lib/net7.0/Microsoft.Extensions.Primitives.xml", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", - "microsoft.extensions.primitives.7.0.0.nupkg.sha512", - "microsoft.extensions.primitives.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.IdentityModel.Abstractions/7.5.1": { - "sha512": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==", - "type": "package", - "path": "microsoft.identitymodel.abstractions/7.5.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Abstractions.dll", - "lib/net461/Microsoft.IdentityModel.Abstractions.xml", - "lib/net462/Microsoft.IdentityModel.Abstractions.dll", - "lib/net462/Microsoft.IdentityModel.Abstractions.xml", - "lib/net472/Microsoft.IdentityModel.Abstractions.dll", - "lib/net472/Microsoft.IdentityModel.Abstractions.xml", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.7.5.1.nupkg.sha512", - "microsoft.identitymodel.abstractions.nuspec" - ] - }, - "Microsoft.IdentityModel.JsonWebTokens/7.5.1": { - "sha512": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", - "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/7.5.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.7.5.1.nupkg.sha512", - "microsoft.identitymodel.jsonwebtokens.nuspec" - ] - }, - "Microsoft.IdentityModel.Logging/7.5.1": { - "sha512": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", - "type": "package", - "path": "microsoft.identitymodel.logging/7.5.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Logging.dll", - "lib/net461/Microsoft.IdentityModel.Logging.xml", - "lib/net462/Microsoft.IdentityModel.Logging.dll", - "lib/net462/Microsoft.IdentityModel.Logging.xml", - "lib/net472/Microsoft.IdentityModel.Logging.dll", - "lib/net472/Microsoft.IdentityModel.Logging.xml", - "lib/net6.0/Microsoft.IdentityModel.Logging.dll", - "lib/net6.0/Microsoft.IdentityModel.Logging.xml", - "lib/net8.0/Microsoft.IdentityModel.Logging.dll", - "lib/net8.0/Microsoft.IdentityModel.Logging.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.7.5.1.nupkg.sha512", - "microsoft.identitymodel.logging.nuspec" - ] - }, - "Microsoft.IdentityModel.Tokens/7.5.1": { - "sha512": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", - "type": "package", - "path": "microsoft.identitymodel.tokens/7.5.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Tokens.dll", - "lib/net461/Microsoft.IdentityModel.Tokens.xml", - "lib/net462/Microsoft.IdentityModel.Tokens.dll", - "lib/net462/Microsoft.IdentityModel.Tokens.xml", - "lib/net472/Microsoft.IdentityModel.Tokens.dll", - "lib/net472/Microsoft.IdentityModel.Tokens.xml", - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net8.0/Microsoft.IdentityModel.Tokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.7.5.1.nupkg.sha512", - "microsoft.identitymodel.tokens.nuspec" - ] - }, - "Microsoft.Win32.SystemEvents/7.0.0": { - "sha512": "2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ==", - "type": "package", - "path": "microsoft.win32.systemevents/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Win32.SystemEvents.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", - "lib/net462/Microsoft.Win32.SystemEvents.dll", - "lib/net462/Microsoft.Win32.SystemEvents.xml", - "lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "lib/net7.0/Microsoft.Win32.SystemEvents.dll", - "lib/net7.0/Microsoft.Win32.SystemEvents.xml", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", - "microsoft.win32.systemevents.7.0.0.nupkg.sha512", - "microsoft.win32.systemevents.nuspec", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.xml", - "useSharedDesignerContext.txt" - ] - }, - "System.Configuration.ConfigurationManager/7.0.0": { - "sha512": "WvRUdlL1lB0dTRZSs5XcQOd5q9MYNk90GkbmRmiCvRHThWiojkpGqWdmEDJdXyHbxG/BhE5hmVbMfRLXW9FJVA==", - "type": "package", - "path": "system.configuration.configurationmanager/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Configuration.ConfigurationManager.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets", - "lib/net462/System.Configuration.ConfigurationManager.dll", - "lib/net462/System.Configuration.ConfigurationManager.xml", - "lib/net6.0/System.Configuration.ConfigurationManager.dll", - "lib/net6.0/System.Configuration.ConfigurationManager.xml", - "lib/net7.0/System.Configuration.ConfigurationManager.dll", - "lib/net7.0/System.Configuration.ConfigurationManager.xml", - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll", - "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml", - "system.configuration.configurationmanager.7.0.0.nupkg.sha512", - "system.configuration.configurationmanager.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Diagnostics.EventLog/7.0.0": { - "sha512": "eUDP47obqQm3SFJfP6z+Fx2nJ4KKTQbXB4Q9Uesnzw9SbYdhjyoGXuvDn/gEmFY6N5Z3bFFbpAQGA7m6hrYJCw==", - "type": "package", - "path": "system.diagnostics.eventlog/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Diagnostics.EventLog.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", - "lib/net462/System.Diagnostics.EventLog.dll", - "lib/net462/System.Diagnostics.EventLog.xml", - "lib/net6.0/System.Diagnostics.EventLog.dll", - "lib/net6.0/System.Diagnostics.EventLog.xml", - "lib/net7.0/System.Diagnostics.EventLog.dll", - "lib/net7.0/System.Diagnostics.EventLog.xml", - "lib/netstandard2.0/System.Diagnostics.EventLog.dll", - "lib/netstandard2.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.xml", - "system.diagnostics.eventlog.7.0.0.nupkg.sha512", - "system.diagnostics.eventlog.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.DirectoryServices/7.0.1": { - "sha512": "Z4FVdUJEVXbf7/f/hU6cFZDtxN5ozUVKJMzXoHmC+GCeTcqzlxqmWtxurejxG3K+kZ6H0UKwNshoK1CYnmJ1sg==", - "type": "package", - "path": "system.directoryservices/7.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.DirectoryServices.targets", - "lib/net462/_._", - "lib/net6.0/System.DirectoryServices.dll", - "lib/net6.0/System.DirectoryServices.xml", - "lib/net7.0/System.DirectoryServices.dll", - "lib/net7.0/System.DirectoryServices.xml", - "lib/netstandard2.0/System.DirectoryServices.dll", - "lib/netstandard2.0/System.DirectoryServices.xml", - "runtimes/win/lib/net6.0/System.DirectoryServices.dll", - "runtimes/win/lib/net6.0/System.DirectoryServices.xml", - "runtimes/win/lib/net7.0/System.DirectoryServices.dll", - "runtimes/win/lib/net7.0/System.DirectoryServices.xml", - "system.directoryservices.7.0.1.nupkg.sha512", - "system.directoryservices.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.DirectoryServices.AccountManagement/7.0.1": { - "sha512": "UNytHYwA5IF55WQhashsMG57ize83JUGJxD8YJlOyO9ZlMTOD4Nt7y+A6mvmrU/swDoYWaVL+TNwE6hk9lyvbA==", - "type": "package", - "path": "system.directoryservices.accountmanagement/7.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.DirectoryServices.AccountManagement.targets", - "lib/net462/_._", - "lib/net6.0/System.DirectoryServices.AccountManagement.dll", - "lib/net6.0/System.DirectoryServices.AccountManagement.xml", - "lib/net7.0/System.DirectoryServices.AccountManagement.dll", - "lib/net7.0/System.DirectoryServices.AccountManagement.xml", - "lib/netstandard2.0/System.DirectoryServices.AccountManagement.dll", - "lib/netstandard2.0/System.DirectoryServices.AccountManagement.xml", - "runtimes/win/lib/net6.0/System.DirectoryServices.AccountManagement.dll", - "runtimes/win/lib/net6.0/System.DirectoryServices.AccountManagement.xml", - "runtimes/win/lib/net7.0/System.DirectoryServices.AccountManagement.dll", - "runtimes/win/lib/net7.0/System.DirectoryServices.AccountManagement.xml", - "system.directoryservices.accountmanagement.7.0.1.nupkg.sha512", - "system.directoryservices.accountmanagement.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.DirectoryServices.Protocols/7.0.1": { - "sha512": "t9hsL+UYRzNs30pnT2Tdx6ngX8McFUjru0a0ekNgu/YXfkXN+dx5OvSEv0/p7H2q3pdJLH7TJPWX7e55J8QB9A==", - "type": "package", - "path": "system.directoryservices.protocols/7.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.DirectoryServices.Protocols.targets", - "lib/net462/_._", - "lib/net6.0/System.DirectoryServices.Protocols.dll", - "lib/net6.0/System.DirectoryServices.Protocols.xml", - "lib/net7.0/System.DirectoryServices.Protocols.dll", - "lib/net7.0/System.DirectoryServices.Protocols.xml", - "lib/netstandard2.0/System.DirectoryServices.Protocols.dll", - "lib/netstandard2.0/System.DirectoryServices.Protocols.xml", - "runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll", - "runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.xml", - "runtimes/linux/lib/net7.0/System.DirectoryServices.Protocols.dll", - "runtimes/linux/lib/net7.0/System.DirectoryServices.Protocols.xml", - "runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll", - "runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.xml", - "runtimes/osx/lib/net7.0/System.DirectoryServices.Protocols.dll", - "runtimes/osx/lib/net7.0/System.DirectoryServices.Protocols.xml", - "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll", - "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.xml", - "runtimes/win/lib/net7.0/System.DirectoryServices.Protocols.dll", - "runtimes/win/lib/net7.0/System.DirectoryServices.Protocols.xml", - "system.directoryservices.protocols.7.0.1.nupkg.sha512", - "system.directoryservices.protocols.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Drawing.Common/7.0.0": { - "sha512": "KIX+oBU38pxkKPxvLcLfIkOV5Ien8ReN78wro7OF5/erwcmortzeFx+iBswlh2Vz6gVne0khocQudGwaO1Ey6A==", - "type": "package", - "path": "system.drawing.common/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Drawing.Common.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Drawing.Common.targets", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net462/System.Drawing.Common.dll", - "lib/net462/System.Drawing.Common.xml", - "lib/net6.0/System.Drawing.Common.dll", - "lib/net6.0/System.Drawing.Common.xml", - "lib/net7.0/System.Drawing.Common.dll", - "lib/net7.0/System.Drawing.Common.xml", - "lib/netstandard2.0/System.Drawing.Common.dll", - "lib/netstandard2.0/System.Drawing.Common.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "runtimes/win/lib/net6.0/System.Drawing.Common.dll", - "runtimes/win/lib/net6.0/System.Drawing.Common.xml", - "runtimes/win/lib/net7.0/System.Drawing.Common.dll", - "runtimes/win/lib/net7.0/System.Drawing.Common.xml", - "system.drawing.common.7.0.0.nupkg.sha512", - "system.drawing.common.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.IdentityModel.Tokens.Jwt/7.5.1": { - "sha512": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", - "type": "package", - "path": "system.identitymodel.tokens.jwt/7.5.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net461/System.IdentityModel.Tokens.Jwt.dll", - "lib/net461/System.IdentityModel.Tokens.Jwt.xml", - "lib/net462/System.IdentityModel.Tokens.Jwt.dll", - "lib/net462/System.IdentityModel.Tokens.Jwt.xml", - "lib/net472/System.IdentityModel.Tokens.Jwt.dll", - "lib/net472/System.IdentityModel.Tokens.Jwt.xml", - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll", - "lib/net6.0/System.IdentityModel.Tokens.Jwt.xml", - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll", - "lib/net8.0/System.IdentityModel.Tokens.Jwt.xml", - "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", - "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", - "system.identitymodel.tokens.jwt.7.5.1.nupkg.sha512", - "system.identitymodel.tokens.jwt.nuspec" - ] - }, - "System.Security.Cryptography.ProtectedData/7.0.0": { - "sha512": "xSPiLNlHT6wAHtugASbKAJwV5GVqQK351crnILAucUioFqqieDN79evO1rku1ckt/GfjIn+b17UaSskoY03JuA==", - "type": "package", - "path": "system.security.cryptography.protecteddata/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Security.Cryptography.ProtectedData.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Security.Cryptography.ProtectedData.targets", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net462/System.Security.Cryptography.ProtectedData.dll", - "lib/net462/System.Security.Cryptography.ProtectedData.xml", - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll", - "lib/net6.0/System.Security.Cryptography.ProtectedData.xml", - "lib/net7.0/System.Security.Cryptography.ProtectedData.dll", - "lib/net7.0/System.Security.Cryptography.ProtectedData.xml", - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll", - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.xml", - "runtimes/win/lib/net7.0/System.Security.Cryptography.ProtectedData.dll", - "runtimes/win/lib/net7.0/System.Security.Cryptography.ProtectedData.xml", - "system.security.cryptography.protecteddata.7.0.0.nupkg.sha512", - "system.security.cryptography.protecteddata.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Security.Permissions/7.0.0": { - "sha512": "Vmp0iRmCEno9BWiskOW5pxJ3d9n+jUqKxvX4GhLwFhnQaySZmBN2FuC0N5gjFHgyFMUjC5sfIJ8KZfoJwkcMmA==", - "type": "package", - "path": "system.security.permissions/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Security.Permissions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Security.Permissions.targets", - "lib/net462/System.Security.Permissions.dll", - "lib/net462/System.Security.Permissions.xml", - "lib/net6.0/System.Security.Permissions.dll", - "lib/net6.0/System.Security.Permissions.xml", - "lib/net7.0/System.Security.Permissions.dll", - "lib/net7.0/System.Security.Permissions.xml", - "lib/netstandard2.0/System.Security.Permissions.dll", - "lib/netstandard2.0/System.Security.Permissions.xml", - "system.security.permissions.7.0.0.nupkg.sha512", - "system.security.permissions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Windows.Extensions/7.0.0": { - "sha512": "bR4qdCmssMMbo9Fatci49An5B1UaVJZHKNq70PRgzoLYIlitb8Tj7ns/Xt5Pz1CkERiTjcVBDU2y1AVrPBYkaw==", - "type": "package", - "path": "system.windows.extensions/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net6.0/System.Windows.Extensions.dll", - "lib/net6.0/System.Windows.Extensions.xml", - "lib/net7.0/System.Windows.Extensions.dll", - "lib/net7.0/System.Windows.Extensions.xml", - "runtimes/win/lib/net6.0/System.Windows.Extensions.dll", - "runtimes/win/lib/net6.0/System.Windows.Extensions.xml", - "runtimes/win/lib/net7.0/System.Windows.Extensions.dll", - "runtimes/win/lib/net7.0/System.Windows.Extensions.xml", - "system.windows.extensions.7.0.0.nupkg.sha512", - "system.windows.extensions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "WebCore.Contracts/1.0.1": { - "type": "project", - "path": "../DigitalData.Core.Contracts/DigitalData.Core.Contracts.csproj", - "msbuildProject": "../DigitalData.Core.Contracts/DigitalData.Core.Contracts.csproj" - } - }, - "projectFileDependencyGroups": { - "net7.0": [ - "Microsoft.Extensions.Localization >= 7.0.16", - "WebCore.Contracts >= 1.0.1" - ] - }, - "packageFolders": { - "C:\\Users\\tekh\\.nuget\\packages\\": {}, - "D:\\ProgramFiles\\DevExpress 21.2\\Components\\Offline Packages": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "E:\\TekH\\Visual Studio\\WebCoreModules\\DigitalData.Core.CultureServices\\DigitalData.Core.CultureServices.csproj", - "projectName": "DigitalData.Core.CultureServices", - "projectPath": "E:\\TekH\\Visual Studio\\WebCoreModules\\DigitalData.Core.CultureServices\\DigitalData.Core.CultureServices.csproj", - "packagesPath": "C:\\Users\\tekh\\.nuget\\packages\\", - "outputPath": "E:\\TekH\\Visual Studio\\WebCoreModules\\DigitalData.Core.CultureServices\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "D:\\ProgramFiles\\DevExpress 21.2\\Components\\Offline Packages" - ], - "configFilePaths": [ - "C:\\Users\\tekh\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 21.2.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net7.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "D:\\ProgramFiles\\DevExpress 21.2\\Components\\System\\Components\\Packages": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net7.0": { - "targetAlias": "net7.0", - "projectReferences": { - "E:\\TekH\\Visual Studio\\WebCoreModules\\DigitalData.Core.Contracts\\DigitalData.Core.Contracts.csproj": { - "projectPath": "E:\\TekH\\Visual Studio\\WebCoreModules\\DigitalData.Core.Contracts\\DigitalData.Core.Contracts.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - } - }, - "frameworks": { - "net7.0": { - "targetAlias": "net7.0", - "dependencies": { - "Microsoft.Extensions.Localization": { - "target": "Package", - "version": "[7.0.16, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.200\\RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/DigitalData.Core.DTO/Assets/icon.png b/DigitalData.Core.DTO/Assets/icon.png deleted file mode 100644 index feac09f..0000000 Binary files a/DigitalData.Core.DTO/Assets/icon.png and /dev/null differ diff --git a/DigitalData.Core.DTO/DigitalData.Core.DTO.csproj b/DigitalData.Core.DTO/DigitalData.Core.DTO.csproj index b1f10e5..59d052e 100644 --- a/DigitalData.Core.DTO/DigitalData.Core.DTO.csproj +++ b/DigitalData.Core.DTO/DigitalData.Core.DTO.csproj @@ -1,7 +1,7 @@ - net7.0 + net7.0;net8.0 enable enable This package provides Data Transfer Object (DTO) implementations and related utilities. It includes generic result handling, DTO extension methods, cookie consent settings management, and AutoMapper integration for robust object mapping, all adhering to Clean Architecture principles to ensure separation of concerns and maintainability. @@ -12,13 +12,13 @@ Digital Data GmbH DigitalData.Core.DTO Copyright 2024 - icon.png + core_icon.png http://git.dd:3000/AppStd/WebCoreModules.git digital data core dto clean architecture result pattern - + True \ diff --git a/DigitalData.Core.Infrastructure/Assets/icon.png b/DigitalData.Core.Infrastructure/Assets/icon.png deleted file mode 100644 index feac09f..0000000 Binary files a/DigitalData.Core.Infrastructure/Assets/icon.png and /dev/null differ diff --git a/DigitalData.Core.Infrastructure/DigitalData.Core.Infrastructure.csproj b/DigitalData.Core.Infrastructure/DigitalData.Core.Infrastructure.csproj index 4efd69a..d4693be 100644 --- a/DigitalData.Core.Infrastructure/DigitalData.Core.Infrastructure.csproj +++ b/DigitalData.Core.Infrastructure/DigitalData.Core.Infrastructure.csproj @@ -1,7 +1,7 @@ - net7.0 + net7.0;net8.0 enable enable True @@ -12,14 +12,14 @@ DigitalData.Core.Infrastructure This package provides implementations for data access and other low-level services within the DigitalData.Core.Abstractions library. It includes generic CRUD operations using Entity Framework Core, database context management, and other infrastructure-related functionalities, adhering to Clean Architecture principles to ensure separation of concerns and maintainability. Copyright 2024 - icon.png + core_icon.png http://git.dd:3000/AppStd/WebCoreModules.git digital data core abstractions clean architecture digital data core infrastructure clean architecture - + True \ diff --git a/DigitalData.Core.Infrastructure/obj/DigitalData.Core.Infrastructure.csproj.nuget.g.props b/DigitalData.Core.Infrastructure/obj/DigitalData.Core.Infrastructure.csproj.nuget.g.props index 31d162f..9d04376 100644 --- a/DigitalData.Core.Infrastructure/obj/DigitalData.Core.Infrastructure.csproj.nuget.g.props +++ b/DigitalData.Core.Infrastructure/obj/DigitalData.Core.Infrastructure.csproj.nuget.g.props @@ -13,7 +13,10 @@ - + + + + \ No newline at end of file diff --git a/DigitalData.Core.Infrastructure/obj/DigitalData.Core.Infrastructure.csproj.nuget.g.targets b/DigitalData.Core.Infrastructure/obj/DigitalData.Core.Infrastructure.csproj.nuget.g.targets index 0dbeefd..d742afd 100644 --- a/DigitalData.Core.Infrastructure/obj/DigitalData.Core.Infrastructure.csproj.nuget.g.targets +++ b/DigitalData.Core.Infrastructure/obj/DigitalData.Core.Infrastructure.csproj.nuget.g.targets @@ -1,6 +1,9 @@  - + + + + \ No newline at end of file diff --git a/DigitalData.Core.Tests/DigitalData.Core.Tests.csproj b/DigitalData.Core.Tests/DigitalData.Core.Tests.csproj index 178803f..b8463c1 100644 --- a/DigitalData.Core.Tests/DigitalData.Core.Tests.csproj +++ b/DigitalData.Core.Tests/DigitalData.Core.Tests.csproj @@ -1,7 +1,7 @@  - net7.0 + net7.0;net8.0 enable enable