{ "runtimeTarget": { "name": ".NETCoreApp,Version=v8.0", "signature": "" }, "compilationOptions": {}, "targets": { ".NETCoreApp,Version=v8.0": { "AipGateway.API/1.0.0": { "dependencies": { "AipGateway.AIP": "1.0.0", "AipGateway.API.Application": "1.0.0", "AipGateway.API.Domain": "1.0.0", "AipGateway.DRM": "1.0.0", "AipGateway.Messaging": "1.0.0", "Coravel": "5.0.3", "Dapper": "2.1.35", "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4", "Microsoft.EntityFrameworkCore": "8.0.4", "Microsoft.EntityFrameworkCore.SqlServer": "8.0.4", "Microsoft.Extensions.Logging.Log4Net.AspNetCore": "8.0.0", "Serilog": "4.0.0", "Serilog.AspNetCore": "8.0.1", "Serilog.Enrichers.Thread": "4.0.0", "Serilog.Extensions.Logging": "8.0.0", "Serilog.Sinks.Console": "6.0.0", "Serilog.Sinks.File": "6.0.0", "Swashbuckle.AspNetCore": "6.5.0", "Swashbuckle.AspNetCore.Annotations": "6.5.0", "Swashbuckle.AspNetCore.Filters": "8.0.2" }, "runtime": { "AipGateway.API.dll": {} } }, "AutoMapper/12.0.1": { "dependencies": { "Microsoft.CSharp": "4.7.0" }, "runtime": { "lib/netstandard2.1/AutoMapper.dll": { "assemblyVersion": "12.0.0.0", "fileVersion": "12.0.1.0" } } }, "AutoMapper.Extensions.Microsoft.DependencyInjection/12.0.1": { "dependencies": { "AutoMapper": "12.0.1", "Microsoft.Extensions.Options": "8.0.0" }, "runtime": { "lib/netstandard2.1/AutoMapper.Extensions.Microsoft.DependencyInjection.dll": { "assemblyVersion": "12.0.0.0", "fileVersion": "12.0.1.0" } } }, "Azure.Core/1.35.0": { "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", "System.Diagnostics.DiagnosticSource": "8.0.0", "System.Memory.Data": "1.0.2", "System.Numerics.Vectors": "4.5.0", "System.Text.Encodings.Web": "8.0.0", "System.Text.Json": "8.0.0", "System.Threading.Tasks.Extensions": "4.5.4" }, "runtime": { "lib/net6.0/Azure.Core.dll": { "assemblyVersion": "1.35.0.0", "fileVersion": "1.3500.23.45706" } } }, "Azure.Identity/1.10.3": { "dependencies": { "Azure.Core": "1.35.0", "Microsoft.Identity.Client": "4.61.3", "Microsoft.Identity.Client.Extensions.Msal": "4.61.3", "System.Memory": "4.5.4", "System.Security.Cryptography.ProtectedData": "6.0.0", "System.Text.Json": "8.0.0", "System.Threading.Tasks.Extensions": "4.5.4" }, "runtime": { "lib/netstandard2.0/Azure.Identity.dll": { "assemblyVersion": "1.10.3.0", "fileVersion": "1.1000.323.51804" } } }, "Coravel/5.0.3": { "dependencies": { "Microsoft.Extensions.Caching.Memory": "8.0.0", "Microsoft.Extensions.DependencyInjection": "8.0.0", "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", "Microsoft.Extensions.Logging.Abstractions": "8.0.0" }, "runtime": { "lib/net6.0/Coravel.dll": { "assemblyVersion": "5.0.3.0", "fileVersion": "5.0.3.0" } } }, "Dapper/2.1.35": { "runtime": { "lib/net7.0/Dapper.dll": { "assemblyVersion": "2.0.0.0", "fileVersion": "2.1.35.13827" } } }, "Experimental.System.Messaging/1.1.0": { "runtime": { "lib/netstandard2.0/Experimental.System.Messaging.dll": { "assemblyVersion": "1.1.0.0", "fileVersion": "1.1.0.0" } } }, "FluentValidation/11.9.1": { "runtime": { "lib/net8.0/FluentValidation.dll": { "assemblyVersion": "11.0.0.0", "fileVersion": "11.9.1.0" } } }, "FluentValidation.DependencyInjectionExtensions/11.9.1": { "dependencies": { "FluentValidation": "11.9.1", "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1" }, "runtime": { "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": { "assemblyVersion": "11.0.0.0", "fileVersion": "11.9.1.0" } } }, "log4net/2.0.17": { "dependencies": { "System.Configuration.ConfigurationManager": "6.0.1" }, "runtime": { "lib/netstandard2.0/log4net.dll": { "assemblyVersion": "2.0.17.0", "fileVersion": "2.0.17.0" } } }, "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": { "dependencies": { "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2" }, "runtime": { "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "assemblyVersion": "8.0.4.0", "fileVersion": "8.0.424.17014" } } }, "Microsoft.AspNetCore.Cryptography.Internal/8.0.0": {}, "Microsoft.AspNetCore.Cryptography.KeyDerivation/8.0.0": { "dependencies": { "Microsoft.AspNetCore.Cryptography.Internal": "8.0.0" } }, "Microsoft.AspNetCore.Http.Features/5.0.17": { "dependencies": { "Microsoft.Extensions.Primitives": "8.0.0", "System.IO.Pipelines": "5.0.2" } }, "Microsoft.AspNetCore.Identity.EntityFrameworkCore/8.0.0": { "dependencies": { "Microsoft.EntityFrameworkCore.Relational": "8.0.4", "Microsoft.Extensions.Identity.Stores": "8.0.0" }, "runtime": { "lib/net8.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.23.53112" } } }, "Microsoft.AspNetCore.JsonPatch/8.0.4": { "dependencies": { "Microsoft.CSharp": "4.7.0", "Newtonsoft.Json": "13.0.3" }, "runtime": { "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { "assemblyVersion": "8.0.4.0", "fileVersion": "8.0.424.17014" } } }, "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { "dependencies": { "Microsoft.AspNetCore.JsonPatch": "8.0.4", "Newtonsoft.Json": "13.0.3", "Newtonsoft.Json.Bson": "1.0.2" }, "runtime": { "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "assemblyVersion": "8.0.4.0", "fileVersion": "8.0.424.17014" } } }, "Microsoft.Bcl.AsyncInterfaces/1.1.1": { "runtime": { "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { "assemblyVersion": "1.0.0.0", "fileVersion": "4.700.20.21406" } } }, "Microsoft.CSharp/4.7.0": {}, "Microsoft.Data.SqlClient/5.1.5": { "dependencies": { "Azure.Identity": "1.10.3", "Microsoft.Data.SqlClient.SNI.runtime": "5.1.1", "Microsoft.Identity.Client": "4.61.3", "Microsoft.IdentityModel.JsonWebTokens": "7.1.2", "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2", "Microsoft.SqlServer.Server": "1.0.0", "System.Configuration.ConfigurationManager": "6.0.1", "System.Diagnostics.DiagnosticSource": "8.0.0", "System.Runtime.Caching": "6.0.0", "System.Security.Cryptography.Cng": "5.0.0", "System.Security.Principal.Windows": "5.0.0", "System.Text.Encoding.CodePages": "6.0.0", "System.Text.Encodings.Web": "8.0.0" }, "runtime": { "lib/net6.0/Microsoft.Data.SqlClient.dll": { "assemblyVersion": "5.0.0.0", "fileVersion": "5.15.24027.2" } }, "runtimeTargets": { "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": { "rid": "unix", "assetType": "runtime", "assemblyVersion": "5.0.0.0", "fileVersion": "5.15.24027.2" }, "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "5.0.0.0", "fileVersion": "5.15.24027.2" } } }, "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": { "runtimeTargets": { "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { "rid": "win-arm", "assetType": "native", "fileVersion": "5.1.1.0" }, "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { "rid": "win-arm64", "assetType": "native", "fileVersion": "5.1.1.0" }, "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { "rid": "win-x64", "assetType": "native", "fileVersion": "5.1.1.0" }, "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { "rid": "win-x86", "assetType": "native", "fileVersion": "5.1.1.0" } } }, "Microsoft.EntityFrameworkCore/8.0.4": { "dependencies": { "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4", "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4", "Microsoft.Extensions.Caching.Memory": "8.0.0", "Microsoft.Extensions.Logging": "8.0.0" }, "runtime": { "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { "assemblyVersion": "8.0.4.0", "fileVersion": "8.0.424.16902" } } }, "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { "runtime": { "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { "assemblyVersion": "8.0.4.0", "fileVersion": "8.0.424.16902" } } }, "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": {}, "Microsoft.EntityFrameworkCore.Relational/8.0.4": { "dependencies": { "Microsoft.EntityFrameworkCore": "8.0.4", "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" }, "runtime": { "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { "assemblyVersion": "8.0.4.0", "fileVersion": "8.0.424.16902" } } }, "Microsoft.EntityFrameworkCore.SqlServer/8.0.4": { "dependencies": { "Microsoft.Data.SqlClient": "5.1.5", "Microsoft.EntityFrameworkCore.Relational": "8.0.4" }, "runtime": { "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { "assemblyVersion": "8.0.4.0", "fileVersion": "8.0.424.16902" } } }, "Microsoft.Extensions.ApiDescription.Server/6.0.5": {}, "Microsoft.Extensions.Caching.Abstractions/8.0.0": { "dependencies": { "Microsoft.Extensions.Primitives": "8.0.0" } }, "Microsoft.Extensions.Caching.Memory/8.0.0": { "dependencies": { "Microsoft.Extensions.Caching.Abstractions": "8.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1", "Microsoft.Extensions.Logging.Abstractions": "8.0.0", "Microsoft.Extensions.Options": "8.0.0", "Microsoft.Extensions.Primitives": "8.0.0" } }, "Microsoft.Extensions.Configuration/8.0.0": { "dependencies": { "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", "Microsoft.Extensions.Primitives": "8.0.0" } }, "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { "dependencies": { "Microsoft.Extensions.Primitives": "8.0.0" } }, "Microsoft.Extensions.Configuration.Binder/8.0.0": { "dependencies": { "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" } }, "Microsoft.Extensions.DependencyInjection/8.0.0": { "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1" } }, "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.1": { "runtime": { "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.324.11423" } } }, "Microsoft.Extensions.DependencyModel/8.0.0": { "dependencies": { "System.Text.Encodings.Web": "8.0.0", "System.Text.Json": "8.0.0" }, "runtime": { "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.23.53103" } } }, "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": { "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1", "Microsoft.Extensions.Options": "8.0.0", "System.Diagnostics.DiagnosticSource": "8.0.0" } }, "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { "dependencies": { "Microsoft.Extensions.Primitives": "8.0.0" } }, "Microsoft.Extensions.Hosting.Abstractions/8.0.0": { "dependencies": { "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1", "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0", "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", "Microsoft.Extensions.Logging.Abstractions": "8.0.0" } }, "Microsoft.Extensions.Identity.Core/8.0.0": { "dependencies": { "Microsoft.AspNetCore.Cryptography.KeyDerivation": "8.0.0", "Microsoft.Extensions.Logging": "8.0.0", "Microsoft.Extensions.Options": "8.0.0" } }, "Microsoft.Extensions.Identity.Stores/8.0.0": { "dependencies": { "Microsoft.Extensions.Caching.Abstractions": "8.0.0", "Microsoft.Extensions.Identity.Core": "8.0.0", "Microsoft.Extensions.Logging": "8.0.0" } }, "Microsoft.Extensions.Logging/8.0.0": { "dependencies": { "Microsoft.Extensions.DependencyInjection": "8.0.0", "Microsoft.Extensions.Logging.Abstractions": "8.0.0", "Microsoft.Extensions.Options": "8.0.0" } }, "Microsoft.Extensions.Logging.Abstractions/8.0.0": { "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1" } }, "Microsoft.Extensions.Logging.Log4Net.AspNetCore/8.0.0": { "dependencies": { "Microsoft.Extensions.Configuration": "8.0.0", "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", "Microsoft.Extensions.Configuration.Binder": "8.0.0", "Microsoft.Extensions.Logging": "8.0.0", "log4net": "2.0.17" }, "runtime": { "lib/net8.0/Microsoft.Extensions.Logging.Log4Net.AspNetCore.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.0.0" } } }, "Microsoft.Extensions.Options/8.0.0": { "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1", "Microsoft.Extensions.Primitives": "8.0.0" } }, "Microsoft.Extensions.Primitives/8.0.0": {}, "Microsoft.Identity.Client/4.61.3": { "dependencies": { "Microsoft.IdentityModel.Abstractions": "7.1.2", "System.Diagnostics.DiagnosticSource": "8.0.0" }, "runtime": { "lib/net6.0/Microsoft.Identity.Client.dll": { "assemblyVersion": "4.61.3.0", "fileVersion": "4.61.3.0" } } }, "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { "dependencies": { "Microsoft.Identity.Client": "4.61.3", "System.Security.Cryptography.ProtectedData": "6.0.0" }, "runtime": { "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { "assemblyVersion": "4.61.3.0", "fileVersion": "4.61.3.0" } } }, "Microsoft.IdentityModel.Abstractions/7.1.2": { "runtime": { "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { "assemblyVersion": "7.1.2.0", "fileVersion": "7.1.2.41121" } } }, "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { "dependencies": { "Microsoft.IdentityModel.Tokens": "7.1.2" }, "runtime": { "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "assemblyVersion": "7.1.2.0", "fileVersion": "7.1.2.41121" } } }, "Microsoft.IdentityModel.Logging/7.1.2": { "dependencies": { "Microsoft.IdentityModel.Abstractions": "7.1.2" }, "runtime": { "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { "assemblyVersion": "7.1.2.0", "fileVersion": "7.1.2.41121" } } }, "Microsoft.IdentityModel.Protocols/7.1.2": { "dependencies": { "Microsoft.IdentityModel.Logging": "7.1.2", "Microsoft.IdentityModel.Tokens": "7.1.2" }, "runtime": { "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { "assemblyVersion": "7.1.2.0", "fileVersion": "7.1.2.41121" } } }, "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { "dependencies": { "Microsoft.IdentityModel.Protocols": "7.1.2", "System.IdentityModel.Tokens.Jwt": "7.1.2" }, "runtime": { "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { "assemblyVersion": "7.1.2.0", "fileVersion": "7.1.2.41121" } } }, "Microsoft.IdentityModel.Tokens/7.1.2": { "dependencies": { "Microsoft.IdentityModel.Logging": "7.1.2" }, "runtime": { "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { "assemblyVersion": "7.1.2.0", "fileVersion": "7.1.2.41121" } } }, "Microsoft.InformationProtection.File/1.14.128": { "runtime": { "lib/netstandard2.0/Microsoft.InformationProtection.dll": { "assemblyVersion": "1.14.128.0", "fileVersion": "1.14.128.0" } } }, "Microsoft.OpenApi/1.3.1": { "runtime": { "lib/netstandard2.0/Microsoft.OpenApi.dll": { "assemblyVersion": "1.3.1.0", "fileVersion": "1.3.1.0" } } }, "Microsoft.SqlServer.Server/1.0.0": { "runtime": { "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { "assemblyVersion": "1.0.0.0", "fileVersion": "1.0.0.0" } } }, "Microsoft.Win32.SystemEvents/6.0.0": { "runtime": { "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } }, "runtimeTargets": { "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "Newtonsoft.Json/13.0.3": { "runtime": { "lib/net6.0/Newtonsoft.Json.dll": { "assemblyVersion": "13.0.0.0", "fileVersion": "13.0.3.27908" } } }, "Newtonsoft.Json.Bson/1.0.2": { "dependencies": { "Newtonsoft.Json": "13.0.3" }, "runtime": { "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { "assemblyVersion": "1.0.0.0", "fileVersion": "1.0.2.22727" } } }, "NReco.PdfGenerator/1.2.1": { "runtime": { "lib/netstandard2.0/NReco.PdfGenerator.dll": { "assemblyVersion": "1.2.1.0", "fileVersion": "1.2.1.0" } } }, "Scrutor/3.3.0": { "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1", "Microsoft.Extensions.DependencyModel": "8.0.0" }, "runtime": { "lib/netcoreapp3.1/Scrutor.dll": { "assemblyVersion": "3.0.2.0", "fileVersion": "3.0.2.0" } } }, "Serilog/4.0.0": { "runtime": { "lib/net8.0/Serilog.dll": { "assemblyVersion": "4.0.0.0", "fileVersion": "4.0.0.0" } } }, "Serilog.AspNetCore/8.0.1": { "dependencies": { "Microsoft.Extensions.DependencyInjection": "8.0.0", "Microsoft.Extensions.Logging": "8.0.0", "Serilog": "4.0.0", "Serilog.Extensions.Hosting": "8.0.0", "Serilog.Extensions.Logging": "8.0.0", "Serilog.Formatting.Compact": "2.0.0", "Serilog.Settings.Configuration": "8.0.0", "Serilog.Sinks.Console": "6.0.0", "Serilog.Sinks.Debug": "2.0.0", "Serilog.Sinks.File": "6.0.0" }, "runtime": { "lib/net8.0/Serilog.AspNetCore.dll": { "assemblyVersion": "8.0.1.0", "fileVersion": "8.0.1.0" } } }, "Serilog.Enrichers.Thread/4.0.0": { "dependencies": { "Serilog": "4.0.0" }, "runtime": { "lib/net8.0/Serilog.Enrichers.Thread.dll": { "assemblyVersion": "4.0.0.0", "fileVersion": "4.0.0.0" } } }, "Serilog.Extensions.Hosting/8.0.0": { "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1", "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", "Microsoft.Extensions.Logging.Abstractions": "8.0.0", "Serilog": "4.0.0", "Serilog.Extensions.Logging": "8.0.0" }, "runtime": { "lib/net8.0/Serilog.Extensions.Hosting.dll": { "assemblyVersion": "7.0.0.0", "fileVersion": "8.0.0.0" } } }, "Serilog.Extensions.Logging/8.0.0": { "dependencies": { "Microsoft.Extensions.Logging": "8.0.0", "Serilog": "4.0.0" }, "runtime": { "lib/net8.0/Serilog.Extensions.Logging.dll": { "assemblyVersion": "7.0.0.0", "fileVersion": "8.0.0.0" } } }, "Serilog.Formatting.Compact/2.0.0": { "dependencies": { "Serilog": "4.0.0" }, "runtime": { "lib/net7.0/Serilog.Formatting.Compact.dll": { "assemblyVersion": "2.0.0.0", "fileVersion": "2.0.0.0" } } }, "Serilog.Settings.Configuration/8.0.0": { "dependencies": { "Microsoft.Extensions.Configuration.Binder": "8.0.0", "Microsoft.Extensions.DependencyModel": "8.0.0", "Serilog": "4.0.0" }, "runtime": { "lib/net8.0/Serilog.Settings.Configuration.dll": { "assemblyVersion": "8.0.0.0", "fileVersion": "8.0.0.0" } } }, "Serilog.Sinks.Console/6.0.0": { "dependencies": { "Serilog": "4.0.0" }, "runtime": { "lib/net8.0/Serilog.Sinks.Console.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.0.0" } } }, "Serilog.Sinks.Debug/2.0.0": { "dependencies": { "Serilog": "4.0.0" }, "runtime": { "lib/netstandard2.1/Serilog.Sinks.Debug.dll": { "assemblyVersion": "2.0.0.0", "fileVersion": "2.0.0.0" } } }, "Serilog.Sinks.File/6.0.0": { "dependencies": { "Serilog": "4.0.0" }, "runtime": { "lib/net8.0/Serilog.Sinks.File.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.0.0" } } }, "Swashbuckle.AspNetCore/6.5.0": { "dependencies": { "Microsoft.Extensions.ApiDescription.Server": "6.0.5", "Swashbuckle.AspNetCore.Swagger": "6.5.0", "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" } }, "Swashbuckle.AspNetCore.Annotations/6.5.0": { "dependencies": { "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0" }, "runtime": { "lib/net7.0/Swashbuckle.AspNetCore.Annotations.dll": { "assemblyVersion": "6.5.0.0", "fileVersion": "6.5.0.0" } } }, "Swashbuckle.AspNetCore.Filters/8.0.2": { "dependencies": { "Microsoft.Extensions.DependencyInjection": "8.0.0", "Microsoft.OpenApi": "1.3.1", "Scrutor": "3.3.0", "Swashbuckle.AspNetCore.Filters.Abstractions": "8.0.2", "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0" }, "runtime": { "lib/net5.0/Swashbuckle.AspNetCore.Filters.dll": { "assemblyVersion": "8.0.2.0", "fileVersion": "8.0.2.0" } } }, "Swashbuckle.AspNetCore.Filters.Abstractions/8.0.2": { "runtime": { "lib/net5.0/Swashbuckle.AspNetCore.Filters.Abstractions.dll": { "assemblyVersion": "8.0.2.0", "fileVersion": "8.0.2.0" } } }, "Swashbuckle.AspNetCore.Swagger/6.5.0": { "dependencies": { "Microsoft.OpenApi": "1.3.1" }, "runtime": { "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { "assemblyVersion": "6.5.0.0", "fileVersion": "6.5.0.0" } } }, "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { "dependencies": { "Swashbuckle.AspNetCore.Swagger": "6.5.0" }, "runtime": { "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { "assemblyVersion": "6.5.0.0", "fileVersion": "6.5.0.0" } } }, "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { "runtime": { "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { "assemblyVersion": "6.5.0.0", "fileVersion": "6.5.0.0" } } }, "System.Configuration.ConfigurationManager/6.0.1": { "dependencies": { "System.Security.Cryptography.ProtectedData": "6.0.0", "System.Security.Permissions": "6.0.0" }, "runtime": { "lib/net6.0/System.Configuration.ConfigurationManager.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.922.41905" } } }, "System.Diagnostics.DiagnosticSource/8.0.0": {}, "System.Drawing.Common/6.0.0": { "dependencies": { "Microsoft.Win32.SystemEvents": "6.0.0" }, "runtime": { "lib/net6.0/System.Drawing.Common.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } }, "runtimeTargets": { "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": { "rid": "unix", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" }, "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.Formats.Asn1/5.0.0": {}, "System.IdentityModel.Tokens.Jwt/7.1.2": { "dependencies": { "Microsoft.IdentityModel.JsonWebTokens": "7.1.2", "Microsoft.IdentityModel.Tokens": "7.1.2" }, "runtime": { "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { "assemblyVersion": "7.1.2.0", "fileVersion": "7.1.2.41121" } } }, "System.IO.Pipelines/5.0.2": {}, "System.Memory/4.5.4": {}, "System.Memory.Data/1.0.2": { "dependencies": { "System.Text.Encodings.Web": "8.0.0", "System.Text.Json": "8.0.0" }, "runtime": { "lib/netstandard2.0/System.Memory.Data.dll": { "assemblyVersion": "1.0.2.0", "fileVersion": "1.0.221.20802" } } }, "System.Numerics.Vectors/4.5.0": {}, "System.Runtime.Caching/6.0.0": { "dependencies": { "System.Configuration.ConfigurationManager": "6.0.1" }, "runtime": { "lib/net6.0/System.Runtime.Caching.dll": { "assemblyVersion": "4.0.0.0", "fileVersion": "6.0.21.52210" } }, "runtimeTargets": { "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "4.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, "System.Security.AccessControl/6.0.0": {}, "System.Security.Cryptography.Cng/5.0.0": { "dependencies": { "System.Formats.Asn1": "5.0.0" } }, "System.Security.Cryptography.ProtectedData/6.0.0": { "runtime": { "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } }, "runtimeTargets": { "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.Security.Permissions/6.0.0": { "dependencies": { "System.Security.AccessControl": "6.0.0", "System.Windows.Extensions": "6.0.0" }, "runtime": { "lib/net6.0/System.Security.Permissions.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "System.Security.Principal.Windows/5.0.0": {}, "System.Text.Encoding.CodePages/6.0.0": { "dependencies": { "System.Runtime.CompilerServices.Unsafe": "6.0.0" } }, "System.Text.Encodings.Web/8.0.0": {}, "System.Text.Json/8.0.0": { "dependencies": { "System.Text.Encodings.Web": "8.0.0" } }, "System.Threading.Tasks.Extensions/4.5.4": {}, "System.Windows.Extensions/6.0.0": { "dependencies": { "System.Drawing.Common": "6.0.0" }, "runtime": { "lib/net6.0/System.Windows.Extensions.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } }, "runtimeTargets": { "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { "rid": "win", "assetType": "runtime", "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "AipGateway.AIP/1.0.0": { "dependencies": { "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", "Microsoft.Identity.Client": "4.61.3", "Microsoft.Identity.Client.Extensions.Msal": "4.61.3", "Microsoft.InformationProtection.File": "1.14.128", "Serilog": "4.0.0", "log4net": "2.0.17" }, "runtime": { "AipGateway.AIP.dll": {} } }, "AipGateway.API.Application/1.0.0": { "dependencies": { "AipGateway.AIP": "1.0.0", "AipGateway.API.Domain": "1.0.0", "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.4", "Microsoft.EntityFrameworkCore": "8.0.4", "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1" }, "runtime": { "AipGateway.API.Application.dll": {} } }, "AipGateway.API.Domain/1.0.0": { "dependencies": { "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1", "FluentValidation": "11.9.1", "FluentValidation.DependencyInjectionExtensions": "11.9.1", "Microsoft.AspNetCore.Http.Features": "5.0.17", "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "8.0.0", "Microsoft.EntityFrameworkCore": "8.0.4", "Microsoft.EntityFrameworkCore.SqlServer": "8.0.4", "Microsoft.Extensions.Identity.Stores": "8.0.0", "NReco.PdfGenerator": "1.2.1", "Newtonsoft.Json": "13.0.3" }, "runtime": { "AipGateway.API.Domain.dll": {} } }, "AipGateway.DRM/1.0.0": { "runtime": { "AipGateway.DRM.dll": {} } }, "AipGateway.Messaging/1.0.0": { "dependencies": { "Experimental.System.Messaging": "1.1.0" }, "runtime": { "AipGateway.Messaging.dll": {} } } } }, "libraries": { "AipGateway.API/1.0.0": { "type": "project", "serviceable": false, "sha512": "" }, "AutoMapper/12.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-hvV62vl6Hp/WfQ24yzo3Co9+OPl8wH8hApwVtgWpiAynVJkUcs7xvehnSftawL8Pe8FrPffBRM3hwzLQqWDNjA==", "path": "automapper/12.0.1", "hashPath": "automapper.12.0.1.nupkg.sha512" }, "AutoMapper.Extensions.Microsoft.DependencyInjection/12.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-+g/K+Vpe3gGMKGzjslMOdqNlkikScDjWfVvmWTayrDHaG/n2pPmFBMa+jKX1r/h6BDGFdkyRjAuhFE3ykW+r1g==", "path": "automapper.extensions.microsoft.dependencyinjection/12.0.1", "hashPath": "automapper.extensions.microsoft.dependencyinjection.12.0.1.nupkg.sha512" }, "Azure.Core/1.35.0": { "type": "package", "serviceable": true, "sha512": "sha512-hENcx03Jyuqv05F4RBEPbxz29UrM3Nbhnr6Wl6NQpoU9BCIbL3XLentrxDCTrH54NLS11Exxi/o8MYgT/cnKFA==", "path": "azure.core/1.35.0", "hashPath": "azure.core.1.35.0.nupkg.sha512" }, "Azure.Identity/1.10.3": { "type": "package", "serviceable": true, "sha512": "sha512-l1Xm2MWOF2Mzcwuarlw8kWQXLZk3UeB55aQXVyjj23aBfDwOZ3gu5GP2kJ6KlmZeZv2TCzw7x4L3V36iNr3gww==", "path": "azure.identity/1.10.3", "hashPath": "azure.identity.1.10.3.nupkg.sha512" }, "Coravel/5.0.3": { "type": "package", "serviceable": true, "sha512": "sha512-NCGugxQeszLUqd1Oa6l/HP/Vl1NKM6DInlSCxp1ScCdvnBG+SIoMw7pmJLwP4acO8+7iLxy7FPtGoYOxB+a1HA==", "path": "coravel/5.0.3", "hashPath": "coravel.5.0.3.nupkg.sha512" }, "Dapper/2.1.35": { "type": "package", "serviceable": true, "sha512": "sha512-YKRwjVfrG7GYOovlGyQoMvr1/IJdn+7QzNXJxyMh0YfFF5yvDmTYaJOVYWsckreNjGsGSEtrMTpnzxTUq/tZQw==", "path": "dapper/2.1.35", "hashPath": "dapper.2.1.35.nupkg.sha512" }, "Experimental.System.Messaging/1.1.0": { "type": "package", "serviceable": true, "sha512": "sha512-vub7Mtt2WFdFKTZKECVuZx6feP5kUpS9EfVy+Yu4GDfdlMwivRdX4TbdkDYS2lKqCjqzUbnxTbJei1IOqC+CnA==", "path": "experimental.system.messaging/1.1.0", "hashPath": "experimental.system.messaging.1.1.0.nupkg.sha512" }, "FluentValidation/11.9.1": { "type": "package", "serviceable": true, "sha512": "sha512-C+PqISSMdlOZZJx0Hx25atW32tv4vbpsaiQB+PLjK+ZGLzOFuHl1fUJ3Lny77mIZ31ZtYtNG0JgUjxa3wwLsWg==", "path": "fluentvalidation/11.9.1", "hashPath": "fluentvalidation.11.9.1.nupkg.sha512" }, "FluentValidation.DependencyInjectionExtensions/11.9.1": { "type": "package", "serviceable": true, "sha512": "sha512-3jJbFcCWhiXhrCKFPjKihzccmosv+CleYewd2zEYS4aaUHx9zQSgOvkYbWUGTbDwJ5j2nDWE0Pr1EQ2xY4pryg==", "path": "fluentvalidation.dependencyinjectionextensions/11.9.1", "hashPath": "fluentvalidation.dependencyinjectionextensions.11.9.1.nupkg.sha512" }, "log4net/2.0.17": { "type": "package", "serviceable": true, "sha512": "sha512-qnnDf/ubJzwm2i1xH7nRMjEDoD+ctse7nZDqb+p7L1PvZc6ykpMoEesWr1/9hFqlsbII2v9e8yyQHJhoDQh7ZA==", "path": "log4net/2.0.17", "hashPath": "log4net.2.0.17.nupkg.sha512" }, "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": { "type": "package", "serviceable": true, "sha512": "sha512-tHnHRBgQyiVNZJ8PksNinLdGOsE8+tFFv3E9QEtmwO+iyTHRvg4bJ4X0XZG1u9KxXMTJuAdeIWKWYr2rTLEHqQ==", "path": "microsoft.aspnetcore.authentication.jwtbearer/8.0.4", "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.8.0.4.nupkg.sha512" }, "Microsoft.AspNetCore.Cryptography.Internal/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-buuMMCTxFcVkOkEftb2OafYxrveNGre9KJF4Oi1DkR4rxIj6oLam7Wq3g0Fp9hNVpJteKEPiupsxYnPrD/oUGA==", "path": "microsoft.aspnetcore.cryptography.internal/8.0.0", "hashPath": "microsoft.aspnetcore.cryptography.internal.8.0.0.nupkg.sha512" }, "Microsoft.AspNetCore.Cryptography.KeyDerivation/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-65w93R5wqUUs35R9wjHHDf75GqAbxJsNByKZo5TbQOWSXcUbLWrDUWBQHv78iXIT0PL1pXNqKQz7OHiHMvo0/A==", "path": "microsoft.aspnetcore.cryptography.keyderivation/8.0.0", "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.8.0.0.nupkg.sha512" }, "Microsoft.AspNetCore.Http.Features/5.0.17": { "type": "package", "serviceable": true, "sha512": "sha512-3jG2xS+dx8DDCGV/F+STdPTg89lX3ao3dF/VEPvJaz3wzBIjuadipTtYNEXDIVuOPZwb6jdmhrX9jkzOIBm5cw==", "path": "microsoft.aspnetcore.http.features/5.0.17", "hashPath": "microsoft.aspnetcore.http.features.5.0.17.nupkg.sha512" }, "Microsoft.AspNetCore.Identity.EntityFrameworkCore/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-ua2LSZY/f0BkNUUVPPm83eq4Xnt+FZYutiMimRrzSmv2K2t2Ia/PuP4CfibYNSwnKl6fbZ49Bwn2mQGWnmmvOA==", "path": "microsoft.aspnetcore.identity.entityframeworkcore/8.0.0", "hashPath": "microsoft.aspnetcore.identity.entityframeworkcore.8.0.0.nupkg.sha512" }, "Microsoft.AspNetCore.JsonPatch/8.0.4": { "type": "package", "serviceable": true, "sha512": "sha512-8iy7uza6GTuE5GadOryGfsGuA8xP1RTs16zqdXF5gM0b8iDfyNWnyDmatY5cZhXE1kJiko0S7s1T/gNFdIZ7Zg==", "path": "microsoft.aspnetcore.jsonpatch/8.0.4", "hashPath": "microsoft.aspnetcore.jsonpatch.8.0.4.nupkg.sha512" }, "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { "type": "package", "serviceable": true, "sha512": "sha512-lhJq0JjrlGZQwQoYrpVbokhb1AlgLGxI3QacSyKgCNOXTNwCi0pUnMR7NrfON20DkL90Kqqyl3wDrLbRaRgcsA==", "path": "microsoft.aspnetcore.mvc.newtonsoftjson/8.0.4", "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.8.0.4.nupkg.sha512" }, "Microsoft.Bcl.AsyncInterfaces/1.1.1": { "type": "package", "serviceable": true, "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", "path": "microsoft.bcl.asyncinterfaces/1.1.1", "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512" }, "Microsoft.CSharp/4.7.0": { "type": "package", "serviceable": true, "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", "path": "microsoft.csharp/4.7.0", "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" }, "Microsoft.Data.SqlClient/5.1.5": { "type": "package", "serviceable": true, "sha512": "sha512-6kvhQjY5uBCdBccezFD2smfnpQjQ33cZtUZVrNvxlwoBu6uopM5INH6uSgLI7JRLtlQ3bMPwnhMq4kchsXeZ5w==", "path": "microsoft.data.sqlclient/5.1.5", "hashPath": "microsoft.data.sqlclient.5.1.5.nupkg.sha512" }, "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": { "type": "package", "serviceable": true, "sha512": "sha512-wNGM5ZTQCa2blc9ikXQouybGiyMd6IHPVJvAlBEPtr6JepZEOYeDxGyprYvFVeOxlCXs7avridZQ0nYkHzQWCQ==", "path": "microsoft.data.sqlclient.sni.runtime/5.1.1", "hashPath": "microsoft.data.sqlclient.sni.runtime.5.1.1.nupkg.sha512" }, "Microsoft.EntityFrameworkCore/8.0.4": { "type": "package", "serviceable": true, "sha512": "sha512-/kyu9pXuxQvhg8RO/oN5Q5Og7cDIVvZtrt1z48rX7Yido+zEGkUkp3/Bjd9u45N2uuPPF8mn2pKDlAewCvv3/Q==", "path": "microsoft.entityframeworkcore/8.0.4", "hashPath": "microsoft.entityframeworkcore.8.0.4.nupkg.sha512" }, "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { "type": "package", "serviceable": true, "sha512": "sha512-S50pjtPNOvRktacaO6UAhvGCPMT56wxqEq8fQfcjaSUySPGba6mKWo6ackw6DdeAR1cA6U+U0uj27warA2KtJA==", "path": "microsoft.entityframeworkcore.abstractions/8.0.4", "hashPath": "microsoft.entityframeworkcore.abstractions.8.0.4.nupkg.sha512" }, "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { "type": "package", "serviceable": true, "sha512": "sha512-P8hfMZECdbgle4Us8HGRUKAjqVwgbtr5JqtCxqEoiVORrNQAmcpu3g1NKwTAoUsO9Z0QRgExtYoAmdggR/DkMQ==", "path": "microsoft.entityframeworkcore.analyzers/8.0.4", "hashPath": "microsoft.entityframeworkcore.analyzers.8.0.4.nupkg.sha512" }, "Microsoft.EntityFrameworkCore.Relational/8.0.4": { "type": "package", "serviceable": true, "sha512": "sha512-aWLT6e9a8oMzXgF0YQpYYa3mDeU+yb2UQSQ+RrIgyGgSpzPfSKgpA7v2kOVDuZr2AQ6NNAlWPaBG7wZuKQI96w==", "path": "microsoft.entityframeworkcore.relational/8.0.4", "hashPath": "microsoft.entityframeworkcore.relational.8.0.4.nupkg.sha512" }, "Microsoft.EntityFrameworkCore.SqlServer/8.0.4": { "type": "package", "serviceable": true, "sha512": "sha512-/IlHNxzZGqiuVi+FPtjFZgAOfY989fTPtxw8zhmlFwv5M2WJzBSMlAP4jNVQX/k7/qu+y1YvddPxg4O5QdeRXw==", "path": "microsoft.entityframeworkcore.sqlserver/8.0.4", "hashPath": "microsoft.entityframeworkcore.sqlserver.8.0.4.nupkg.sha512" }, "Microsoft.Extensions.ApiDescription.Server/6.0.5": { "type": "package", "serviceable": true, "sha512": "sha512-Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==", "path": "microsoft.extensions.apidescription.server/6.0.5", "hashPath": "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512" }, "Microsoft.Extensions.Caching.Abstractions/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", "path": "microsoft.extensions.caching.abstractions/8.0.0", "hashPath": "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512" }, "Microsoft.Extensions.Caching.Memory/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-7pqivmrZDzo1ADPkRwjy+8jtRKWRCPag9qPI+p7sgu7Q4QreWhcvbiWXsbhP+yY8XSiDvZpu2/LWdBv7PnmOpQ==", "path": "microsoft.extensions.caching.memory/8.0.0", "hashPath": "microsoft.extensions.caching.memory.8.0.0.nupkg.sha512" }, "Microsoft.Extensions.Configuration/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==", "path": "microsoft.extensions.configuration/8.0.0", "hashPath": "microsoft.extensions.configuration.8.0.0.nupkg.sha512" }, "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", "path": "microsoft.extensions.configuration.abstractions/8.0.0", "hashPath": "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512" }, "Microsoft.Extensions.Configuration.Binder/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==", "path": "microsoft.extensions.configuration.binder/8.0.0", "hashPath": "microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512" }, "Microsoft.Extensions.DependencyInjection/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", "path": "microsoft.extensions.dependencyinjection/8.0.0", "hashPath": "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512" }, "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-fGLiCRLMYd00JYpClraLjJTNKLmMJPnqxMaiRzEBIIvevlzxz33mXy39Lkd48hu1G+N21S7QpaO5ZzKsI6FRuA==", "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.1", "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.1.nupkg.sha512" }, "Microsoft.Extensions.DependencyModel/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-NSmDw3K0ozNDgShSIpsZcbFIzBX4w28nDag+TfaQujkXGazBm+lid5onlWoCBy4VsLxqnnKjEBbGSJVWJMf43g==", "path": "microsoft.extensions.dependencymodel/8.0.0", "hashPath": "microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512" }, "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-JHYCQG7HmugNYUhOl368g+NMxYE/N/AiclCYRNlgCY9eVyiBkOHMwK4x60RYMxv9EL3+rmj1mqHvdCiPpC+D4Q==", "path": "microsoft.extensions.diagnostics.abstractions/8.0.0", "hashPath": "microsoft.extensions.diagnostics.abstractions.8.0.0.nupkg.sha512" }, "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==", "path": "microsoft.extensions.fileproviders.abstractions/8.0.0", "hashPath": "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512" }, "Microsoft.Extensions.Hosting.Abstractions/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-AG7HWwVRdCHlaA++1oKDxLsXIBxmDpMPb3VoyOoAghEWnkUvEAdYQUwnV4jJbAaa/nMYNiEh5ByoLauZBEiovg==", "path": "microsoft.extensions.hosting.abstractions/8.0.0", "hashPath": "microsoft.extensions.hosting.abstractions.8.0.0.nupkg.sha512" }, "Microsoft.Extensions.Identity.Core/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-hnXHyIQc+uc2uNMcIbr43+oNBAPEhMpW6lE8ux3MOegRz50WBna4AItlZDY7Y+Id1LLBbf73osUqeTw7CQ371w==", "path": "microsoft.extensions.identity.core/8.0.0", "hashPath": "microsoft.extensions.identity.core.8.0.0.nupkg.sha512" }, "Microsoft.Extensions.Identity.Stores/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-DmDCpSpngZDBm44wVmxCeYs4HGJr/m32jMItp6pfb7KKtqWYw2vybHRg880j18k/eSFyM4v9uONsnEPgDdi9lg==", "path": "microsoft.extensions.identity.stores/8.0.0", "hashPath": "microsoft.extensions.identity.stores.8.0.0.nupkg.sha512" }, "Microsoft.Extensions.Logging/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", "path": "microsoft.extensions.logging/8.0.0", "hashPath": "microsoft.extensions.logging.8.0.0.nupkg.sha512" }, "Microsoft.Extensions.Logging.Abstractions/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==", "path": "microsoft.extensions.logging.abstractions/8.0.0", "hashPath": "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512" }, "Microsoft.Extensions.Logging.Log4Net.AspNetCore/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-NShPLGSM/PBGJIOK/cmlh3a+QlrtCLcSpb+vfqwxRmZK38Cy4prsOjuODpAIvqWL93zt9PZOTcHOVqyaQRNuEg==", "path": "microsoft.extensions.logging.log4net.aspnetcore/8.0.0", "hashPath": "microsoft.extensions.logging.log4net.aspnetcore.8.0.0.nupkg.sha512" }, "Microsoft.Extensions.Options/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==", "path": "microsoft.extensions.options/8.0.0", "hashPath": "microsoft.extensions.options.8.0.0.nupkg.sha512" }, "Microsoft.Extensions.Primitives/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", "path": "microsoft.extensions.primitives/8.0.0", "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512" }, "Microsoft.Identity.Client/4.61.3": { "type": "package", "serviceable": true, "sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==", "path": "microsoft.identity.client/4.61.3", "hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512" }, "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { "type": "package", "serviceable": true, "sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==", "path": "microsoft.identity.client.extensions.msal/4.61.3", "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512" }, "Microsoft.IdentityModel.Abstractions/7.1.2": { "type": "package", "serviceable": true, "sha512": "sha512-33eTIA2uO/L9utJjZWbKsMSVsQf7F8vtd6q5mQX7ZJzNvCpci5fleD6AeANGlbbb7WX7XKxq9+Dkb5e3GNDrmQ==", "path": "microsoft.identitymodel.abstractions/7.1.2", "hashPath": "microsoft.identitymodel.abstractions.7.1.2.nupkg.sha512" }, "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { "type": "package", "serviceable": true, "sha512": "sha512-cloLGeZolXbCJhJBc5OC05uhrdhdPL6MWHuVUnkkUvPDeK7HkwThBaLZ1XjBQVk9YhxXE2OvHXnKi0PLleXxDg==", "path": "microsoft.identitymodel.jsonwebtokens/7.1.2", "hashPath": "microsoft.identitymodel.jsonwebtokens.7.1.2.nupkg.sha512" }, "Microsoft.IdentityModel.Logging/7.1.2": { "type": "package", "serviceable": true, "sha512": "sha512-YCxBt2EeJP8fcXk9desChkWI+0vFqFLvBwrz5hBMsoh0KJE6BC66DnzkdzkJNqMltLromc52dkdT206jJ38cTw==", "path": "microsoft.identitymodel.logging/7.1.2", "hashPath": "microsoft.identitymodel.logging.7.1.2.nupkg.sha512" }, "Microsoft.IdentityModel.Protocols/7.1.2": { "type": "package", "serviceable": true, "sha512": "sha512-SydLwMRFx6EHPWJ+N6+MVaoArN1Htt92b935O3RUWPY1yUF63zEjvd3lBu79eWdZUwedP8TN2I5V9T3nackvIQ==", "path": "microsoft.identitymodel.protocols/7.1.2", "hashPath": "microsoft.identitymodel.protocols.7.1.2.nupkg.sha512" }, "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { "type": "package", "serviceable": true, "sha512": "sha512-6lHQoLXhnMQ42mGrfDkzbIOR3rzKM1W1tgTeMPLgLCqwwGw0d96xFi/UiX/fYsu7d6cD5MJiL3+4HuI8VU+sVQ==", "path": "microsoft.identitymodel.protocols.openidconnect/7.1.2", "hashPath": "microsoft.identitymodel.protocols.openidconnect.7.1.2.nupkg.sha512" }, "Microsoft.IdentityModel.Tokens/7.1.2": { "type": "package", "serviceable": true, "sha512": "sha512-oICJMqr3aNEDZOwnH5SK49bR6Z4aX0zEAnOLuhloumOSuqnNq+GWBdQyrgILnlcT5xj09xKCP/7Y7gJYB+ls/g==", "path": "microsoft.identitymodel.tokens/7.1.2", "hashPath": "microsoft.identitymodel.tokens.7.1.2.nupkg.sha512" }, "Microsoft.InformationProtection.File/1.14.128": { "type": "package", "serviceable": true, "sha512": "sha512-ZetXGuHtHUra2nOKILuZUTyvFzLmRbWSAfReZCp1ZC7OvkUcHeA8DX+tBlpQL1YZfWj3f5tRdo1xl4f05l6e0Q==", "path": "microsoft.informationprotection.file/1.14.128", "hashPath": "microsoft.informationprotection.file.1.14.128.nupkg.sha512" }, "Microsoft.OpenApi/1.3.1": { "type": "package", "serviceable": true, "sha512": "sha512-2X5CCFJCnx6v86fnpOg4TKlU1ba7MSf1yakeT7VI4846s7i6fOkERwStX94Rcq8wJsLyQYsUitd6vR38viePeA==", "path": "microsoft.openapi/1.3.1", "hashPath": "microsoft.openapi.1.3.1.nupkg.sha512" }, "Microsoft.SqlServer.Server/1.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", "path": "microsoft.sqlserver.server/1.0.0", "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512" }, "Microsoft.Win32.SystemEvents/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==", "path": "microsoft.win32.systemevents/6.0.0", "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512" }, "Newtonsoft.Json/13.0.3": { "type": "package", "serviceable": true, "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", "path": "newtonsoft.json/13.0.3", "hashPath": "newtonsoft.json.13.0.3.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" }, "NReco.PdfGenerator/1.2.1": { "type": "package", "serviceable": true, "sha512": "sha512-YONMIaSBJO/0FKcXMyO1KZWc83IqfrbBKw5fcRxrwgxzv5r89rh/Z6r7ukuJmx+ra3m6jz6gmaEYXFWV3dKTmg==", "path": "nreco.pdfgenerator/1.2.1", "hashPath": "nreco.pdfgenerator.1.2.1.nupkg.sha512" }, "Scrutor/3.3.0": { "type": "package", "serviceable": true, "sha512": "sha512-BwqCnFzp2/Z+pq17iztxlIkR/ZANyPRR4PdE57WL1w/JW4AM/2imoxBWTL3+G+YXA46ce4s9OUgwWqTXYrtI8A==", "path": "scrutor/3.3.0", "hashPath": "scrutor.3.3.0.nupkg.sha512" }, "Serilog/4.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==", "path": "serilog/4.0.0", "hashPath": "serilog.4.0.0.nupkg.sha512" }, "Serilog.AspNetCore/8.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-B/X+wAfS7yWLVOTD83B+Ip9yl4MkhioaXj90JSoWi1Ayi8XHepEnsBdrkojg08eodCnmOKmShFUN2GgEc6c0CQ==", "path": "serilog.aspnetcore/8.0.1", "hashPath": "serilog.aspnetcore.8.0.1.nupkg.sha512" }, "Serilog.Enrichers.Thread/4.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-C7BK25a1rhUyr+Tp+1BYcVlBJq7M2VCHlIgnwoIUVJcicM9jYcvQK18+OeHiXw7uLPSjqWxJIp1EfaZ/RGmEwA==", "path": "serilog.enrichers.thread/4.0.0", "hashPath": "serilog.enrichers.thread.4.0.0.nupkg.sha512" }, "Serilog.Extensions.Hosting/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==", "path": "serilog.extensions.hosting/8.0.0", "hashPath": "serilog.extensions.hosting.8.0.0.nupkg.sha512" }, "Serilog.Extensions.Logging/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==", "path": "serilog.extensions.logging/8.0.0", "hashPath": "serilog.extensions.logging.8.0.0.nupkg.sha512" }, "Serilog.Formatting.Compact/2.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==", "path": "serilog.formatting.compact/2.0.0", "hashPath": "serilog.formatting.compact.2.0.0.nupkg.sha512" }, "Serilog.Settings.Configuration/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-nR0iL5HwKj5v6ULo3/zpP8NMcq9E2pxYA6XKTSWCbugVs4YqPyvaqaKOY+OMpPivKp7zMEpax2UKHnDodbRB0Q==", "path": "serilog.settings.configuration/8.0.0", "hashPath": "serilog.settings.configuration.8.0.0.nupkg.sha512" }, "Serilog.Sinks.Console/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", "path": "serilog.sinks.console/6.0.0", "hashPath": "serilog.sinks.console.6.0.0.nupkg.sha512" }, "Serilog.Sinks.Debug/2.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==", "path": "serilog.sinks.debug/2.0.0", "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512" }, "Serilog.Sinks.File/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-lxjg89Y8gJMmFxVkbZ+qDgjl+T4yC5F7WSLTvA+5q0R04tfKVLRL/EHpYoJ/MEQd2EeCKDuylBIVnAYMotmh2A==", "path": "serilog.sinks.file/6.0.0", "hashPath": "serilog.sinks.file.6.0.0.nupkg.sha512" }, "Swashbuckle.AspNetCore/6.5.0": { "type": "package", "serviceable": true, "sha512": "sha512-FK05XokgjgwlCI6wCT+D4/abtQkL1X1/B9Oas6uIwHFmYrIO9WUD5aLC9IzMs9GnHfUXOtXZ2S43gN1mhs5+aA==", "path": "swashbuckle.aspnetcore/6.5.0", "hashPath": "swashbuckle.aspnetcore.6.5.0.nupkg.sha512" }, "Swashbuckle.AspNetCore.Annotations/6.5.0": { "type": "package", "serviceable": true, "sha512": "sha512-EcHd1z2pEdnpaBMTI9qjVxk6mFVGVMZ1n0ySC3fjrkXCQQ8O9fMdt9TxPJRKyjiTiTjvO9700jKjmyl+hPBinQ==", "path": "swashbuckle.aspnetcore.annotations/6.5.0", "hashPath": "swashbuckle.aspnetcore.annotations.6.5.0.nupkg.sha512" }, "Swashbuckle.AspNetCore.Filters/8.0.2": { "type": "package", "serviceable": true, "sha512": "sha512-S4pR+265NwY9saAhK+3Jn2oL2Wfy0qvy9871b0KiEPW/iLPRgg2HrkrdMwC1wpjNkRXWGDFRRj+LkUD4lyuAaQ==", "path": "swashbuckle.aspnetcore.filters/8.0.2", "hashPath": "swashbuckle.aspnetcore.filters.8.0.2.nupkg.sha512" }, "Swashbuckle.AspNetCore.Filters.Abstractions/8.0.2": { "type": "package", "serviceable": true, "sha512": "sha512-RgQ1RbxmofrkBSrLkA/34DWwzz4rKHRwC4vHOvevru2CNqymUPn3kRhbIX29g4yvj2sCff1glf19djnyM9kuUQ==", "path": "swashbuckle.aspnetcore.filters.abstractions/8.0.2", "hashPath": "swashbuckle.aspnetcore.filters.abstractions.8.0.2.nupkg.sha512" }, "Swashbuckle.AspNetCore.Swagger/6.5.0": { "type": "package", "serviceable": true, "sha512": "sha512-XWmCmqyFmoItXKFsQSwQbEAsjDKcxlNf1l+/Ki42hcb6LjKL8m5Db69OTvz5vLonMSRntYO1XLqz0OP+n3vKnA==", "path": "swashbuckle.aspnetcore.swagger/6.5.0", "hashPath": "swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512" }, "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { "type": "package", "serviceable": true, "sha512": "sha512-Y/qW8Qdg9OEs7V013tt+94OdPxbRdbhcEbw4NiwGvf4YBcfhL/y7qp/Mjv/cENsQ2L3NqJ2AOu94weBy/h4KvA==", "path": "swashbuckle.aspnetcore.swaggergen/6.5.0", "hashPath": "swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512" }, "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { "type": "package", "serviceable": true, "sha512": "sha512-OvbvxX+wL8skxTBttcBsVxdh73Fag4xwqEU2edh4JMn7Ws/xJHnY/JB1e9RoCb6XpDxUF3hD9A0Z1lEUx40Pfw==", "path": "swashbuckle.aspnetcore.swaggerui/6.5.0", "hashPath": "swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512" }, "System.Configuration.ConfigurationManager/6.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==", "path": "system.configuration.configurationmanager/6.0.1", "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512" }, "System.Diagnostics.DiagnosticSource/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-c9xLpVz6PL9lp/djOWtk5KPDZq3cSYpmXoJQY524EOtuFl5z9ZtsotpsyrDW40U1DRnQSYvcPKEUV0X//u6gkQ==", "path": "system.diagnostics.diagnosticsource/8.0.0", "hashPath": "system.diagnostics.diagnosticsource.8.0.0.nupkg.sha512" }, "System.Drawing.Common/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", "path": "system.drawing.common/6.0.0", "hashPath": "system.drawing.common.6.0.0.nupkg.sha512" }, "System.Formats.Asn1/5.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==", "path": "system.formats.asn1/5.0.0", "hashPath": "system.formats.asn1.5.0.0.nupkg.sha512" }, "System.IdentityModel.Tokens.Jwt/7.1.2": { "type": "package", "serviceable": true, "sha512": "sha512-Thhbe1peAmtSBFaV/ohtykXiZSOkx59Da44hvtWfIMFofDA3M3LaVyjstACf2rKGn4dEDR2cUpRAZ0Xs/zB+7Q==", "path": "system.identitymodel.tokens.jwt/7.1.2", "hashPath": "system.identitymodel.tokens.jwt.7.1.2.nupkg.sha512" }, "System.IO.Pipelines/5.0.2": { "type": "package", "serviceable": true, "sha512": "sha512-Iew+dfa6FFiyvWBdRmXApixRY1db+beyutpIck4SOSe0NLM8FD/7AD54MscqVLhvfSMLHO7KadjTRT7fqxOGTA==", "path": "system.io.pipelines/5.0.2", "hashPath": "system.io.pipelines.5.0.2.nupkg.sha512" }, "System.Memory/4.5.4": { "type": "package", "serviceable": true, "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", "path": "system.memory/4.5.4", "hashPath": "system.memory.4.5.4.nupkg.sha512" }, "System.Memory.Data/1.0.2": { "type": "package", "serviceable": true, "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", "path": "system.memory.data/1.0.2", "hashPath": "system.memory.data.1.0.2.nupkg.sha512" }, "System.Numerics.Vectors/4.5.0": { "type": "package", "serviceable": true, "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", "path": "system.numerics.vectors/4.5.0", "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512" }, "System.Runtime.Caching/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==", "path": "system.runtime.caching/6.0.0", "hashPath": "system.runtime.caching.6.0.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.Security.AccessControl/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==", "path": "system.security.accesscontrol/6.0.0", "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512" }, "System.Security.Cryptography.Cng/5.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", "path": "system.security.cryptography.cng/5.0.0", "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512" }, "System.Security.Cryptography.ProtectedData/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==", "path": "system.security.cryptography.protecteddata/6.0.0", "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512" }, "System.Security.Permissions/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==", "path": "system.security.permissions/6.0.0", "hashPath": "system.security.permissions.6.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.CodePages/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==", "path": "system.text.encoding.codepages/6.0.0", "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512" }, "System.Text.Encodings.Web/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", "path": "system.text.encodings.web/8.0.0", "hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512" }, "System.Text.Json/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-OdrZO2WjkiEG6ajEFRABTRCi/wuXQPxeV6g8xvUJqdxMvvuCCEk86zPla8UiIQJz3durtUEbNyY/3lIhS0yZvQ==", "path": "system.text.json/8.0.0", "hashPath": "system.text.json.8.0.0.nupkg.sha512" }, "System.Threading.Tasks.Extensions/4.5.4": { "type": "package", "serviceable": true, "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", "path": "system.threading.tasks.extensions/4.5.4", "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" }, "System.Windows.Extensions/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==", "path": "system.windows.extensions/6.0.0", "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512" }, "AipGateway.AIP/1.0.0": { "type": "project", "serviceable": false, "sha512": "" }, "AipGateway.API.Application/1.0.0": { "type": "project", "serviceable": false, "sha512": "" }, "AipGateway.API.Domain/1.0.0": { "type": "project", "serviceable": false, "sha512": "" }, "AipGateway.DRM/1.0.0": { "type": "project", "serviceable": false, "sha512": "" }, "AipGateway.Messaging/1.0.0": { "type": "project", "serviceable": false, "sha512": "" } } }