|
|
@@ -1,2020 +0,0 @@
|
|
|
-{
|
|
|
- "runtimeTarget": {
|
|
|
- "name": ".NETCoreApp,Version=v6.0",
|
|
|
- "signature": ""
|
|
|
- },
|
|
|
- "compilationOptions": {},
|
|
|
- "targets": {
|
|
|
- ".NETCoreApp,Version=v6.0": {
|
|
|
- "Bussiness.MongoModel/1.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "Business.Core": "1.0.0",
|
|
|
- "MongoDB.Driver.Core": "2.19.0",
|
|
|
- "Volo.Abp.EntityFrameworkCore": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "Bussiness.MongoModel.dll": {}
|
|
|
- }
|
|
|
- },
|
|
|
- "AWSSDK.Core/3.7.100.14": {
|
|
|
- "runtime": {
|
|
|
- "lib/netcoreapp3.1/AWSSDK.Core.dll": {
|
|
|
- "assemblyVersion": "3.3.0.0",
|
|
|
- "fileVersion": "3.7.100.14"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "AWSSDK.SecurityToken/3.7.100.14": {
|
|
|
- "dependencies": {
|
|
|
- "AWSSDK.Core": "3.7.100.14"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netcoreapp3.1/AWSSDK.SecurityToken.dll": {
|
|
|
- "assemblyVersion": "3.3.0.0",
|
|
|
- "fileVersion": "3.7.100.14"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "DnsClient/1.6.1": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Win32.Registry": "5.0.0"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/net5.0/DnsClient.dll": {
|
|
|
- "assemblyVersion": "1.6.1.0",
|
|
|
- "fileVersion": "1.6.1.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "JetBrains.Annotations/2022.1.0": {
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/JetBrains.Annotations.dll": {
|
|
|
- "assemblyVersion": "4242.42.42.42",
|
|
|
- "fileVersion": "2022.1.0.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Bcl.AsyncInterfaces/6.0.0": {
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
|
|
|
- "assemblyVersion": "6.0.0.0",
|
|
|
- "fileVersion": "6.0.21.52210"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.EntityFrameworkCore/6.0.5": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.EntityFrameworkCore.Abstractions": "6.0.5",
|
|
|
- "Microsoft.EntityFrameworkCore.Analyzers": "6.0.5",
|
|
|
- "Microsoft.Extensions.Caching.Memory": "6.0.1",
|
|
|
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
|
|
|
- "Microsoft.Extensions.Logging": "6.0.0",
|
|
|
- "System.Collections.Immutable": "6.0.0",
|
|
|
- "System.Diagnostics.DiagnosticSource": "6.0.0"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/net6.0/Microsoft.EntityFrameworkCore.dll": {
|
|
|
- "assemblyVersion": "6.0.5.0",
|
|
|
- "fileVersion": "6.0.522.21804"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.EntityFrameworkCore.Abstractions/6.0.5": {
|
|
|
- "runtime": {
|
|
|
- "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
|
|
|
- "assemblyVersion": "6.0.5.0",
|
|
|
- "fileVersion": "6.0.522.21804"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.EntityFrameworkCore.Analyzers/6.0.5": {},
|
|
|
- "Microsoft.EntityFrameworkCore.Relational/6.0.5": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.EntityFrameworkCore": "6.0.5",
|
|
|
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": {
|
|
|
- "assemblyVersion": "6.0.5.0",
|
|
|
- "fileVersion": "6.0.522.21804"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Caching.Abstractions/6.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.Primitives": "6.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Caching.Memory/6.0.1": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.Caching.Abstractions": "6.0.0",
|
|
|
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
|
|
|
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
|
|
|
- "Microsoft.Extensions.Options": "6.0.0",
|
|
|
- "Microsoft.Extensions.Primitives": "6.0.0"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {
|
|
|
- "assemblyVersion": "6.0.0.0",
|
|
|
- "fileVersion": "6.0.222.6406"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Configuration/6.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
|
|
|
- "Microsoft.Extensions.Primitives": "6.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.Primitives": "6.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Configuration.Binder/6.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Configuration.CommandLine/6.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.Configuration": "6.0.0",
|
|
|
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Configuration.EnvironmentVariables/6.0.1": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.Configuration": "6.0.0",
|
|
|
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {
|
|
|
- "assemblyVersion": "6.0.0.0",
|
|
|
- "fileVersion": "6.0.222.6406"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Configuration.FileExtensions/6.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.Configuration": "6.0.0",
|
|
|
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
|
|
|
- "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0",
|
|
|
- "Microsoft.Extensions.FileProviders.Physical": "6.0.0",
|
|
|
- "Microsoft.Extensions.Primitives": "6.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Configuration.Json/6.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.Configuration": "6.0.0",
|
|
|
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
|
|
|
- "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0",
|
|
|
- "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0",
|
|
|
- "System.Text.Json": "6.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
|
|
|
- "Microsoft.Extensions.Configuration.Json": "6.0.0",
|
|
|
- "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0",
|
|
|
- "Microsoft.Extensions.FileProviders.Physical": "6.0.0"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll": {
|
|
|
- "assemblyVersion": "6.0.0.0",
|
|
|
- "fileVersion": "6.0.222.6406"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
|
|
|
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {},
|
|
|
- "Microsoft.Extensions.FileProviders.Abstractions/6.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.Primitives": "6.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.FileProviders.Composite/6.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0",
|
|
|
- "Microsoft.Extensions.Primitives": "6.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.FileProviders.Embedded/6.0.5": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/net6.0/Microsoft.Extensions.FileProviders.Embedded.dll": {
|
|
|
- "assemblyVersion": "6.0.0.0",
|
|
|
- "fileVersion": "6.0.522.21802"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.FileProviders.Physical/6.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0",
|
|
|
- "Microsoft.Extensions.FileSystemGlobbing": "6.0.0",
|
|
|
- "Microsoft.Extensions.Primitives": "6.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.FileSystemGlobbing/6.0.0": {},
|
|
|
- "Microsoft.Extensions.Hosting.Abstractions/6.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
|
|
|
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
|
|
|
- "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Localization/6.0.5": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
|
|
|
- "Microsoft.Extensions.Localization.Abstractions": "6.0.5",
|
|
|
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
|
|
|
- "Microsoft.Extensions.Options": "6.0.0"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/net6.0/Microsoft.Extensions.Localization.dll": {
|
|
|
- "assemblyVersion": "6.0.0.0",
|
|
|
- "fileVersion": "6.0.522.21802"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Localization.Abstractions/6.0.5": {
|
|
|
- "runtime": {
|
|
|
- "lib/net6.0/Microsoft.Extensions.Localization.Abstractions.dll": {
|
|
|
- "assemblyVersion": "6.0.0.0",
|
|
|
- "fileVersion": "6.0.522.21802"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Logging/6.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
|
|
|
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
|
|
|
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
|
|
|
- "Microsoft.Extensions.Options": "6.0.0",
|
|
|
- "System.Diagnostics.DiagnosticSource": "6.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
|
|
|
- "runtime": {
|
|
|
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
|
|
|
- "assemblyVersion": "6.0.0.0",
|
|
|
- "fileVersion": "6.0.322.12309"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Options/6.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
|
|
|
- "Microsoft.Extensions.Primitives": "6.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Options.ConfigurationExtensions/6.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
|
|
|
- "Microsoft.Extensions.Configuration.Binder": "6.0.0",
|
|
|
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
|
|
|
- "Microsoft.Extensions.Options": "6.0.0",
|
|
|
- "Microsoft.Extensions.Primitives": "6.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Primitives/6.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.NETCore.Platforms/5.0.0": {},
|
|
|
- "Microsoft.NETCore.Targets/1.1.0": {},
|
|
|
- "Microsoft.Win32.Registry/5.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "System.Security.AccessControl": "5.0.0",
|
|
|
- "System.Security.Principal.Windows": "5.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "Microsoft.Win32.SystemEvents/4.5.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.NETCore.Platforms": "5.0.0"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
|
|
|
- "assemblyVersion": "4.0.0.0",
|
|
|
- "fileVersion": "4.6.26515.6"
|
|
|
- }
|
|
|
- },
|
|
|
- "runtimeTargets": {
|
|
|
- "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll": {
|
|
|
- "rid": "win",
|
|
|
- "assetType": "runtime",
|
|
|
- "assemblyVersion": "4.0.0.0",
|
|
|
- "fileVersion": "4.6.26515.6"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "MongoDB.Bson/2.19.0": {
|
|
|
- "dependencies": {
|
|
|
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.1/MongoDB.Bson.dll": {
|
|
|
- "assemblyVersion": "2.19.0.0",
|
|
|
- "fileVersion": "2.19.0.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "MongoDB.Driver/2.19.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
|
|
|
- "MongoDB.Bson": "2.19.0",
|
|
|
- "MongoDB.Driver.Core": "2.19.0",
|
|
|
- "MongoDB.Libmongocrypt": "1.7.0"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.1/MongoDB.Driver.dll": {
|
|
|
- "assemblyVersion": "2.19.0.0",
|
|
|
- "fileVersion": "2.19.0.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "MongoDB.Driver.Core/2.19.0": {
|
|
|
- "dependencies": {
|
|
|
- "AWSSDK.SecurityToken": "3.7.100.14",
|
|
|
- "DnsClient": "1.6.1",
|
|
|
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
|
|
|
- "MongoDB.Bson": "2.19.0",
|
|
|
- "MongoDB.Libmongocrypt": "1.7.0",
|
|
|
- "SharpCompress": "0.30.1",
|
|
|
- "Snappier": "1.0.0",
|
|
|
- "System.Buffers": "4.5.1",
|
|
|
- "ZstdSharp.Port": "0.6.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.1/MongoDB.Driver.Core.dll": {
|
|
|
- "assemblyVersion": "2.19.0.0",
|
|
|
- "fileVersion": "2.19.0.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "MongoDB.Libmongocrypt/1.7.0": {
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.1/MongoDB.Libmongocrypt.dll": {
|
|
|
- "assemblyVersion": "1.7.0.0",
|
|
|
- "fileVersion": "1.7.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "runtimeTargets": {
|
|
|
- "runtimes/linux/native/libmongocrypt.so": {
|
|
|
- "rid": "linux",
|
|
|
- "assetType": "native",
|
|
|
- "fileVersion": "0.0.0.0"
|
|
|
- },
|
|
|
- "runtimes/osx/native/libmongocrypt.dylib": {
|
|
|
- "rid": "osx",
|
|
|
- "assetType": "native",
|
|
|
- "fileVersion": "0.0.0.0"
|
|
|
- },
|
|
|
- "runtimes/win/native/mongocrypt.dll": {
|
|
|
- "rid": "win",
|
|
|
- "assetType": "native",
|
|
|
- "fileVersion": "0.0.0.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Newtonsoft.Json/13.0.1": {
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Newtonsoft.Json.dll": {
|
|
|
- "assemblyVersion": "13.0.0.0",
|
|
|
- "fileVersion": "13.0.1.25517"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Newtonsoft.Json.Bson/1.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Newtonsoft.Json": "13.0.1"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": {
|
|
|
- "assemblyVersion": "1.0.0.0",
|
|
|
- "fileVersion": "1.0.2.22727"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Nito.AsyncEx.Context/5.1.2": {
|
|
|
- "dependencies": {
|
|
|
- "Nito.AsyncEx.Tasks": "5.1.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Nito.AsyncEx.Context.dll": {
|
|
|
- "assemblyVersion": "5.1.2.0",
|
|
|
- "fileVersion": "5.1.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Nito.AsyncEx.Coordination/5.1.2": {
|
|
|
- "dependencies": {
|
|
|
- "Nito.AsyncEx.Tasks": "5.1.2",
|
|
|
- "Nito.Collections.Deque": "1.1.1"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Nito.AsyncEx.Coordination.dll": {
|
|
|
- "assemblyVersion": "5.1.2.0",
|
|
|
- "fileVersion": "5.1.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Nito.AsyncEx.Tasks/5.1.2": {
|
|
|
- "dependencies": {
|
|
|
- "Nito.Disposables": "2.2.1"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Nito.AsyncEx.Tasks.dll": {
|
|
|
- "assemblyVersion": "5.1.2.0",
|
|
|
- "fileVersion": "5.1.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Nito.Collections.Deque/1.1.1": {
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Nito.Collections.Deque.dll": {
|
|
|
- "assemblyVersion": "1.1.1.0",
|
|
|
- "fileVersion": "1.1.1.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Nito.Disposables/2.2.1": {
|
|
|
- "dependencies": {
|
|
|
- "System.Collections.Immutable": "6.0.0"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.1/Nito.Disposables.dll": {
|
|
|
- "assemblyVersion": "2.2.1.0",
|
|
|
- "fileVersion": "2.2.1.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "NLog/5.1.2": {
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/NLog.dll": {
|
|
|
- "assemblyVersion": "5.0.0.0",
|
|
|
- "fileVersion": "5.1.2.1561"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "NLog.Extensions.Logging/5.2.2": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
|
|
|
- "Microsoft.Extensions.Logging": "6.0.0",
|
|
|
- "NLog": "5.1.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/net6.0/NLog.Extensions.Logging.dll": {
|
|
|
- "assemblyVersion": "5.0.0.0",
|
|
|
- "fileVersion": "5.2.2.309"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "NLog.Web.AspNetCore/5.2.2": {
|
|
|
- "dependencies": {
|
|
|
- "NLog.Extensions.Logging": "5.2.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/net6.0/NLog.Web.AspNetCore.dll": {
|
|
|
- "assemblyVersion": "5.0.0.0",
|
|
|
- "fileVersion": "5.2.2.821"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "SharpCompress/0.30.1": {
|
|
|
- "runtime": {
|
|
|
- "lib/net5.0/SharpCompress.dll": {
|
|
|
- "assemblyVersion": "0.30.1.0",
|
|
|
- "fileVersion": "0.30.1.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Snappier/1.0.0": {
|
|
|
- "runtime": {
|
|
|
- "lib/net5.0/Snappier.dll": {
|
|
|
- "assemblyVersion": "1.0.0.0",
|
|
|
- "fileVersion": "1.0.0.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Spire.Barcode/3.5.0": {
|
|
|
- "dependencies": {
|
|
|
- "System.Drawing.Common": "4.5.0",
|
|
|
- "System.Text.Encoding.CodePages": "4.5.0"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netcoreapp2.0/Spire.Barcode.dll": {
|
|
|
- "assemblyVersion": "3.5.0.11320",
|
|
|
- "fileVersion": "3.5.0.11320"
|
|
|
- },
|
|
|
- "lib/netcoreapp2.0/Spire.License.dll": {
|
|
|
- "assemblyVersion": "1.3.7.320",
|
|
|
- "fileVersion": "1.3.7.320"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Spire.PDF/4.11.3": {
|
|
|
- "dependencies": {
|
|
|
- "System.Drawing.Common": "4.5.0",
|
|
|
- "System.Text.Encoding.CodePages": "4.5.0"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Spire.License.dll": {
|
|
|
- "assemblyVersion": "1.3.7.320",
|
|
|
- "fileVersion": "1.3.7.320"
|
|
|
- },
|
|
|
- "lib/netstandard2.0/Spire.Pdf.dll": {
|
|
|
- "assemblyVersion": "4.11.3.2320",
|
|
|
- "fileVersion": "4.11.3.2320"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Buffers/4.5.1": {},
|
|
|
- "System.Collections/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.NETCore.Platforms": "5.0.0",
|
|
|
- "Microsoft.NETCore.Targets": "1.1.0",
|
|
|
- "System.Runtime": "4.3.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Collections.Immutable/6.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Diagnostics.Debug/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.NETCore.Platforms": "5.0.0",
|
|
|
- "Microsoft.NETCore.Targets": "1.1.0",
|
|
|
- "System.Runtime": "4.3.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Diagnostics.DiagnosticSource/6.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Drawing.Common/4.5.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.NETCore.Platforms": "5.0.0",
|
|
|
- "Microsoft.Win32.SystemEvents": "4.5.0"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/System.Drawing.Common.dll": {
|
|
|
- "assemblyVersion": "4.0.0.0",
|
|
|
- "fileVersion": "4.6.26515.6"
|
|
|
- }
|
|
|
- },
|
|
|
- "runtimeTargets": {
|
|
|
- "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll": {
|
|
|
- "rid": "unix",
|
|
|
- "assetType": "runtime",
|
|
|
- "assemblyVersion": "4.0.0.0",
|
|
|
- "fileVersion": "4.6.26515.6"
|
|
|
- },
|
|
|
- "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll": {
|
|
|
- "rid": "win",
|
|
|
- "assetType": "runtime",
|
|
|
- "assemblyVersion": "4.0.0.0",
|
|
|
- "fileVersion": "4.6.26515.6"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Globalization/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.NETCore.Platforms": "5.0.0",
|
|
|
- "Microsoft.NETCore.Targets": "1.1.0",
|
|
|
- "System.Runtime": "4.3.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.IO/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.NETCore.Platforms": "5.0.0",
|
|
|
- "Microsoft.NETCore.Targets": "1.1.0",
|
|
|
- "System.Runtime": "4.3.0",
|
|
|
- "System.Text.Encoding": "4.3.0",
|
|
|
- "System.Threading.Tasks": "4.3.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Linq/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "System.Collections": "4.3.0",
|
|
|
- "System.Diagnostics.Debug": "4.3.0",
|
|
|
- "System.Resources.ResourceManager": "4.3.0",
|
|
|
- "System.Runtime": "4.3.0",
|
|
|
- "System.Runtime.Extensions": "4.3.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Linq.Dynamic.Core/1.2.18": {
|
|
|
- "runtime": {
|
|
|
- "lib/net6.0/System.Linq.Dynamic.Core.dll": {
|
|
|
- "assemblyVersion": "1.2.18.0",
|
|
|
- "fileVersion": "1.2.18.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Linq.Expressions/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "System.Collections": "4.3.0",
|
|
|
- "System.Diagnostics.Debug": "4.3.0",
|
|
|
- "System.Globalization": "4.3.0",
|
|
|
- "System.IO": "4.3.0",
|
|
|
- "System.Linq": "4.3.0",
|
|
|
- "System.ObjectModel": "4.3.0",
|
|
|
- "System.Reflection": "4.3.0",
|
|
|
- "System.Reflection.Emit": "4.3.0",
|
|
|
- "System.Reflection.Emit.ILGeneration": "4.3.0",
|
|
|
- "System.Reflection.Emit.Lightweight": "4.3.0",
|
|
|
- "System.Reflection.Extensions": "4.3.0",
|
|
|
- "System.Reflection.Primitives": "4.3.0",
|
|
|
- "System.Reflection.TypeExtensions": "4.3.0",
|
|
|
- "System.Resources.ResourceManager": "4.3.0",
|
|
|
- "System.Runtime": "4.3.0",
|
|
|
- "System.Runtime.Extensions": "4.3.0",
|
|
|
- "System.Threading": "4.3.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Linq.Queryable/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "System.Collections": "4.3.0",
|
|
|
- "System.Diagnostics.Debug": "4.3.0",
|
|
|
- "System.Linq": "4.3.0",
|
|
|
- "System.Linq.Expressions": "4.3.0",
|
|
|
- "System.Reflection": "4.3.0",
|
|
|
- "System.Reflection.Extensions": "4.3.0",
|
|
|
- "System.Resources.ResourceManager": "4.3.0",
|
|
|
- "System.Runtime": "4.3.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.ObjectModel/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "System.Collections": "4.3.0",
|
|
|
- "System.Diagnostics.Debug": "4.3.0",
|
|
|
- "System.Resources.ResourceManager": "4.3.0",
|
|
|
- "System.Runtime": "4.3.0",
|
|
|
- "System.Threading": "4.3.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Reflection/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.NETCore.Platforms": "5.0.0",
|
|
|
- "Microsoft.NETCore.Targets": "1.1.0",
|
|
|
- "System.IO": "4.3.0",
|
|
|
- "System.Reflection.Primitives": "4.3.0",
|
|
|
- "System.Runtime": "4.3.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Reflection.Emit/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "System.IO": "4.3.0",
|
|
|
- "System.Reflection": "4.3.0",
|
|
|
- "System.Reflection.Emit.ILGeneration": "4.3.0",
|
|
|
- "System.Reflection.Primitives": "4.3.0",
|
|
|
- "System.Runtime": "4.3.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Reflection.Emit.ILGeneration/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "System.Reflection": "4.3.0",
|
|
|
- "System.Reflection.Primitives": "4.3.0",
|
|
|
- "System.Runtime": "4.3.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Reflection.Emit.Lightweight/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "System.Reflection": "4.3.0",
|
|
|
- "System.Reflection.Emit.ILGeneration": "4.3.0",
|
|
|
- "System.Reflection.Primitives": "4.3.0",
|
|
|
- "System.Runtime": "4.3.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Reflection.Extensions/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.NETCore.Platforms": "5.0.0",
|
|
|
- "Microsoft.NETCore.Targets": "1.1.0",
|
|
|
- "System.Reflection": "4.3.0",
|
|
|
- "System.Runtime": "4.3.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Reflection.Primitives/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.NETCore.Platforms": "5.0.0",
|
|
|
- "Microsoft.NETCore.Targets": "1.1.0",
|
|
|
- "System.Runtime": "4.3.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Reflection.TypeExtensions/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "System.Reflection": "4.3.0",
|
|
|
- "System.Runtime": "4.3.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Resources.ResourceManager/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.NETCore.Platforms": "5.0.0",
|
|
|
- "Microsoft.NETCore.Targets": "1.1.0",
|
|
|
- "System.Globalization": "4.3.0",
|
|
|
- "System.Reflection": "4.3.0",
|
|
|
- "System.Runtime": "4.3.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Runtime/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.NETCore.Platforms": "5.0.0",
|
|
|
- "Microsoft.NETCore.Targets": "1.1.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
|
|
|
- "System.Runtime.Extensions/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.NETCore.Platforms": "5.0.0",
|
|
|
- "Microsoft.NETCore.Targets": "1.1.0",
|
|
|
- "System.Runtime": "4.3.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Runtime.Loader/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "System.IO": "4.3.0",
|
|
|
- "System.Reflection": "4.3.0",
|
|
|
- "System.Runtime": "4.3.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Security.AccessControl/5.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.NETCore.Platforms": "5.0.0",
|
|
|
- "System.Security.Principal.Windows": "5.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Security.Principal.Windows/5.0.0": {},
|
|
|
- "System.Text.Encoding/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.NETCore.Platforms": "5.0.0",
|
|
|
- "Microsoft.NETCore.Targets": "1.1.0",
|
|
|
- "System.Runtime": "4.3.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Text.Encoding.CodePages/4.5.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.NETCore.Platforms": "5.0.0",
|
|
|
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Text.Encodings.Web/6.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Text.Json/6.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "System.Runtime.CompilerServices.Unsafe": "6.0.0",
|
|
|
- "System.Text.Encodings.Web": "6.0.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Threading/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "System.Runtime": "4.3.0",
|
|
|
- "System.Threading.Tasks": "4.3.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "System.Threading.Tasks/4.3.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.NETCore.Platforms": "5.0.0",
|
|
|
- "Microsoft.NETCore.Targets": "1.1.0",
|
|
|
- "System.Runtime": "4.3.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "ThoughtWorks.QRCode/1.1.0": {
|
|
|
- "runtime": {
|
|
|
- "lib/ThoughtWorks.QRCode.dll": {
|
|
|
- "assemblyVersion": "1.0.4778.30637",
|
|
|
- "fileVersion": "1.0.4778.30637"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "TimeZoneConverter/5.0.0": {
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/TimeZoneConverter.dll": {
|
|
|
- "assemblyVersion": "5.0.0.0",
|
|
|
- "fileVersion": "5.0.0.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.Auditing/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Volo.Abp.Auditing.Contracts": "6.0.2",
|
|
|
- "Volo.Abp.Data": "6.0.2",
|
|
|
- "Volo.Abp.Json": "6.0.2",
|
|
|
- "Volo.Abp.MultiTenancy": "6.0.2",
|
|
|
- "Volo.Abp.Security": "6.0.2",
|
|
|
- "Volo.Abp.Threading": "6.0.2",
|
|
|
- "Volo.Abp.Timing": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.Auditing.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.Auditing.Contracts/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Volo.Abp.Core": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.Auditing.Contracts.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.BackgroundWorkers/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Volo.Abp.Threading": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.BackgroundWorkers.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.Core/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "JetBrains.Annotations": "2022.1.0",
|
|
|
- "Microsoft.Extensions.Configuration.CommandLine": "6.0.0",
|
|
|
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
|
|
|
- "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
|
|
|
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
|
|
|
- "Microsoft.Extensions.Hosting.Abstractions": "6.0.0",
|
|
|
- "Microsoft.Extensions.Localization": "6.0.5",
|
|
|
- "Microsoft.Extensions.Logging": "6.0.0",
|
|
|
- "Microsoft.Extensions.Options": "6.0.0",
|
|
|
- "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0",
|
|
|
- "Nito.AsyncEx.Context": "5.1.2",
|
|
|
- "Nito.AsyncEx.Coordination": "5.1.2",
|
|
|
- "System.Collections.Immutable": "6.0.0",
|
|
|
- "System.Linq.Dynamic.Core": "1.2.18",
|
|
|
- "System.Linq.Queryable": "4.3.0",
|
|
|
- "System.Runtime.Loader": "4.3.0",
|
|
|
- "System.Text.Encodings.Web": "6.0.0"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.Core.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.Data/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Volo.Abp.EventBus.Abstractions": "6.0.2",
|
|
|
- "Volo.Abp.ObjectExtending": "6.0.2",
|
|
|
- "Volo.Abp.Uow": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.Data.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.Ddd.Domain/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Volo.Abp.Auditing": "6.0.2",
|
|
|
- "Volo.Abp.Data": "6.0.2",
|
|
|
- "Volo.Abp.EventBus": "6.0.2",
|
|
|
- "Volo.Abp.ExceptionHandling": "6.0.2",
|
|
|
- "Volo.Abp.Guids": "6.0.2",
|
|
|
- "Volo.Abp.MultiTenancy": "6.0.2",
|
|
|
- "Volo.Abp.ObjectMapping": "6.0.2",
|
|
|
- "Volo.Abp.Specifications": "6.0.2",
|
|
|
- "Volo.Abp.Threading": "6.0.2",
|
|
|
- "Volo.Abp.Timing": "6.0.2",
|
|
|
- "Volo.Abp.Uow": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.Ddd.Domain.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.DistributedLocking.Abstractions/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Bcl.AsyncInterfaces": "6.0.0",
|
|
|
- "Volo.Abp.Core": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.DistributedLocking.Abstractions.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.EntityFrameworkCore/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.EntityFrameworkCore": "6.0.5",
|
|
|
- "Microsoft.EntityFrameworkCore.Relational": "6.0.5",
|
|
|
- "Volo.Abp.Ddd.Domain": "6.0.2",
|
|
|
- "Volo.Abp.Json": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/net6.0/Volo.Abp.EntityFrameworkCore.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.EventBus/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Volo.Abp.BackgroundWorkers": "6.0.2",
|
|
|
- "Volo.Abp.DistributedLocking.Abstractions": "6.0.2",
|
|
|
- "Volo.Abp.EventBus.Abstractions": "6.0.2",
|
|
|
- "Volo.Abp.Guids": "6.0.2",
|
|
|
- "Volo.Abp.Json": "6.0.2",
|
|
|
- "Volo.Abp.MultiTenancy": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.EventBus.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.EventBus.Abstractions/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Volo.Abp.Core": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.EventBus.Abstractions.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.ExceptionHandling/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.FileProviders.Embedded": "6.0.5",
|
|
|
- "Volo.Abp.Localization": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.ExceptionHandling.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.Guids/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Volo.Abp.Core": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.Guids.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.Json/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Newtonsoft.Json": "13.0.1",
|
|
|
- "Volo.Abp.ObjectExtending": "6.0.2",
|
|
|
- "Volo.Abp.Timing": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.Json.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.Localization/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Volo.Abp.Localization.Abstractions": "6.0.2",
|
|
|
- "Volo.Abp.Settings": "6.0.2",
|
|
|
- "Volo.Abp.VirtualFileSystem": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.Localization.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.Localization.Abstractions/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Volo.Abp.Core": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.Localization.Abstractions.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.MultiTenancy/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Volo.Abp.Data": "6.0.2",
|
|
|
- "Volo.Abp.EventBus.Abstractions": "6.0.2",
|
|
|
- "Volo.Abp.Security": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.MultiTenancy.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.ObjectExtending/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Volo.Abp.Localization.Abstractions": "6.0.2",
|
|
|
- "Volo.Abp.Validation.Abstractions": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.ObjectExtending.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.ObjectMapping/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Volo.Abp.Core": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.ObjectMapping.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.Security/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Volo.Abp.Core": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.Security.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.Settings/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Volo.Abp.Localization.Abstractions": "6.0.2",
|
|
|
- "Volo.Abp.MultiTenancy": "6.0.2",
|
|
|
- "Volo.Abp.Security": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.Settings.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.Specifications/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Volo.Abp.Core": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.Specifications.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.Threading/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Volo.Abp.Core": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.Threading.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.Timing/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "TimeZoneConverter": "5.0.0",
|
|
|
- "Volo.Abp.Localization": "6.0.2",
|
|
|
- "Volo.Abp.Settings": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.Timing.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.Uow/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Volo.Abp.Core": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.Uow.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.Validation.Abstractions/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Volo.Abp.Core": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.Validation.Abstractions.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Volo.Abp.VirtualFileSystem/6.0.2": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.FileProviders.Composite": "6.0.0",
|
|
|
- "Microsoft.Extensions.FileProviders.Embedded": "6.0.5",
|
|
|
- "Microsoft.Extensions.FileProviders.Physical": "6.0.0",
|
|
|
- "Volo.Abp.Core": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "lib/netstandard2.0/Volo.Abp.VirtualFileSystem.dll": {
|
|
|
- "assemblyVersion": "6.0.2.0",
|
|
|
- "fileVersion": "6.0.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "ZstdSharp.Port/0.6.2": {
|
|
|
- "runtime": {
|
|
|
- "lib/net6.0/ZstdSharp.dll": {
|
|
|
- "assemblyVersion": "0.6.2.0",
|
|
|
- "fileVersion": "0.6.2.0"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "Business.Core/1.0.0": {
|
|
|
- "dependencies": {
|
|
|
- "Microsoft.Extensions.Options": "6.0.0",
|
|
|
- "MongoDB.Driver": "2.19.0",
|
|
|
- "MongoDB.Driver.Core": "2.19.0",
|
|
|
- "NLog": "5.1.2",
|
|
|
- "NLog.Extensions.Logging": "5.2.2",
|
|
|
- "NLog.Web.AspNetCore": "5.2.2",
|
|
|
- "Newtonsoft.Json.Bson": "1.0.2",
|
|
|
- "Spire.Barcode": "3.5.0",
|
|
|
- "Spire.PDF": "4.11.3",
|
|
|
- "ThoughtWorks.QRCode": "1.1.0",
|
|
|
- "Volo.Abp.Ddd.Domain": "6.0.2"
|
|
|
- },
|
|
|
- "runtime": {
|
|
|
- "Business.Core.dll": {}
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "libraries": {
|
|
|
- "Bussiness.MongoModel/1.0.0": {
|
|
|
- "type": "project",
|
|
|
- "serviceable": false,
|
|
|
- "sha512": ""
|
|
|
- },
|
|
|
- "AWSSDK.Core/3.7.100.14": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-gnEgxBlk4PFEfdPE8Lkf4+D16MZFYSaW7/o6Wwe5e035QWUkTJX0Dn4LfTCdV5QSEL/fOFxu+yCAm55eIIBgog==",
|
|
|
- "path": "awssdk.core/3.7.100.14",
|
|
|
- "hashPath": "awssdk.core.3.7.100.14.nupkg.sha512"
|
|
|
- },
|
|
|
- "AWSSDK.SecurityToken/3.7.100.14": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-dGCVuVo0CFUKWW85W8YENO+aREf8sCBDjvGbnNvxJuNW4Ss+brEU9ltHhq2KfZze2VUNK1/wygbPG1bmbpyXEw==",
|
|
|
- "path": "awssdk.securitytoken/3.7.100.14",
|
|
|
- "hashPath": "awssdk.securitytoken.3.7.100.14.nupkg.sha512"
|
|
|
- },
|
|
|
- "DnsClient/1.6.1": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-4H/f2uYJOZ+YObZjpY9ABrKZI+JNw3uizp6oMzTXwDw6F+2qIPhpRl/1t68O/6e98+vqNiYGu+lswmwdYUy3gg==",
|
|
|
- "path": "dnsclient/1.6.1",
|
|
|
- "hashPath": "dnsclient.1.6.1.nupkg.sha512"
|
|
|
- },
|
|
|
- "JetBrains.Annotations/2022.1.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-ASfpoFJxiRsC9Xc4TWuPM41Zb/gl64xwfMOhnOZ3RnVWGYIZchjpWQV5zshJgoc/ZxVtgjaF7b577lURj7E6ig==",
|
|
|
- "path": "jetbrains.annotations/2022.1.0",
|
|
|
- "hashPath": "jetbrains.annotations.2022.1.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Bcl.AsyncInterfaces/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==",
|
|
|
- "path": "microsoft.bcl.asyncinterfaces/6.0.0",
|
|
|
- "hashPath": "microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.EntityFrameworkCore/6.0.5": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-hP5J3EvpVdZmCn1D3ovedphvZrIn3OXZaBZfEnCkSCqqbqAu6xzwbNqwRkik0y4R6zOOf4eLh1riwjy4eAUlZA==",
|
|
|
- "path": "microsoft.entityframeworkcore/6.0.5",
|
|
|
- "hashPath": "microsoft.entityframeworkcore.6.0.5.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.EntityFrameworkCore.Abstractions/6.0.5": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-Q3/fKW6XCTfnDk4fYP2BJZi84cD2SuCPkP3A3QqxvCQcXbX90bfSLzVIsoMXzigHGJgZUJ+Un7QodT5Nvk0+Eg==",
|
|
|
- "path": "microsoft.entityframeworkcore.abstractions/6.0.5",
|
|
|
- "hashPath": "microsoft.entityframeworkcore.abstractions.6.0.5.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.EntityFrameworkCore.Analyzers/6.0.5": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-QUeDIhs+O+MoDEc3k60mNyVDbwyDURCqZQlZoKShuZUcSfXSrDMbHKuFSxBIDNQBt092qSjfnwf7w0Ua/IB3Zw==",
|
|
|
- "path": "microsoft.entityframeworkcore.analyzers/6.0.5",
|
|
|
- "hashPath": "microsoft.entityframeworkcore.analyzers.6.0.5.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.EntityFrameworkCore.Relational/6.0.5": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-vhAQizlAgvPfurkh9XysNaFc/g3WPXtSka3Y1rXuQdnT//p16CDKt9lO9h+rYmooD+cA7TijSxwqck4GApDT/Q==",
|
|
|
- "path": "microsoft.entityframeworkcore.relational/6.0.5",
|
|
|
- "hashPath": "microsoft.entityframeworkcore.relational.6.0.5.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Caching.Abstractions/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-bcz5sSFJbganH0+YrfvIjJDIcKNW7TL07C4d1eTmXy/wOt52iz4LVogJb6pazs7W0+74j0YpXFErvp++Aq5Bsw==",
|
|
|
- "path": "microsoft.extensions.caching.abstractions/6.0.0",
|
|
|
- "hashPath": "microsoft.extensions.caching.abstractions.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Caching.Memory/6.0.1": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-B4y+Cev05eMcjf1na0v9gza6GUtahXbtY1JCypIgx3B4Ea/KAgsWyXEmW4q6zMbmTMtKzmPVk09rvFJirvMwTg==",
|
|
|
- "path": "microsoft.extensions.caching.memory/6.0.1",
|
|
|
- "hashPath": "microsoft.extensions.caching.memory.6.0.1.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Configuration/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==",
|
|
|
- "path": "microsoft.extensions.configuration/6.0.0",
|
|
|
- "hashPath": "microsoft.extensions.configuration.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==",
|
|
|
- "path": "microsoft.extensions.configuration.abstractions/6.0.0",
|
|
|
- "hashPath": "microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Configuration.Binder/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==",
|
|
|
- "path": "microsoft.extensions.configuration.binder/6.0.0",
|
|
|
- "hashPath": "microsoft.extensions.configuration.binder.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Configuration.CommandLine/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-3nL1qCkZ1Oxx14ZTzgo4MmlO7tso7F+TtMZAY2jUAtTLyAcDp+EDjk3RqafoKiNaePyPvvlleEcBxh3b2Hzl1g==",
|
|
|
- "path": "microsoft.extensions.configuration.commandline/6.0.0",
|
|
|
- "hashPath": "microsoft.extensions.configuration.commandline.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Configuration.EnvironmentVariables/6.0.1": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-pnyXV1LFOsYjGveuC07xp0YHIyGq7jRq5Ncb5zrrIieMLWVwgMyYxcOH0jTnBedDT4Gh1QinSqsjqzcieHk1og==",
|
|
|
- "path": "microsoft.extensions.configuration.environmentvariables/6.0.1",
|
|
|
- "hashPath": "microsoft.extensions.configuration.environmentvariables.6.0.1.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Configuration.FileExtensions/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==",
|
|
|
- "path": "microsoft.extensions.configuration.fileextensions/6.0.0",
|
|
|
- "hashPath": "microsoft.extensions.configuration.fileextensions.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Configuration.Json/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==",
|
|
|
- "path": "microsoft.extensions.configuration.json/6.0.0",
|
|
|
- "hashPath": "microsoft.extensions.configuration.json.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Configuration.UserSecrets/6.0.1": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-Fy8yr4V6obi7ZxvKYI1i85jqtwMq8tqyxQVZpRSkgeA8enqy/KvBIMdcuNdznlxQMZa72mvbHqb7vbg4Pyx95w==",
|
|
|
- "path": "microsoft.extensions.configuration.usersecrets/6.0.1",
|
|
|
- "hashPath": "microsoft.extensions.configuration.usersecrets.6.0.1.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==",
|
|
|
- "path": "microsoft.extensions.dependencyinjection/6.0.0",
|
|
|
- "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==",
|
|
|
- "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0",
|
|
|
- "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.FileProviders.Abstractions/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==",
|
|
|
- "path": "microsoft.extensions.fileproviders.abstractions/6.0.0",
|
|
|
- "hashPath": "microsoft.extensions.fileproviders.abstractions.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.FileProviders.Composite/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-Cx8K9xnN95wbvKa/KTyDBVBaNUsS9L8IkKt2dKMkcyj0wOBe+xVMwyNR4ySmpxBK3b0PuP7tW6UtroXIlRC3uQ==",
|
|
|
- "path": "microsoft.extensions.fileproviders.composite/6.0.0",
|
|
|
- "hashPath": "microsoft.extensions.fileproviders.composite.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.FileProviders.Embedded/6.0.5": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-z7M3GpcYfKw1FYUGcurTbv/v0ZZ95LSMOZOjOtYLUztzUIUZZ61H5NFjLXjeQ8G72zxrVrt+jubb4MZGvm0EQw==",
|
|
|
- "path": "microsoft.extensions.fileproviders.embedded/6.0.5",
|
|
|
- "hashPath": "microsoft.extensions.fileproviders.embedded.6.0.5.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.FileProviders.Physical/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==",
|
|
|
- "path": "microsoft.extensions.fileproviders.physical/6.0.0",
|
|
|
- "hashPath": "microsoft.extensions.fileproviders.physical.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.FileSystemGlobbing/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==",
|
|
|
- "path": "microsoft.extensions.filesystemglobbing/6.0.0",
|
|
|
- "hashPath": "microsoft.extensions.filesystemglobbing.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Hosting.Abstractions/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-GcT5l2CYXL6Sa27KCSh0TixsRfADUgth+ojQSD5EkzisZxmGFh7CwzkcYuGwvmXLjr27uWRNrJ2vuuEjMhU05Q==",
|
|
|
- "path": "microsoft.extensions.hosting.abstractions/6.0.0",
|
|
|
- "hashPath": "microsoft.extensions.hosting.abstractions.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Localization/6.0.5": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-mbNGvpCgCYD6o+2IFNT3EZ+AQE8W0yI9GXmXDYWtCXclhvjKn3RJ37QrMRXqzNqOBkWzdiJ/HINVuccrJEenNA==",
|
|
|
- "path": "microsoft.extensions.localization/6.0.5",
|
|
|
- "hashPath": "microsoft.extensions.localization.6.0.5.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Localization.Abstractions/6.0.5": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-PzYBMoQk4i1dOC2szAy90hPLBIe6YWdiaGxqoRdWesiJbZwiGCd2syC7kkePp2/ef3f8o202YRMt0tzbLP50rw==",
|
|
|
- "path": "microsoft.extensions.localization.abstractions/6.0.5",
|
|
|
- "hashPath": "microsoft.extensions.localization.abstractions.6.0.5.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Logging/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==",
|
|
|
- "path": "microsoft.extensions.logging/6.0.0",
|
|
|
- "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-dzB2Cgg+JmrouhjkcQGzSFjjvpwlq353i8oBQO2GWNjCXSzhbtBRUf28HSauWe7eib3wYOdb3tItdjRwAdwCSg==",
|
|
|
- "path": "microsoft.extensions.logging.abstractions/6.0.1",
|
|
|
- "hashPath": "microsoft.extensions.logging.abstractions.6.0.1.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Options/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==",
|
|
|
- "path": "microsoft.extensions.options/6.0.0",
|
|
|
- "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Options.ConfigurationExtensions/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-bXWINbTn0vC0FYc9GaQTISbxhQLAMrvtbuvD9N6JelEaIS/Pr62wUCinrq5bf1WRBGczt1v4wDhxFtVFNcMdUQ==",
|
|
|
- "path": "microsoft.extensions.options.configurationextensions/6.0.0",
|
|
|
- "hashPath": "microsoft.extensions.options.configurationextensions.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Extensions.Primitives/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==",
|
|
|
- "path": "microsoft.extensions.primitives/6.0.0",
|
|
|
- "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.NETCore.Platforms/5.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
|
|
|
- "path": "microsoft.netcore.platforms/5.0.0",
|
|
|
- "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.NETCore.Targets/1.1.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
|
|
|
- "path": "microsoft.netcore.targets/1.1.0",
|
|
|
- "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Win32.Registry/5.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
|
|
|
- "path": "microsoft.win32.registry/5.0.0",
|
|
|
- "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Microsoft.Win32.SystemEvents/4.5.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-LuI1oG+24TUj1ZRQQjM5Ew73BKnZE5NZ/7eAdh1o8ST5dPhUnJvIkiIn2re3MwnkRy6ELRnvEbBxHP8uALKhJw==",
|
|
|
- "path": "microsoft.win32.systemevents/4.5.0",
|
|
|
- "hashPath": "microsoft.win32.systemevents.4.5.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "MongoDB.Bson/2.19.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-pGp9F2PWU3Dj54PiXKibuaQ5rphWkfp8/Nsy5jLp2dWZGRGlr3r/Lfwnr0PvfihFfxieUcJZ2z3VeO8RctXcvA==",
|
|
|
- "path": "mongodb.bson/2.19.0",
|
|
|
- "hashPath": "mongodb.bson.2.19.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "MongoDB.Driver/2.19.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-W/1YByn5gNGfHBe8AyDURXWKn1Z9xJ9IUjplFcvk8B/jlTlDOkmXgmwjlToIdqr0l8rX594kksjGx3a9if3dsg==",
|
|
|
- "path": "mongodb.driver/2.19.0",
|
|
|
- "hashPath": "mongodb.driver.2.19.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "MongoDB.Driver.Core/2.19.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-KbzJJJc4EsUZ+YQoe7zZL1OxHVC9RjgQMso2LjhZWnlP+IHSON63vKNt7jGarXrOVXK0DqIUrRwQyXMgmqTX5g==",
|
|
|
- "path": "mongodb.driver.core/2.19.0",
|
|
|
- "hashPath": "mongodb.driver.core.2.19.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "MongoDB.Libmongocrypt/1.7.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-p9+peTZX63nGHskOLhvhfBtrknxNg1RzXepE07rPozuCGz27bMjCcQyvn2YByg0L3YEcNWdTmI4BlnG/5RF+5Q==",
|
|
|
- "path": "mongodb.libmongocrypt/1.7.0",
|
|
|
- "hashPath": "mongodb.libmongocrypt.1.7.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Newtonsoft.Json/13.0.1": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
|
|
|
- "path": "newtonsoft.json/13.0.1",
|
|
|
- "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
|
|
|
- },
|
|
|
- "Newtonsoft.Json.Bson/1.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==",
|
|
|
- "path": "newtonsoft.json.bson/1.0.2",
|
|
|
- "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Nito.AsyncEx.Context/5.1.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-rMwL7Nj3oNyvFu/jxUzQ/YBobEkM2RQHe+5mpCDRyq6mfD7vCj7Z3rjB6XgpM6Mqcx1CA2xGv0ascU/2Xk8IIg==",
|
|
|
- "path": "nito.asyncex.context/5.1.2",
|
|
|
- "hashPath": "nito.asyncex.context.5.1.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Nito.AsyncEx.Coordination/5.1.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-QMyUfsaxov//0ZMbOHWr9hJaBFteZd66DV1ay4J5wRODDb8+K/uHC7+3VsOflo6SVw/29mu8OWZp8vMDSuzc0w==",
|
|
|
- "path": "nito.asyncex.coordination/5.1.2",
|
|
|
- "hashPath": "nito.asyncex.coordination.5.1.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Nito.AsyncEx.Tasks/5.1.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-jEkCfR2/M26OK/U4G7SEN063EU/F4LiVA06TtpZILMdX/quIHCg+wn31Zerl2LC+u1cyFancjTY3cNAr2/89PA==",
|
|
|
- "path": "nito.asyncex.tasks/5.1.2",
|
|
|
- "hashPath": "nito.asyncex.tasks.5.1.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Nito.Collections.Deque/1.1.1": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-CU0/Iuv5VDynK8I8pDLwkgF0rZhbQoZahtodfL0M3x2gFkpBRApKs8RyMyNlAi1mwExE4gsmqQXk4aFVvW9a4Q==",
|
|
|
- "path": "nito.collections.deque/1.1.1",
|
|
|
- "hashPath": "nito.collections.deque.1.1.1.nupkg.sha512"
|
|
|
- },
|
|
|
- "Nito.Disposables/2.2.1": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-6sZ5uynQeAE9dPWBQGKebNmxbY4xsvcc5VplB5WkYEESUS7oy4AwnFp0FhqxTSKm/PaFrFqLrYr696CYN8cugg==",
|
|
|
- "path": "nito.disposables/2.2.1",
|
|
|
- "hashPath": "nito.disposables.2.2.1.nupkg.sha512"
|
|
|
- },
|
|
|
- "NLog/5.1.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-JfQY93ure3IPVTN3eabBewBGvrcXcWIlaesFEXdy5UzIymfIT9yCgLISYtM0cOhjWziIaUr/6Z9NC2RwtjwrsQ==",
|
|
|
- "path": "nlog/5.1.2",
|
|
|
- "hashPath": "nlog.5.1.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "NLog.Extensions.Logging/5.2.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-V6sd+0Hrk2XlU//XbUizFYTE8Hf8+xFkhi81shIhsKl4tvWFUYmjBY/zBy/wlQCt0K6mfseaEKnayRJVhIz5Iw==",
|
|
|
- "path": "nlog.extensions.logging/5.2.2",
|
|
|
- "hashPath": "nlog.extensions.logging.5.2.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "NLog.Web.AspNetCore/5.2.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-0Qa6V7LXgbWNxYdZDLcQz/TjGrSfx32XThxAL+xoAtjplC2uCIhy27WiMIjznuMAJR3zjElIiYzMmPSsQ4LZSQ==",
|
|
|
- "path": "nlog.web.aspnetcore/5.2.2",
|
|
|
- "hashPath": "nlog.web.aspnetcore.5.2.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "SharpCompress/0.30.1": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-XqD4TpfyYGa7QTPzaGlMVbcecKnXy4YmYLDWrU+JIj7IuRNl7DH2END+Ll7ekWIY8o3dAMWLFDE1xdhfIWD1nw==",
|
|
|
- "path": "sharpcompress/0.30.1",
|
|
|
- "hashPath": "sharpcompress.0.30.1.nupkg.sha512"
|
|
|
- },
|
|
|
- "Snappier/1.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-rFtK2KEI9hIe8gtx3a0YDXdHOpedIf9wYCEYtBEmtlyiWVX3XlCNV03JrmmAi/Cdfn7dxK+k0sjjcLv4fpHnqA==",
|
|
|
- "path": "snappier/1.0.0",
|
|
|
- "hashPath": "snappier.1.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Spire.Barcode/3.5.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-+AOB8FHjnuBgA2et1aROgSLMuo9ewBhm+SNzF6H3OnHjdHOsX9Q1Yhx8ldkMqsXGzKlQS2VG5bxu3U+FgzQfeQ==",
|
|
|
- "path": "spire.barcode/3.5.0",
|
|
|
- "hashPath": "spire.barcode.3.5.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Spire.PDF/4.11.3": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-fFhztN/VMP1e0Il3nCzVeuHbZA4v2oAEGI90kpQmQ9YOOlwPvNaC3ypBeCCShTbFCCEFI25+XUmQbp5FgfZe5g==",
|
|
|
- "path": "spire.pdf/4.11.3",
|
|
|
- "hashPath": "spire.pdf.4.11.3.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Buffers/4.5.1": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
|
|
|
- "path": "system.buffers/4.5.1",
|
|
|
- "hashPath": "system.buffers.4.5.1.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Collections/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
|
|
|
- "path": "system.collections/4.3.0",
|
|
|
- "hashPath": "system.collections.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Collections.Immutable/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==",
|
|
|
- "path": "system.collections.immutable/6.0.0",
|
|
|
- "hashPath": "system.collections.immutable.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Diagnostics.Debug/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
|
|
|
- "path": "system.diagnostics.debug/4.3.0",
|
|
|
- "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Diagnostics.DiagnosticSource/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
|
|
|
- "path": "system.diagnostics.diagnosticsource/6.0.0",
|
|
|
- "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Drawing.Common/4.5.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-AiJFxxVPdeITstiRS5aAu8+8Dpf5NawTMoapZ53Gfirml24p7HIfhjmCRxdXnmmf3IUA3AX3CcW7G73CjWxW/Q==",
|
|
|
- "path": "system.drawing.common/4.5.0",
|
|
|
- "hashPath": "system.drawing.common.4.5.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Globalization/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
|
|
|
- "path": "system.globalization/4.3.0",
|
|
|
- "hashPath": "system.globalization.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.IO/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
|
|
|
- "path": "system.io/4.3.0",
|
|
|
- "hashPath": "system.io.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Linq/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
|
|
|
- "path": "system.linq/4.3.0",
|
|
|
- "hashPath": "system.linq.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Linq.Dynamic.Core/1.2.18": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-+RH90sKD6SK2c9MD2Xo2jz1hkAJYfgPVyW1VgAwiPURR+JzOJCdvsDBg2Iq97FmTymxlQBY76G1cMxsF6j+6tA==",
|
|
|
- "path": "system.linq.dynamic.core/1.2.18",
|
|
|
- "hashPath": "system.linq.dynamic.core.1.2.18.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Linq.Expressions/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",
|
|
|
- "path": "system.linq.expressions/4.3.0",
|
|
|
- "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Linq.Queryable/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-In1Bmmvl/j52yPu3xgakQSI0YIckPUr870w4K5+Lak3JCCa8hl+my65lABOuKfYs4ugmZy25ScFerC4nz8+b6g==",
|
|
|
- "path": "system.linq.queryable/4.3.0",
|
|
|
- "hashPath": "system.linq.queryable.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.ObjectModel/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
|
|
|
- "path": "system.objectmodel/4.3.0",
|
|
|
- "hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Reflection/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
|
|
|
- "path": "system.reflection/4.3.0",
|
|
|
- "hashPath": "system.reflection.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Reflection.Emit/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
|
|
|
- "path": "system.reflection.emit/4.3.0",
|
|
|
- "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Reflection.Emit.ILGeneration/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
|
|
|
- "path": "system.reflection.emit.ilgeneration/4.3.0",
|
|
|
- "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Reflection.Emit.Lightweight/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
|
|
|
- "path": "system.reflection.emit.lightweight/4.3.0",
|
|
|
- "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Reflection.Extensions/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
|
|
|
- "path": "system.reflection.extensions/4.3.0",
|
|
|
- "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Reflection.Primitives/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
|
|
|
- "path": "system.reflection.primitives/4.3.0",
|
|
|
- "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Reflection.TypeExtensions/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
|
|
|
- "path": "system.reflection.typeextensions/4.3.0",
|
|
|
- "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Resources.ResourceManager/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
|
|
|
- "path": "system.resources.resourcemanager/4.3.0",
|
|
|
- "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Runtime/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
|
|
|
- "path": "system.runtime/4.3.0",
|
|
|
- "hashPath": "system.runtime.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
|
|
|
- "path": "system.runtime.compilerservices.unsafe/6.0.0",
|
|
|
- "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Runtime.Extensions/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
|
|
|
- "path": "system.runtime.extensions/4.3.0",
|
|
|
- "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Runtime.Loader/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==",
|
|
|
- "path": "system.runtime.loader/4.3.0",
|
|
|
- "hashPath": "system.runtime.loader.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Security.AccessControl/5.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
|
|
|
- "path": "system.security.accesscontrol/5.0.0",
|
|
|
- "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Security.Principal.Windows/5.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
|
|
|
- "path": "system.security.principal.windows/5.0.0",
|
|
|
- "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Text.Encoding/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
|
|
|
- "path": "system.text.encoding/4.3.0",
|
|
|
- "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Text.Encoding.CodePages/4.5.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-S0wEUiKcLvRlkFUXca8uio1UQ5bYQzYgOmOKtCqaBQC3GR9AJjh43otcM32IGsAyvadFTaAMw9Irm6dS4Evfng==",
|
|
|
- "path": "system.text.encoding.codepages/4.5.0",
|
|
|
- "hashPath": "system.text.encoding.codepages.4.5.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Text.Encodings.Web/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
|
|
|
- "path": "system.text.encodings.web/6.0.0",
|
|
|
- "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Text.Json/6.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==",
|
|
|
- "path": "system.text.json/6.0.0",
|
|
|
- "hashPath": "system.text.json.6.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Threading/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
|
|
|
- "path": "system.threading/4.3.0",
|
|
|
- "hashPath": "system.threading.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "System.Threading.Tasks/4.3.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
|
|
|
- "path": "system.threading.tasks/4.3.0",
|
|
|
- "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "ThoughtWorks.QRCode/1.1.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-IbnrVmKfDp/EWFWfT54b4SMwhgzC2IJLy2p9XgPzzzPB1cUwq7bpkeCbI1SQX4YsHleTWRhwYw/UEmiFczd96Q==",
|
|
|
- "path": "thoughtworks.qrcode/1.1.0",
|
|
|
- "hashPath": "thoughtworks.qrcode.1.1.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "TimeZoneConverter/5.0.0": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-U7Oilf3Ya6Rmu6gOaBfWyT3q0kwy2av6a5PfTn05CF54C+7DvuLsE3ljASvYmCpsSQeJvpnqU5Uzag6+ysWUeA==",
|
|
|
- "path": "timezoneconverter/5.0.0",
|
|
|
- "hashPath": "timezoneconverter.5.0.0.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.Auditing/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-2vkUSnsKYa291+S8l/XPytd3z8eHJ3/3W4jGOliWs5cSiwR8evieJ6jrn4vvlebydOrjEL+t2hQraJKyyj5J6Q==",
|
|
|
- "path": "volo.abp.auditing/6.0.2",
|
|
|
- "hashPath": "volo.abp.auditing.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.Auditing.Contracts/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-TNnCpKhIx2052j82Z3hgEpcoE1GQ0/4+NwJog5p7ntTw4T9vkN2zsepIKBxDOpVtAkhrF14p4sHORYMz1Cd0eg==",
|
|
|
- "path": "volo.abp.auditing.contracts/6.0.2",
|
|
|
- "hashPath": "volo.abp.auditing.contracts.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.BackgroundWorkers/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-UIvmY1EEDnlT3jjZ92cDTWIsJncVLnntx32gLqqDWKILBAv2tAb/NQehW0yVYYcyezUULj2kJHPUaHr9uRAf9A==",
|
|
|
- "path": "volo.abp.backgroundworkers/6.0.2",
|
|
|
- "hashPath": "volo.abp.backgroundworkers.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.Core/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-wuY90hoFxowFD0jatwJ0SWJ+bDuwQD4C+Wb00EWJ7sfYDq9Xu0l4Hh7QmUKFQOKPMotLy5Lt8LGirmwE88D00w==",
|
|
|
- "path": "volo.abp.core/6.0.2",
|
|
|
- "hashPath": "volo.abp.core.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.Data/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-JBWe8xpTKv9kUYCbwSL5OvviyWbldGWjkQ517SdmzqXiYbYhTIpBuEBv+XemxjMbgBG+jOxmtrXc/7/77uXd5w==",
|
|
|
- "path": "volo.abp.data/6.0.2",
|
|
|
- "hashPath": "volo.abp.data.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.Ddd.Domain/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-wxcpTFmoLgZ9/5vkdMaZFU1kcxOba5c1DrHQUIrV9KFDiWPguDd9hc3bPbpsCzq/oZgUUZVo42lj03gzbM4zGA==",
|
|
|
- "path": "volo.abp.ddd.domain/6.0.2",
|
|
|
- "hashPath": "volo.abp.ddd.domain.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.DistributedLocking.Abstractions/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-luIm9uqOsar7wRA65X3ItlM6O3Sy/iR8nfn6ifU1VoXaODVaqPM+NzUWOoMkxPiUNMfAaap8qbfzKSJ4+PkPug==",
|
|
|
- "path": "volo.abp.distributedlocking.abstractions/6.0.2",
|
|
|
- "hashPath": "volo.abp.distributedlocking.abstractions.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.EntityFrameworkCore/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-R0VOj2p5I+TYJ+oFI3WM6FeDGDZRBrXnX3QOqt4JxTBTnnE4oXCKx8I/k6JMrllmGbyKYD2dheRxxuTKpjr0Kg==",
|
|
|
- "path": "volo.abp.entityframeworkcore/6.0.2",
|
|
|
- "hashPath": "volo.abp.entityframeworkcore.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.EventBus/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-NaGgox4T4L7AzQijPtQERZAH2crWYtyWVLZEmhEqPhDOiyFeJHwzNoP4bCqaz2FqFG0f7SbWZwJV6vdWoHCY8Q==",
|
|
|
- "path": "volo.abp.eventbus/6.0.2",
|
|
|
- "hashPath": "volo.abp.eventbus.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.EventBus.Abstractions/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-9eHrajsiJYfSBf1/hKnF8Wjc8K9aANfS9HKbJIkVJUS1PgRSLiCbLrCuyesCkgORSt3a3VDDywAfP0RhgEJ/zQ==",
|
|
|
- "path": "volo.abp.eventbus.abstractions/6.0.2",
|
|
|
- "hashPath": "volo.abp.eventbus.abstractions.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.ExceptionHandling/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-Gw9biTqWpDvz01dEuVO5KHKGX/po6TWSsAEQMb6XnxEicH9HU7AM6VDSHVduFszO/lhzLZ+3EUaU2rvRfP0b5w==",
|
|
|
- "path": "volo.abp.exceptionhandling/6.0.2",
|
|
|
- "hashPath": "volo.abp.exceptionhandling.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.Guids/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-NZJVgg5h6l7WIVpxTIRc27Xkeu1GrsP+BgTXEEgD/+bdbyxwk3jvS1vZpCMTy3c1AxjKldJE+MDbFMSJ1P4QmQ==",
|
|
|
- "path": "volo.abp.guids/6.0.2",
|
|
|
- "hashPath": "volo.abp.guids.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.Json/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-opT+u/teEACd2U/8OEYYNh4XHZ2JZgx+fdqPCOHcDyV0aJFn6friK8hc8d5dkUw/XY9lbnTX0VA7a5hMFhF+VQ==",
|
|
|
- "path": "volo.abp.json/6.0.2",
|
|
|
- "hashPath": "volo.abp.json.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.Localization/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-YYUEzyfH3u/ILYm045fbPZQKh2asIEXiw1swsh3qyo7fPV1q5xxEsb5xBwfE5SC0F+lcUBy72cJjRmf8HqiQFw==",
|
|
|
- "path": "volo.abp.localization/6.0.2",
|
|
|
- "hashPath": "volo.abp.localization.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.Localization.Abstractions/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-RE2tYmLJJ6W6BEm4LXiqJHBpY07JE9iiAj7djfYvQzrn3oSonCyLFxH+/UWIBzcGgOrjdhzI/UuF0Y9GHNRWTA==",
|
|
|
- "path": "volo.abp.localization.abstractions/6.0.2",
|
|
|
- "hashPath": "volo.abp.localization.abstractions.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.MultiTenancy/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-1RU/gR260DELa1hZKmb8pwFu5yUzF3dv5ilSc3ICcu8CnStod1/wD1gwLl8WbLob2IZX/CqRRqUzawwc4lwY6w==",
|
|
|
- "path": "volo.abp.multitenancy/6.0.2",
|
|
|
- "hashPath": "volo.abp.multitenancy.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.ObjectExtending/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-KNAIAAoQIJg75TisdF6ZE8roeeqwlyjCMu9PAgnKbwraxwU12F390Rl3ObKhVI9aHAk31aMj4+EZpLTUbCmFpA==",
|
|
|
- "path": "volo.abp.objectextending/6.0.2",
|
|
|
- "hashPath": "volo.abp.objectextending.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.ObjectMapping/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-reUOLtKea9//yOSNwfCno9tPIPrlLyaOFioeP4dDSlIfq6p0q8O45XHnZzv7LJ8SLpB26Xw9DuFZRZ59TVkahw==",
|
|
|
- "path": "volo.abp.objectmapping/6.0.2",
|
|
|
- "hashPath": "volo.abp.objectmapping.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.Security/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-+SxP7wxD+Auc4WXuPXZZ6Ra1VTy1H+UWbkvUBiKnjw8258tdTEsWBLBosOM74OzCcBMysj3uxiKVv/unNg3sWg==",
|
|
|
- "path": "volo.abp.security/6.0.2",
|
|
|
- "hashPath": "volo.abp.security.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.Settings/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-jRlV1GF/TjphMXIwBn/ldkweRdvZY4U/p5iNebVT2hhz8W896Y88jF5yS9JZtjWHT9vs0AitVIYWPs2ZNW8yrQ==",
|
|
|
- "path": "volo.abp.settings/6.0.2",
|
|
|
- "hashPath": "volo.abp.settings.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.Specifications/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-SYc3Wjco9r9SaeP6+giUvx7x+3jU7ZwEi/AicGQ90oxqngPdL2dSLY86iVItKElM+ZY/JnW5cXwhF9IbJJ6wEw==",
|
|
|
- "path": "volo.abp.specifications/6.0.2",
|
|
|
- "hashPath": "volo.abp.specifications.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.Threading/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-tgTehSlQbfNiUPNLMtw3sQRK2AxaCwLdFPf60aJNlwrWbsUTT17HrJ9Yeu9Mn+li8WARS0lvs9tnkk8blUFeuQ==",
|
|
|
- "path": "volo.abp.threading/6.0.2",
|
|
|
- "hashPath": "volo.abp.threading.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.Timing/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-MbGt9ZJ9U01oHK5+bxUBGuq62w/uI++dFQdR/ghyA3M4r2k435+Snzs+oRoaRcUqvxaE97dPDd578yDwWLl3fQ==",
|
|
|
- "path": "volo.abp.timing/6.0.2",
|
|
|
- "hashPath": "volo.abp.timing.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.Uow/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-frheu6miUaSeDzSaKpk4IUT1vZQ1a5Yji9s4pRmX7skd13bTeB6P45n+555qDBEf4/plpr4GPz+9Fd+u/EnVvQ==",
|
|
|
- "path": "volo.abp.uow/6.0.2",
|
|
|
- "hashPath": "volo.abp.uow.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.Validation.Abstractions/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-LEeESHPMPHrrkf0sFjgUKiHayaStq4uTt7PTQyUvU3WaAJZWrENuC3aXkz4aHJhO2jjW2bRoRHNqfmoGjdzqRg==",
|
|
|
- "path": "volo.abp.validation.abstractions/6.0.2",
|
|
|
- "hashPath": "volo.abp.validation.abstractions.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Volo.Abp.VirtualFileSystem/6.0.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-/uA+KzInBEgg31HRis/z7qDsK1rNT8vCEdgQ4cZzUujB6vV7j8cBJQfsXLVmctSEadt0DibFa/XLn7w51J1oXg==",
|
|
|
- "path": "volo.abp.virtualfilesystem/6.0.2",
|
|
|
- "hashPath": "volo.abp.virtualfilesystem.6.0.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "ZstdSharp.Port/0.6.2": {
|
|
|
- "type": "package",
|
|
|
- "serviceable": true,
|
|
|
- "sha512": "sha512-jPao/LdUNLUz8rn3H1D8W7wQbZsRZM0iayvWI4xGejJg3XJHT56gcmYdgmCGPdJF1UEBqUjucCRrFB+4HbJsbw==",
|
|
|
- "path": "zstdsharp.port/0.6.2",
|
|
|
- "hashPath": "zstdsharp.port.0.6.2.nupkg.sha512"
|
|
|
- },
|
|
|
- "Business.Core/1.0.0": {
|
|
|
- "type": "project",
|
|
|
- "serviceable": false,
|
|
|
- "sha512": ""
|
|
|
- }
|
|
|
- }
|
|
|
-}
|