2025-01-13 21:06:59 +08:00
|
|
|
{
|
|
|
|
"runtimeTarget": {
|
|
|
|
"name": ".NETCoreApp,Version=v6.0",
|
|
|
|
"signature": ""
|
|
|
|
},
|
|
|
|
"compilationOptions": {},
|
|
|
|
"targets": {
|
|
|
|
".NETCoreApp,Version=v6.0": {
|
|
|
|
"YD_XinWei.Api/1.0.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"AutoMapper.Collection": "10.0.0",
|
|
|
|
"Autofac.Extensions.DependencyInjection": "10.0.0",
|
|
|
|
"Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.0",
|
|
|
|
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "6.0.0",
|
2025-01-14 16:04:33 +08:00
|
|
|
"Microsoft.AspNetCore.Mvc.Versioning": "5.1.0",
|
2025-01-13 21:06:59 +08:00
|
|
|
"Microsoft.EntityFrameworkCore": "6.0.0",
|
|
|
|
"Microsoft.EntityFrameworkCore.Design": "6.0.0",
|
|
|
|
"Microsoft.EntityFrameworkCore.SqlServer": "6.0.0",
|
|
|
|
"Microsoft.EntityFrameworkCore.Tools": "6.0.0",
|
|
|
|
"Newtonsoft.Json": "13.0.3",
|
|
|
|
"Swashbuckle.AspNetCore": "6.5.0",
|
|
|
|
"YD_XinWei.Commons": "1.0.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"YD_XinWei.Api.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Aliyun.OSS.SDK.NetCore/2.14.1": {
|
|
|
|
"runtime": {
|
|
|
|
"lib/netstandard2.0/Aliyun.OSS.Core.dll": {
|
|
|
|
"assemblyVersion": "2.14.1.0",
|
|
|
|
"fileVersion": "2.14.1.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Autofac/8.1.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"System.Diagnostics.DiagnosticSource": "8.0.1"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.0/Autofac.dll": {
|
|
|
|
"assemblyVersion": "8.1.0.0",
|
|
|
|
"fileVersion": "8.1.0.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Autofac.Extensions.DependencyInjection/10.0.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Autofac": "8.1.0",
|
|
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.0/Autofac.Extensions.DependencyInjection.dll": {
|
|
|
|
"assemblyVersion": "10.0.0.0",
|
|
|
|
"fileVersion": "10.0.0.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AutoMapper/13.0.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.CSharp": "4.7.0",
|
|
|
|
"Microsoft.Extensions.Options": "6.0.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.0/AutoMapper.dll": {
|
|
|
|
"assemblyVersion": "13.0.0.0",
|
|
|
|
"fileVersion": "13.0.0.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AutoMapper.Collection/10.0.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"AutoMapper": "13.0.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.0/AutoMapper.Collection.dll": {
|
|
|
|
"assemblyVersion": "10.0.0.0",
|
|
|
|
"fileVersion": "10.0.0.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Humanizer.Core/2.8.26": {
|
|
|
|
"runtime": {
|
|
|
|
"lib/netstandard2.0/Humanizer.dll": {
|
|
|
|
"assemblyVersion": "2.8.0.0",
|
|
|
|
"fileVersion": "2.8.26.1919"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.AspNetCore.Authentication.JwtBearer/6.0.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.10.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {
|
|
|
|
"assemblyVersion": "6.0.0.0",
|
|
|
|
"fileVersion": "6.0.21.52608"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.AspNetCore.Http.Abstractions/2.2.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.AspNetCore.Http.Features": "2.2.0",
|
|
|
|
"System.Text.Encodings.Web": "4.5.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.AspNetCore.Http.Features/2.2.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.Extensions.Primitives": "6.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.AspNetCore.JsonPatch/6.0.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.CSharp": "4.7.0",
|
|
|
|
"Newtonsoft.Json": "13.0.3"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": {
|
|
|
|
"assemblyVersion": "6.0.0.0",
|
|
|
|
"fileVersion": "6.0.21.52608"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.AspNetCore.Mvc.Abstractions/2.2.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.AspNetCore.Routing.Abstractions": "2.2.0",
|
|
|
|
"Microsoft.Net.Http.Headers": "2.2.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.AspNetCore.JsonPatch": "6.0.0",
|
|
|
|
"Newtonsoft.Json": "13.0.3",
|
|
|
|
"Newtonsoft.Json.Bson": "1.0.2"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": {
|
|
|
|
"assemblyVersion": "6.0.0.0",
|
|
|
|
"fileVersion": "6.0.21.52608"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-01-14 16:04:33 +08:00
|
|
|
"Microsoft.AspNetCore.Mvc.Versioning/5.1.0": {
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.0/Microsoft.AspNetCore.Mvc.Versioning.dll": {
|
|
|
|
"assemblyVersion": "5.1.0.0",
|
|
|
|
"fileVersion": "5.1.8270.41513"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-01-13 21:06:59 +08:00
|
|
|
"Microsoft.AspNetCore.Routing.Abstractions/2.2.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.AspNetCore.Http.Abstractions": "2.2.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.Bcl.AsyncInterfaces/8.0.0": {
|
|
|
|
"runtime": {
|
|
|
|
"lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
|
|
|
|
"assemblyVersion": "8.0.0.0",
|
|
|
|
"fileVersion": "8.0.23.53103"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.Bcl.TimeProvider/8.0.1": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.Bcl.AsyncInterfaces": "8.0.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/netstandard2.0/Microsoft.Bcl.TimeProvider.dll": {
|
|
|
|
"assemblyVersion": "8.0.0.1",
|
|
|
|
"fileVersion": "8.0.123.58001"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.CSharp/4.7.0": {},
|
|
|
|
"Microsoft.Data.SqlClient/2.1.4": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.Data.SqlClient.SNI.runtime": "2.1.1",
|
|
|
|
"Microsoft.Identity.Client": "4.21.1",
|
|
|
|
"Microsoft.IdentityModel.JsonWebTokens": "8.3.0",
|
|
|
|
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.10.0",
|
|
|
|
"Microsoft.Win32.Registry": "4.7.0",
|
|
|
|
"System.Configuration.ConfigurationManager": "4.7.0",
|
|
|
|
"System.Diagnostics.DiagnosticSource": "8.0.1",
|
|
|
|
"System.Runtime.Caching": "4.7.0",
|
|
|
|
"System.Security.Principal.Windows": "4.7.0",
|
|
|
|
"System.Text.Encoding.CodePages": "4.7.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
|
|
|
|
"assemblyVersion": "2.0.20168.4",
|
|
|
|
"fileVersion": "2.0.20168.4"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"runtimeTargets": {
|
|
|
|
"runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
|
|
|
|
"rid": "unix",
|
|
|
|
"assetType": "runtime",
|
|
|
|
"assemblyVersion": "2.0.20168.4",
|
|
|
|
"fileVersion": "2.0.20168.4"
|
|
|
|
},
|
|
|
|
"runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
|
|
|
|
"rid": "win",
|
|
|
|
"assetType": "runtime",
|
|
|
|
"assemblyVersion": "2.0.20168.4",
|
|
|
|
"fileVersion": "2.0.20168.4"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.Data.SqlClient.SNI.runtime/2.1.1": {
|
|
|
|
"runtimeTargets": {
|
|
|
|
"runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
|
|
|
|
"rid": "win-arm",
|
|
|
|
"assetType": "native",
|
|
|
|
"fileVersion": "2.1.1.0"
|
|
|
|
},
|
|
|
|
"runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
|
|
|
|
"rid": "win-arm64",
|
|
|
|
"assetType": "native",
|
|
|
|
"fileVersion": "2.1.1.0"
|
|
|
|
},
|
|
|
|
"runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
|
|
|
|
"rid": "win-x64",
|
|
|
|
"assetType": "native",
|
|
|
|
"fileVersion": "2.1.1.0"
|
|
|
|
},
|
|
|
|
"runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
|
|
|
|
"rid": "win-x86",
|
|
|
|
"assetType": "native",
|
|
|
|
"fileVersion": "2.1.1.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.EntityFrameworkCore/6.0.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.EntityFrameworkCore.Abstractions": "6.0.0",
|
|
|
|
"Microsoft.EntityFrameworkCore.Analyzers": "6.0.0",
|
|
|
|
"Microsoft.Extensions.Caching.Memory": "6.0.0",
|
|
|
|
"Microsoft.Extensions.DependencyInjection": "6.0.0",
|
|
|
|
"Microsoft.Extensions.Logging": "6.0.0",
|
|
|
|
"System.Collections.Immutable": "6.0.0",
|
|
|
|
"System.Diagnostics.DiagnosticSource": "8.0.1"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.0/Microsoft.EntityFrameworkCore.dll": {
|
|
|
|
"assemblyVersion": "6.0.0.0",
|
|
|
|
"fileVersion": "6.0.21.52301"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.EntityFrameworkCore.Abstractions/6.0.0": {
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
|
|
|
|
"assemblyVersion": "6.0.0.0",
|
|
|
|
"fileVersion": "6.0.21.52301"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.EntityFrameworkCore.Analyzers/6.0.0": {},
|
|
|
|
"Microsoft.EntityFrameworkCore.Design/6.0.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Humanizer.Core": "2.8.26",
|
|
|
|
"Microsoft.EntityFrameworkCore.Relational": "6.0.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.0/Microsoft.EntityFrameworkCore.Design.dll": {
|
|
|
|
"assemblyVersion": "6.0.0.0",
|
|
|
|
"fileVersion": "6.0.21.52301"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.EntityFrameworkCore.Relational/6.0.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.EntityFrameworkCore": "6.0.0",
|
|
|
|
"Microsoft.Extensions.Configuration.Abstractions": "6.0.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": {
|
|
|
|
"assemblyVersion": "6.0.0.0",
|
|
|
|
"fileVersion": "6.0.21.52301"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.EntityFrameworkCore.SqlServer/6.0.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.Data.SqlClient": "2.1.4",
|
|
|
|
"Microsoft.EntityFrameworkCore.Relational": "6.0.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
|
|
|
|
"assemblyVersion": "6.0.0.0",
|
|
|
|
"fileVersion": "6.0.21.52301"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.EntityFrameworkCore.Tools/6.0.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.EntityFrameworkCore.Design": "6.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.Extensions.ApiDescription.Server/6.0.5": {},
|
|
|
|
"Microsoft.Extensions.Caching.Abstractions/6.0.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.Extensions.Primitives": "6.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.Extensions.Caching.Memory/6.0.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.Extensions.Caching.Abstractions": "6.0.0",
|
|
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1",
|
|
|
|
"Microsoft.Extensions.Logging.Abstractions": "6.0.0",
|
|
|
|
"Microsoft.Extensions.Options": "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.DependencyInjection/6.0.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1",
|
|
|
|
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions/8.0.1": {
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
|
|
|
|
"assemblyVersion": "8.0.0.0",
|
|
|
|
"fileVersion": "8.0.324.11423"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.Extensions.Logging/6.0.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.Extensions.DependencyInjection": "6.0.0",
|
|
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1",
|
|
|
|
"Microsoft.Extensions.Logging.Abstractions": "6.0.0",
|
|
|
|
"Microsoft.Extensions.Options": "6.0.0",
|
|
|
|
"System.Diagnostics.DiagnosticSource": "8.0.1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.Extensions.Logging.Abstractions/6.0.0": {},
|
|
|
|
"Microsoft.Extensions.Options/6.0.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1",
|
|
|
|
"Microsoft.Extensions.Primitives": "6.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.Extensions.Primitives/6.0.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.Identity.Client/4.21.1": {
|
|
|
|
"runtime": {
|
|
|
|
"lib/netcoreapp2.1/Microsoft.Identity.Client.dll": {
|
|
|
|
"assemblyVersion": "4.21.1.0",
|
|
|
|
"fileVersion": "4.21.1.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.IdentityModel.Abstractions/8.3.0": {
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
|
|
|
|
"assemblyVersion": "8.3.0.0",
|
|
|
|
"fileVersion": "8.3.0.51204"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.IdentityModel.JsonWebTokens/8.3.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.Bcl.TimeProvider": "8.0.1",
|
|
|
|
"Microsoft.IdentityModel.Tokens": "8.3.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
|
|
|
|
"assemblyVersion": "8.3.0.0",
|
|
|
|
"fileVersion": "8.3.0.51204"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.IdentityModel.Logging/8.3.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.IdentityModel.Abstractions": "8.3.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
|
|
|
|
"assemblyVersion": "8.3.0.0",
|
|
|
|
"fileVersion": "8.3.0.51204"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.IdentityModel.Protocols/6.10.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.IdentityModel.Logging": "8.3.0",
|
|
|
|
"Microsoft.IdentityModel.Tokens": "8.3.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {
|
|
|
|
"assemblyVersion": "6.10.0.0",
|
|
|
|
"fileVersion": "6.10.0.20330"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.IdentityModel.Protocols.OpenIdConnect/6.10.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.IdentityModel.Protocols": "6.10.0",
|
|
|
|
"System.IdentityModel.Tokens.Jwt": "8.3.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
|
|
|
|
"assemblyVersion": "6.10.0.0",
|
|
|
|
"fileVersion": "6.10.0.20330"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.IdentityModel.Tokens/8.3.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.Bcl.TimeProvider": "8.0.1",
|
|
|
|
"Microsoft.IdentityModel.Logging": "8.3.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
|
|
|
|
"assemblyVersion": "8.3.0.0",
|
|
|
|
"fileVersion": "8.3.0.51204"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.Net.Http.Headers/2.2.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.Extensions.Primitives": "6.0.0",
|
|
|
|
"System.Buffers": "4.5.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.NETCore.Platforms/3.1.0": {},
|
|
|
|
"Microsoft.OpenApi/1.2.3": {
|
|
|
|
"runtime": {
|
|
|
|
"lib/netstandard2.0/Microsoft.OpenApi.dll": {
|
|
|
|
"assemblyVersion": "1.2.3.0",
|
|
|
|
"fileVersion": "1.2.3.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.Win32.Registry/4.7.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"System.Security.AccessControl": "4.7.0",
|
|
|
|
"System.Security.Principal.Windows": "4.7.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.Win32.SystemEvents/4.7.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "3.1.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
|
|
|
|
"assemblyVersion": "4.0.2.0",
|
|
|
|
"fileVersion": "4.700.19.56404"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"runtimeTargets": {
|
|
|
|
"runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
|
|
|
|
"rid": "win",
|
|
|
|
"assetType": "runtime",
|
|
|
|
"assemblyVersion": "4.0.2.0",
|
|
|
|
"fileVersion": "4.700.19.56404"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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.Swagger/6.5.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.OpenApi": "1.2.3"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.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/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
|
|
|
|
"assemblyVersion": "6.5.0.0",
|
|
|
|
"fileVersion": "6.5.0.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
|
|
|
|
"assemblyVersion": "6.5.0.0",
|
|
|
|
"fileVersion": "6.5.0.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Buffers/4.5.0": {},
|
|
|
|
"System.Collections.Immutable/6.0.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Configuration.ConfigurationManager/4.7.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"System.Security.Cryptography.ProtectedData": "4.7.0",
|
|
|
|
"System.Security.Permissions": "4.7.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
|
|
|
|
"assemblyVersion": "4.0.3.0",
|
|
|
|
"fileVersion": "4.700.19.56404"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Diagnostics.DiagnosticSource/8.0.1": {
|
|
|
|
"dependencies": {
|
|
|
|
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
|
|
|
|
"assemblyVersion": "8.0.0.0",
|
|
|
|
"fileVersion": "8.0.424.16909"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Drawing.Common/4.7.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "3.1.0",
|
|
|
|
"Microsoft.Win32.SystemEvents": "4.7.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/netstandard2.0/System.Drawing.Common.dll": {
|
|
|
|
"assemblyVersion": "4.0.0.1",
|
|
|
|
"fileVersion": "4.6.26919.2"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"runtimeTargets": {
|
|
|
|
"runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
|
|
|
|
"rid": "unix",
|
|
|
|
"assetType": "runtime",
|
|
|
|
"assemblyVersion": "4.0.2.0",
|
|
|
|
"fileVersion": "4.700.19.56404"
|
|
|
|
},
|
|
|
|
"runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
|
|
|
|
"rid": "win",
|
|
|
|
"assetType": "runtime",
|
|
|
|
"assemblyVersion": "4.0.2.0",
|
|
|
|
"fileVersion": "4.700.19.56404"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.IdentityModel.Tokens.Jwt/8.3.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.IdentityModel.JsonWebTokens": "8.3.0",
|
|
|
|
"Microsoft.IdentityModel.Tokens": "8.3.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
|
|
|
|
"assemblyVersion": "8.3.0.0",
|
|
|
|
"fileVersion": "8.3.0.51204"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Runtime.Caching/4.7.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"System.Configuration.ConfigurationManager": "4.7.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/netstandard2.0/System.Runtime.Caching.dll": {
|
|
|
|
"assemblyVersion": "4.0.1.0",
|
|
|
|
"fileVersion": "4.700.19.56404"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"runtimeTargets": {
|
|
|
|
"runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": {
|
|
|
|
"rid": "win",
|
|
|
|
"assetType": "runtime",
|
|
|
|
"assemblyVersion": "4.0.1.0",
|
|
|
|
"fileVersion": "4.700.19.56404"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Runtime.CompilerServices.Unsafe/6.0.0": {},
|
|
|
|
"System.Security.AccessControl/4.7.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "3.1.0",
|
|
|
|
"System.Security.Principal.Windows": "4.7.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Security.Cryptography.ProtectedData/4.7.0": {
|
|
|
|
"runtime": {
|
|
|
|
"lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
|
|
|
|
"assemblyVersion": "4.0.5.0",
|
|
|
|
"fileVersion": "4.700.19.56404"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"runtimeTargets": {
|
|
|
|
"runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
|
|
|
|
"rid": "win",
|
|
|
|
"assetType": "runtime",
|
|
|
|
"assemblyVersion": "4.0.5.0",
|
|
|
|
"fileVersion": "4.700.19.56404"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Security.Permissions/4.7.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"System.Security.AccessControl": "4.7.0",
|
|
|
|
"System.Windows.Extensions": "4.7.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/netcoreapp3.0/System.Security.Permissions.dll": {
|
|
|
|
"assemblyVersion": "4.0.3.0",
|
|
|
|
"fileVersion": "4.700.19.56404"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Security.Principal.Windows/4.7.0": {},
|
|
|
|
"System.Text.Encoding.CodePages/4.7.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "3.1.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Text.Encodings.Web/4.5.0": {},
|
|
|
|
"System.Windows.Extensions/4.7.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"System.Drawing.Common": "4.7.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/netcoreapp3.0/System.Windows.Extensions.dll": {
|
|
|
|
"assemblyVersion": "4.0.1.0",
|
|
|
|
"fileVersion": "4.700.19.56404"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"runtimeTargets": {
|
|
|
|
"runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": {
|
|
|
|
"rid": "win",
|
|
|
|
"assetType": "runtime",
|
|
|
|
"assemblyVersion": "4.0.1.0",
|
|
|
|
"fileVersion": "4.700.19.56404"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"YD_XinWei.Commons/1.0.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Aliyun.OSS.SDK.NetCore": "2.14.1",
|
|
|
|
"Microsoft.AspNetCore.Mvc.Abstractions": "2.2.0",
|
|
|
|
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "6.0.0",
|
|
|
|
"Newtonsoft.Json": "13.0.3",
|
|
|
|
"System.IdentityModel.Tokens.Jwt": "8.3.0"
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"YD_XinWei.Commons.dll": {
|
|
|
|
"assemblyVersion": "1.0.0",
|
|
|
|
"fileVersion": "1.0.0.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"libraries": {
|
|
|
|
"YD_XinWei.Api/1.0.0": {
|
|
|
|
"type": "project",
|
|
|
|
"serviceable": false,
|
|
|
|
"sha512": ""
|
|
|
|
},
|
|
|
|
"Aliyun.OSS.SDK.NetCore/2.14.1": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-UOI6I8Uw8A7pFh2GS6CSpJuhmcHH45k6asex8SRnZed2WWBXeGEaBFyv3HsMJNp+B6gPqyN079sQHWenGd3Y7g==",
|
|
|
|
"path": "aliyun.oss.sdk.netcore/2.14.1",
|
|
|
|
"hashPath": "aliyun.oss.sdk.netcore.2.14.1.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Autofac/8.1.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-O2QT+0DSTBR2Ojpacmcj3L0KrnnXTFrwLl/OW1lBUDiHhb89msHEHNhTA8AlK3jdFiAfMbAYyQaJVvRe6oSBcQ==",
|
|
|
|
"path": "autofac/8.1.0",
|
|
|
|
"hashPath": "autofac.8.1.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Autofac.Extensions.DependencyInjection/10.0.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-ZjR/onUlP7BzQ7VBBigQepWLAyAzi3VRGX3pP6sBqkPRiT61fsTZqbTpRUKxo30TMgbs1o3y6bpLbETix4SJog==",
|
|
|
|
"path": "autofac.extensions.dependencyinjection/10.0.0",
|
|
|
|
"hashPath": "autofac.extensions.dependencyinjection.10.0.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"AutoMapper/13.0.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-BFMiZ5kNqbN1ircgFE7qtXWzGjGf1UnEPo39dWlvaPFVep75cikyjFCFssthj9l2ZC4OkeG4vXIgMTApnedSNg==",
|
|
|
|
"path": "automapper/13.0.0",
|
|
|
|
"hashPath": "automapper.13.0.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"AutoMapper.Collection/10.0.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-fq7yI+16EExRpjIb8s7SDTqG8ZV+xaAn/u4FWVmK1Z69MXk+04mjcFfXGrui5Wk6674VAyc9RhRf4T3VJdIIng==",
|
|
|
|
"path": "automapper.collection/10.0.0",
|
|
|
|
"hashPath": "automapper.collection.10.0.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Humanizer.Core/2.8.26": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-OiKusGL20vby4uDEswj2IgkdchC1yQ6rwbIkZDVBPIR6al2b7n3pC91elBul9q33KaBgRKhbZH3+2Ur4fnWx2A==",
|
|
|
|
"path": "humanizer.core/2.8.26",
|
|
|
|
"hashPath": "humanizer.core.2.8.26.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.AspNetCore.Authentication.JwtBearer/6.0.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-eIhpX25uUn33Ornnh718V2G/nESvk3TNX2FjTarv634GLfE50Fhz2geJ/QYpSmFaUIQ1hkZPfd9i0LcpZ9bfLQ==",
|
|
|
|
"path": "microsoft.aspnetcore.authentication.jwtbearer/6.0.0",
|
|
|
|
"hashPath": "microsoft.aspnetcore.authentication.jwtbearer.6.0.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.AspNetCore.Http.Abstractions/2.2.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-Nxs7Z1q3f1STfLYKJSVXCs1iBl+Ya6E8o4Oy1bCxJ/rNI44E/0f6tbsrVqAWfB7jlnJfyaAtIalBVxPKUPQb4Q==",
|
|
|
|
"path": "microsoft.aspnetcore.http.abstractions/2.2.0",
|
|
|
|
"hashPath": "microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.AspNetCore.Http.Features/2.2.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-ziFz5zH8f33En4dX81LW84I6XrYXKf9jg6aM39cM+LffN9KJahViKZ61dGMSO2gd3e+qe5yBRwsesvyqlZaSMg==",
|
|
|
|
"path": "microsoft.aspnetcore.http.features/2.2.0",
|
|
|
|
"hashPath": "microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.AspNetCore.JsonPatch/6.0.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-SUiwg0XQ5NtmnELHXSdX4mAwawFnAOwSx2Zz6NIhQnEN1tZDoAWEHc8dS/S7y8cE52+9bHj+XbYZuLGF7OrQPA==",
|
|
|
|
"path": "microsoft.aspnetcore.jsonpatch/6.0.0",
|
|
|
|
"hashPath": "microsoft.aspnetcore.jsonpatch.6.0.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.AspNetCore.Mvc.Abstractions/2.2.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-ET6uZpfVbGR1NjCuLaLy197cQ3qZUjzl7EG5SL4GfJH/c9KRE89MMBrQegqWsh0w1iRUB/zQaK0anAjxa/pz4g==",
|
|
|
|
"path": "microsoft.aspnetcore.mvc.abstractions/2.2.0",
|
|
|
|
"hashPath": "microsoft.aspnetcore.mvc.abstractions.2.2.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-YMwSWgBuwkVn9k4/2wWxfwEbx8T5Utj13UH/zmUm5lbkKcY+tJyt9w9P4rY5pO1XtCitoh1+L+Feqz9qxG/CvA==",
|
|
|
|
"path": "microsoft.aspnetcore.mvc.newtonsoftjson/6.0.0",
|
|
|
|
"hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.6.0.0.nupkg.sha512"
|
|
|
|
},
|
2025-01-14 16:04:33 +08:00
|
|
|
"Microsoft.AspNetCore.Mvc.Versioning/5.1.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-UX8w9BlCiZpr6Ox4YAve1w0CkI1CAovukGNzKd7v0+5pZc8lzuG5tRovucr1RWIKHs0E/Yx8563CN7KzaB3bpw==",
|
|
|
|
"path": "microsoft.aspnetcore.mvc.versioning/5.1.0",
|
|
|
|
"hashPath": "microsoft.aspnetcore.mvc.versioning.5.1.0.nupkg.sha512"
|
|
|
|
},
|
2025-01-13 21:06:59 +08:00
|
|
|
"Microsoft.AspNetCore.Routing.Abstractions/2.2.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-lRRaPN7jDlUCVCp9i0W+PB0trFaKB0bgMJD7hEJS9Uo4R9MXaMC8X2tJhPLmeVE3SGDdYI4QNKdVmhNvMJGgPQ==",
|
|
|
|
"path": "microsoft.aspnetcore.routing.abstractions/2.2.0",
|
|
|
|
"hashPath": "microsoft.aspnetcore.routing.abstractions.2.2.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.Bcl.AsyncInterfaces/8.0.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==",
|
|
|
|
"path": "microsoft.bcl.asyncinterfaces/8.0.0",
|
|
|
|
"hashPath": "microsoft.bcl.asyncinterfaces.8.0.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.Bcl.TimeProvider/8.0.1": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-C7kWHJnMRY7EvJev2S8+yJHZ1y7A4ZlLbA4NE+O23BDIAN5mHeqND1m+SKv1ChRS5YlCDW7yAMUe7lttRsJaAA==",
|
|
|
|
"path": "microsoft.bcl.timeprovider/8.0.1",
|
|
|
|
"hashPath": "microsoft.bcl.timeprovider.8.0.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/2.1.4": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-cDcKBTKILdRuAzJjbgXwGcUQXzMue+SG02kD4tZTXXfoz4ALrGLpCnA5k9khw3fnAMlMnRzLIGuvRdJurqmESA==",
|
|
|
|
"path": "microsoft.data.sqlclient/2.1.4",
|
|
|
|
"hashPath": "microsoft.data.sqlclient.2.1.4.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.Data.SqlClient.SNI.runtime/2.1.1": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-JwGDWkyZgm7SATJmFLfT2G4teimvNbNtq3lsS9a5DzvhEZnQrZjZhevCU0vdx8MjheLHoG5vocuO03QtioFQxQ==",
|
|
|
|
"path": "microsoft.data.sqlclient.sni.runtime/2.1.1",
|
|
|
|
"hashPath": "microsoft.data.sqlclient.sni.runtime.2.1.1.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.EntityFrameworkCore/6.0.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-BdHAtHzfQt3rltgSoYamSlHg2qawPtEDT677/bcSJlO8lQ/lj6XWlusM0TOt59O8Sbqm3hAC1a+4cEBxmv56pw==",
|
|
|
|
"path": "microsoft.entityframeworkcore/6.0.0",
|
|
|
|
"hashPath": "microsoft.entityframeworkcore.6.0.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.EntityFrameworkCore.Abstractions/6.0.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-MrMLWEw4JsZdkVci0MkkGj+fSjZrXnm3m6UNuIEwytiAAIZPvJs3iPpnzfK4qM7np82W374voYm96q7QCdL0ow==",
|
|
|
|
"path": "microsoft.entityframeworkcore.abstractions/6.0.0",
|
|
|
|
"hashPath": "microsoft.entityframeworkcore.abstractions.6.0.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.EntityFrameworkCore.Analyzers/6.0.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-BqWBL05PUDKwPwLeQCJdc2R4cIUycXV9UmuSjYfux2fcgyet8I2eYnOWlA7NgsDwRVcxW26vxvNQ0wuc8UAcLA==",
|
|
|
|
"path": "microsoft.entityframeworkcore.analyzers/6.0.0",
|
|
|
|
"hashPath": "microsoft.entityframeworkcore.analyzers.6.0.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.EntityFrameworkCore.Design/6.0.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-RFdomymyuPNffl+VPk7osdxCJQ0xlGuxr28ifdfFFNUaMK0OYiJOjr6w9z3kscOM2p2gdPWNI1IFUXllEyphow==",
|
|
|
|
"path": "microsoft.entityframeworkcore.design/6.0.0",
|
|
|
|
"hashPath": "microsoft.entityframeworkcore.design.6.0.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.EntityFrameworkCore.Relational/6.0.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-rTRzrSbkUXoCGijlT9O7oq7JfuaU1/+VFyfSBjADQuOsfa0FCrWeB8ybue5CDvO/D6uW0kvPvlKfY2kwxXOOdg==",
|
|
|
|
"path": "microsoft.entityframeworkcore.relational/6.0.0",
|
|
|
|
"hashPath": "microsoft.entityframeworkcore.relational.6.0.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.EntityFrameworkCore.SqlServer/6.0.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-1rYYHrvOIN1bXyN9qAVd0WhmTjbZNosyrMoAL4wRiw5pu65QazwjuVV6K1IWKD4AXPxQD7+k4CxAMVTPY//UrA==",
|
|
|
|
"path": "microsoft.entityframeworkcore.sqlserver/6.0.0",
|
|
|
|
"hashPath": "microsoft.entityframeworkcore.sqlserver.6.0.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.EntityFrameworkCore.Tools/6.0.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-m9e6nFnkyRdKcrTFO8rl3ZihCIKrYdECw+fHZVbKz6TBMwKhih/N0sjPnNt0k7sZPvI8izKPkh1d+z4OR2qgXQ==",
|
|
|
|
"path": "microsoft.entityframeworkcore.tools/6.0.0",
|
|
|
|
"hashPath": "microsoft.entityframeworkcore.tools.6.0.0.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/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.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-Ve3BlCzhAlVp5IgO3+8dacAhZk1A0GlIlFNkAcfR2TfAibLKWIt5DhVJZfu4YtW+XZ89OjYf/agMcgjDtPxdGA==",
|
|
|
|
"path": "microsoft.extensions.caching.memory/6.0.0",
|
|
|
|
"hashPath": "microsoft.extensions.caching.memory.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.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/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.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.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==",
|
|
|
|
"path": "microsoft.extensions.logging.abstractions/6.0.0",
|
|
|
|
"hashPath": "microsoft.extensions.logging.abstractions.6.0.0.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.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.Identity.Client/4.21.1": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-vycgk7S/HAbHaUaK4Tid1fsWHsXdFRRP2KavAIOHCVV27zvuQfYAjXmMvctuuF4egydSumG58CwPZob3gWeYgQ==",
|
|
|
|
"path": "microsoft.identity.client/4.21.1",
|
|
|
|
"hashPath": "microsoft.identity.client.4.21.1.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.IdentityModel.Abstractions/8.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-jNin7yvWZu+K3U24q+6kD+LmGSRfbkHl9Px8hN1XrGwq6ZHgKGi/zuTm5m08G27fwqKfVXIWuIcUeq4Y1VQUOg==",
|
|
|
|
"path": "microsoft.identitymodel.abstractions/8.3.0",
|
|
|
|
"hashPath": "microsoft.identitymodel.abstractions.8.3.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.IdentityModel.JsonWebTokens/8.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-4SVXLT8sDG7CrHiszEBrsDYi+aDW0W9d+fuWUGdZPBdan56aM6fGXJDjbI0TVGEDjJhXbACQd8F/BnC7a+m2RQ==",
|
|
|
|
"path": "microsoft.identitymodel.jsonwebtokens/8.3.0",
|
|
|
|
"hashPath": "microsoft.identitymodel.jsonwebtokens.8.3.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.IdentityModel.Logging/8.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-4w4pSIGHhCCLTHqtVNR2Cc/zbDIUWIBHTZCu/9ZHm2SVwrXY3RJMcZ7EFGiKqmKZMQZJzA0bpwCZ6R8Yb7i5VQ==",
|
|
|
|
"path": "microsoft.identitymodel.logging/8.3.0",
|
|
|
|
"hashPath": "microsoft.identitymodel.logging.8.3.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.IdentityModel.Protocols/6.10.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-DFyXD0xylP+DknCT3hzJ7q/Q5qRNu0hO/gCU90O0ATdR0twZmlcuY9RNYaaDofXKVbzcShYNCFCGle2G/o8mkg==",
|
|
|
|
"path": "microsoft.identitymodel.protocols/6.10.0",
|
|
|
|
"hashPath": "microsoft.identitymodel.protocols.6.10.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.IdentityModel.Protocols.OpenIdConnect/6.10.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-LVvMXAWPbPeEWTylDrxunlHH2wFyE4Mv0L4gZrJHC4HTESbWHquKZb/y/S8jgiQEDycOP0PDQvbG4RR/tr2TVQ==",
|
|
|
|
"path": "microsoft.identitymodel.protocols.openidconnect/6.10.0",
|
|
|
|
"hashPath": "microsoft.identitymodel.protocols.openidconnect.6.10.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.IdentityModel.Tokens/8.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-yGzqmk+kInH50zeSEH/L1/J0G4/yqTQNq4YmdzOhpE7s/86tz37NS2YbbY2ievbyGjmeBI1mq26QH+yBR6AK3Q==",
|
|
|
|
"path": "microsoft.identitymodel.tokens/8.3.0",
|
|
|
|
"hashPath": "microsoft.identitymodel.tokens.8.3.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.Net.Http.Headers/2.2.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==",
|
|
|
|
"path": "microsoft.net.http.headers/2.2.0",
|
|
|
|
"hashPath": "microsoft.net.http.headers.2.2.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.NETCore.Platforms/3.1.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
|
|
|
|
"path": "microsoft.netcore.platforms/3.1.0",
|
|
|
|
"hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.OpenApi/1.2.3": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==",
|
|
|
|
"path": "microsoft.openapi/1.2.3",
|
|
|
|
"hashPath": "microsoft.openapi.1.2.3.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.Win32.Registry/4.7.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
|
|
|
|
"path": "microsoft.win32.registry/4.7.0",
|
|
|
|
"hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"Microsoft.Win32.SystemEvents/4.7.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
|
|
|
|
"path": "microsoft.win32.systemevents/4.7.0",
|
|
|
|
"hashPath": "microsoft.win32.systemevents.4.7.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"
|
|
|
|
},
|
|
|
|
"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.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.Buffers/4.5.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-pL2ChpaRRWI/p4LXyy4RgeWlYF2sgfj/pnVMvBqwNFr5cXg7CXNnWZWxrOONLg8VGdFB8oB+EG2Qw4MLgTOe+A==",
|
|
|
|
"path": "system.buffers/4.5.0",
|
|
|
|
"hashPath": "system.buffers.4.5.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.Configuration.ConfigurationManager/4.7.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==",
|
|
|
|
"path": "system.configuration.configurationmanager/4.7.0",
|
|
|
|
"hashPath": "system.configuration.configurationmanager.4.7.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"System.Diagnostics.DiagnosticSource/8.0.1": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==",
|
|
|
|
"path": "system.diagnostics.diagnosticsource/8.0.1",
|
|
|
|
"hashPath": "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"System.Drawing.Common/4.7.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
|
|
|
|
"path": "system.drawing.common/4.7.0",
|
|
|
|
"hashPath": "system.drawing.common.4.7.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"System.IdentityModel.Tokens.Jwt/8.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-9GESpDG0Zb17HD5mBW/uEWi2yz/uKPmCthX2UhyLnk42moGH2FpMgXA2Y4l2Qc7P75eXSUTA6wb/c9D9GSVkzw==",
|
|
|
|
"path": "system.identitymodel.tokens.jwt/8.3.0",
|
|
|
|
"hashPath": "system.identitymodel.tokens.jwt.8.3.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"System.Runtime.Caching/4.7.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-NdvNRjTPxYvIEhXQszT9L9vJhdQoX6AQ0AlhjTU+5NqFQVuacJTfhPVAvtGWNA2OJCqRiR/okBcZgMwI6MqcZg==",
|
|
|
|
"path": "system.runtime.caching/4.7.0",
|
|
|
|
"hashPath": "system.runtime.caching.4.7.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/4.7.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
|
|
|
|
"path": "system.security.accesscontrol/4.7.0",
|
|
|
|
"hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"System.Security.Cryptography.ProtectedData/4.7.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==",
|
|
|
|
"path": "system.security.cryptography.protecteddata/4.7.0",
|
|
|
|
"hashPath": "system.security.cryptography.protecteddata.4.7.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"System.Security.Permissions/4.7.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
|
|
|
|
"path": "system.security.permissions/4.7.0",
|
|
|
|
"hashPath": "system.security.permissions.4.7.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"System.Security.Principal.Windows/4.7.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
|
|
|
|
"path": "system.security.principal.windows/4.7.0",
|
|
|
|
"hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"System.Text.Encoding.CodePages/4.7.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-aeu4FlaUTemuT1qOd1MyU4T516QR4Fy+9yDbwWMPHOHy7U8FD6SgTzdZFO7gHcfAPHtECqInbwklVvUK4RHcNg==",
|
|
|
|
"path": "system.text.encoding.codepages/4.7.0",
|
|
|
|
"hashPath": "system.text.encoding.codepages.4.7.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"System.Text.Encodings.Web/4.5.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-Xg4G4Indi4dqP1iuAiMSwpiWS54ZghzR644OtsRCm/m/lBMG8dUBhLVN7hLm8NNrNTR+iGbshCPTwrvxZPlm4g==",
|
|
|
|
"path": "system.text.encodings.web/4.5.0",
|
|
|
|
"hashPath": "system.text.encodings.web.4.5.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"System.Windows.Extensions/4.7.0": {
|
|
|
|
"type": "package",
|
|
|
|
"serviceable": true,
|
|
|
|
"sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==",
|
|
|
|
"path": "system.windows.extensions/4.7.0",
|
|
|
|
"hashPath": "system.windows.extensions.4.7.0.nupkg.sha512"
|
|
|
|
},
|
|
|
|
"YD_XinWei.Commons/1.0.0": {
|
|
|
|
"type": "project",
|
|
|
|
"serviceable": false,
|
|
|
|
"sha512": ""
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|