- Set up Tor container for SOCKS proxy (port 9050) - Configured Monero wallet with remote onion node - Bitcoin node continues syncing in background (60% complete) - Created documentation for wallet configuration steps - All external connections routed through Tor for privacy BTCPay requires manual wallet configuration through web interface: - Bitcoin: Need to add xpub/zpub for watch-only wallet - Monero: Need to add address and view key System ready for payment acceptance once wallets configured.
1531 lines
60 KiB
JSON
1531 lines
60 KiB
JSON
{
|
|
"runtimeTarget": {
|
|
"name": ".NETCoreApp,Version=v9.0",
|
|
"signature": ""
|
|
},
|
|
"compilationOptions": {},
|
|
"targets": {
|
|
".NETCoreApp,Version=v9.0": {
|
|
"LittleShop/1.0.0": {
|
|
"dependencies": {
|
|
"AutoMapper": "13.0.1",
|
|
"BTCPayServer.Client": "2.0.0",
|
|
"FluentValidation": "11.11.0",
|
|
"FluentValidation.AspNetCore": "11.3.0",
|
|
"Microsoft.AspNetCore.Authentication.JwtBearer": "9.0.0",
|
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "9.0.0",
|
|
"Microsoft.EntityFrameworkCore.Design": "9.0.0",
|
|
"Microsoft.EntityFrameworkCore.InMemory": "9.0.8",
|
|
"Microsoft.EntityFrameworkCore.Sqlite": "9.0.0",
|
|
"NBitcoin": "7.0.37",
|
|
"Newtonsoft.Json": "13.0.3",
|
|
"Serilog.AspNetCore": "8.0.3",
|
|
"Serilog.Sinks.File": "6.0.0",
|
|
"Swashbuckle.AspNetCore": "7.0.0",
|
|
"System.IdentityModel.Tokens.Jwt": "8.3.0",
|
|
"WebPush": "1.0.12"
|
|
},
|
|
"runtime": {
|
|
"LittleShop.dll": {}
|
|
}
|
|
},
|
|
"AutoMapper/13.0.1": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Options": "9.0.8"
|
|
},
|
|
"runtime": {
|
|
"lib/net6.0/AutoMapper.dll": {
|
|
"assemblyVersion": "13.0.0.0",
|
|
"fileVersion": "13.0.1.0"
|
|
}
|
|
}
|
|
},
|
|
"BTCPayServer.Client/2.0.0": {
|
|
"dependencies": {
|
|
"BTCPayServer.Lightning.Common": "1.5.1",
|
|
"NBitcoin": "7.0.37",
|
|
"Newtonsoft.Json": "13.0.3"
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.1/BTCPayServer.Client.dll": {
|
|
"assemblyVersion": "2.0.0.0",
|
|
"fileVersion": "2.0.0.0"
|
|
}
|
|
}
|
|
},
|
|
"BTCPayServer.Lightning.Common/1.5.1": {
|
|
"dependencies": {
|
|
"NBitcoin": "7.0.37",
|
|
"Newtonsoft.Json": "13.0.3"
|
|
},
|
|
"runtime": {
|
|
"lib/net6.0/BTCPayServer.Lightning.Common.dll": {
|
|
"assemblyVersion": "1.5.1.0",
|
|
"fileVersion": "1.5.1.0"
|
|
}
|
|
}
|
|
},
|
|
"FluentValidation/11.11.0": {
|
|
"runtime": {
|
|
"lib/net8.0/FluentValidation.dll": {
|
|
"assemblyVersion": "11.0.0.0",
|
|
"fileVersion": "11.11.0.0"
|
|
}
|
|
}
|
|
},
|
|
"FluentValidation.AspNetCore/11.3.0": {
|
|
"dependencies": {
|
|
"FluentValidation": "11.11.0",
|
|
"FluentValidation.DependencyInjectionExtensions": "11.5.1"
|
|
},
|
|
"runtime": {
|
|
"lib/net6.0/FluentValidation.AspNetCore.dll": {
|
|
"assemblyVersion": "11.0.0.0",
|
|
"fileVersion": "11.3.0.0"
|
|
}
|
|
}
|
|
},
|
|
"FluentValidation.DependencyInjectionExtensions/11.5.1": {
|
|
"dependencies": {
|
|
"FluentValidation": "11.11.0",
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.8"
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": {
|
|
"assemblyVersion": "11.0.0.0",
|
|
"fileVersion": "11.5.1.0"
|
|
}
|
|
}
|
|
},
|
|
"Humanizer.Core/2.14.1": {},
|
|
"Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": {
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {
|
|
"assemblyVersion": "9.0.0.0",
|
|
"fileVersion": "9.0.24.52903"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Cryptography.Internal/9.0.0": {},
|
|
"Microsoft.AspNetCore.Cryptography.KeyDerivation/9.0.0": {
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Cryptography.Internal": "9.0.0"
|
|
}
|
|
},
|
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore/9.0.0": {
|
|
"dependencies": {
|
|
"Microsoft.EntityFrameworkCore.Relational": "9.0.0",
|
|
"Microsoft.Extensions.Identity.Stores": "9.0.0"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": {
|
|
"assemblyVersion": "9.0.0.0",
|
|
"fileVersion": "9.0.24.52903"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Bcl.AsyncInterfaces/7.0.0": {},
|
|
"Microsoft.Build.Framework/17.8.3": {},
|
|
"Microsoft.Build.Locator/1.7.8": {},
|
|
"Microsoft.CodeAnalysis.Analyzers/3.3.4": {},
|
|
"Microsoft.CodeAnalysis.Common/4.8.0": {
|
|
"dependencies": {
|
|
"Microsoft.CodeAnalysis.Analyzers": "3.3.4",
|
|
"System.Collections.Immutable": "7.0.0",
|
|
"System.Reflection.Metadata": "7.0.0",
|
|
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
|
|
}
|
|
},
|
|
"Microsoft.CodeAnalysis.CSharp/4.8.0": {
|
|
"dependencies": {
|
|
"Microsoft.CodeAnalysis.Common": "4.8.0"
|
|
}
|
|
},
|
|
"Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": {
|
|
"dependencies": {
|
|
"Humanizer.Core": "2.14.1",
|
|
"Microsoft.CodeAnalysis.CSharp": "4.8.0",
|
|
"Microsoft.CodeAnalysis.Common": "4.8.0",
|
|
"Microsoft.CodeAnalysis.Workspaces.Common": "4.8.0"
|
|
}
|
|
},
|
|
"Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": {
|
|
"dependencies": {
|
|
"Humanizer.Core": "2.14.1",
|
|
"Microsoft.Bcl.AsyncInterfaces": "7.0.0",
|
|
"Microsoft.CodeAnalysis.Common": "4.8.0",
|
|
"System.Composition": "7.0.0",
|
|
"System.IO.Pipelines": "7.0.0",
|
|
"System.Threading.Channels": "7.0.0"
|
|
}
|
|
},
|
|
"Microsoft.CodeAnalysis.Workspaces.MSBuild/4.8.0": {
|
|
"dependencies": {
|
|
"Microsoft.Build.Framework": "17.8.3",
|
|
"Microsoft.CodeAnalysis.Common": "4.8.0",
|
|
"Microsoft.CodeAnalysis.Workspaces.Common": "4.8.0",
|
|
"System.Text.Json": "9.0.0"
|
|
}
|
|
},
|
|
"Microsoft.Data.Sqlite.Core/9.0.0": {
|
|
"dependencies": {
|
|
"SQLitePCLRaw.core": "2.1.10"
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.Data.Sqlite.dll": {
|
|
"assemblyVersion": "9.0.0.0",
|
|
"fileVersion": "9.0.24.52902"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.EntityFrameworkCore/9.0.8": {
|
|
"dependencies": {
|
|
"Microsoft.EntityFrameworkCore.Abstractions": "9.0.8",
|
|
"Microsoft.EntityFrameworkCore.Analyzers": "9.0.8",
|
|
"Microsoft.Extensions.Caching.Memory": "9.0.8",
|
|
"Microsoft.Extensions.Logging": "9.0.8"
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
|
|
"assemblyVersion": "9.0.8.0",
|
|
"fileVersion": "9.0.825.36802"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Abstractions/9.0.8": {
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
|
|
"assemblyVersion": "9.0.8.0",
|
|
"fileVersion": "9.0.825.36802"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Analyzers/9.0.8": {},
|
|
"Microsoft.EntityFrameworkCore.Design/9.0.0": {
|
|
"dependencies": {
|
|
"Humanizer.Core": "2.14.1",
|
|
"Microsoft.Build.Framework": "17.8.3",
|
|
"Microsoft.Build.Locator": "1.7.8",
|
|
"Microsoft.CodeAnalysis.CSharp": "4.8.0",
|
|
"Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
|
|
"Microsoft.CodeAnalysis.Workspaces.MSBuild": "4.8.0",
|
|
"Microsoft.EntityFrameworkCore.Relational": "9.0.0",
|
|
"Microsoft.Extensions.Caching.Memory": "9.0.8",
|
|
"Microsoft.Extensions.Configuration.Abstractions": "9.0.0",
|
|
"Microsoft.Extensions.DependencyModel": "9.0.0",
|
|
"Microsoft.Extensions.Logging": "9.0.8",
|
|
"Mono.TextTemplating": "3.0.0",
|
|
"System.Text.Json": "9.0.0"
|
|
}
|
|
},
|
|
"Microsoft.EntityFrameworkCore.InMemory/9.0.8": {
|
|
"dependencies": {
|
|
"Microsoft.EntityFrameworkCore": "9.0.8",
|
|
"Microsoft.Extensions.Caching.Memory": "9.0.8",
|
|
"Microsoft.Extensions.Logging": "9.0.8"
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.EntityFrameworkCore.InMemory.dll": {
|
|
"assemblyVersion": "9.0.8.0",
|
|
"fileVersion": "9.0.825.36802"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Relational/9.0.0": {
|
|
"dependencies": {
|
|
"Microsoft.EntityFrameworkCore": "9.0.8",
|
|
"Microsoft.Extensions.Caching.Memory": "9.0.8",
|
|
"Microsoft.Extensions.Configuration.Abstractions": "9.0.0",
|
|
"Microsoft.Extensions.Logging": "9.0.8"
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
|
|
"assemblyVersion": "9.0.0.0",
|
|
"fileVersion": "9.0.24.52902"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Sqlite/9.0.0": {
|
|
"dependencies": {
|
|
"Microsoft.EntityFrameworkCore.Sqlite.Core": "9.0.0",
|
|
"Microsoft.Extensions.Caching.Memory": "9.0.8",
|
|
"Microsoft.Extensions.Configuration.Abstractions": "9.0.0",
|
|
"Microsoft.Extensions.DependencyModel": "9.0.0",
|
|
"Microsoft.Extensions.Logging": "9.0.8",
|
|
"SQLitePCLRaw.bundle_e_sqlite3": "2.1.10",
|
|
"SQLitePCLRaw.core": "2.1.10",
|
|
"System.Text.Json": "9.0.0"
|
|
}
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Sqlite.Core/9.0.0": {
|
|
"dependencies": {
|
|
"Microsoft.Data.Sqlite.Core": "9.0.0",
|
|
"Microsoft.EntityFrameworkCore.Relational": "9.0.0",
|
|
"Microsoft.Extensions.Caching.Memory": "9.0.8",
|
|
"Microsoft.Extensions.Configuration.Abstractions": "9.0.0",
|
|
"Microsoft.Extensions.DependencyModel": "9.0.0",
|
|
"Microsoft.Extensions.Logging": "9.0.8",
|
|
"SQLitePCLRaw.core": "2.1.10",
|
|
"System.Text.Json": "9.0.0"
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {
|
|
"assemblyVersion": "9.0.0.0",
|
|
"fileVersion": "9.0.24.52902"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.ApiDescription.Server/6.0.5": {},
|
|
"Microsoft.Extensions.Caching.Abstractions/9.0.8": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Primitives": "9.0.8"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll": {
|
|
"assemblyVersion": "9.0.0.0",
|
|
"fileVersion": "9.0.825.36511"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Caching.Memory/9.0.8": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Caching.Abstractions": "9.0.8",
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.8",
|
|
"Microsoft.Extensions.Logging.Abstractions": "9.0.8",
|
|
"Microsoft.Extensions.Options": "9.0.8",
|
|
"Microsoft.Extensions.Primitives": "9.0.8"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Caching.Memory.dll": {
|
|
"assemblyVersion": "9.0.0.0",
|
|
"fileVersion": "9.0.825.36511"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Configuration.Abstractions/9.0.0": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Primitives": "9.0.8"
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Configuration.Binder/8.0.0": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Configuration.Abstractions": "9.0.0"
|
|
}
|
|
},
|
|
"Microsoft.Extensions.DependencyInjection/9.0.8": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.8"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": {
|
|
"assemblyVersion": "9.0.0.0",
|
|
"fileVersion": "9.0.825.36511"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions/9.0.8": {
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
|
|
"assemblyVersion": "9.0.0.0",
|
|
"fileVersion": "9.0.825.36511"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.DependencyModel/9.0.0": {
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.DependencyModel.dll": {
|
|
"assemblyVersion": "9.0.0.0",
|
|
"fileVersion": "9.0.24.52809"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.8",
|
|
"Microsoft.Extensions.Options": "9.0.8",
|
|
"System.Diagnostics.DiagnosticSource": "8.0.0"
|
|
}
|
|
},
|
|
"Microsoft.Extensions.FileProviders.Abstractions/8.0.0": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Primitives": "9.0.8"
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Hosting.Abstractions/8.0.0": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Configuration.Abstractions": "9.0.0",
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.8",
|
|
"Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0",
|
|
"Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
|
|
"Microsoft.Extensions.Logging.Abstractions": "9.0.8"
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Identity.Core/9.0.0": {
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "9.0.0",
|
|
"Microsoft.Extensions.Logging": "9.0.8",
|
|
"Microsoft.Extensions.Options": "9.0.8"
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Identity.Stores/9.0.0": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Caching.Abstractions": "9.0.8",
|
|
"Microsoft.Extensions.Identity.Core": "9.0.0",
|
|
"Microsoft.Extensions.Logging": "9.0.8"
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Logging/9.0.8": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection": "9.0.8",
|
|
"Microsoft.Extensions.Logging.Abstractions": "9.0.8",
|
|
"Microsoft.Extensions.Options": "9.0.8"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Logging.dll": {
|
|
"assemblyVersion": "9.0.0.0",
|
|
"fileVersion": "9.0.825.36511"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Logging.Abstractions/9.0.8": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.8"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": {
|
|
"assemblyVersion": "9.0.0.0",
|
|
"fileVersion": "9.0.825.36511"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Options/9.0.8": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.8",
|
|
"Microsoft.Extensions.Primitives": "9.0.8"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Options.dll": {
|
|
"assemblyVersion": "9.0.0.0",
|
|
"fileVersion": "9.0.825.36511"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.Extensions.Primitives/9.0.8": {
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.Extensions.Primitives.dll": {
|
|
"assemblyVersion": "9.0.0.0",
|
|
"fileVersion": "9.0.825.36511"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.Abstractions/8.3.0": {
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": {
|
|
"assemblyVersion": "8.3.0.0",
|
|
"fileVersion": "8.3.0.51204"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.JsonWebTokens/8.3.0": {
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.Tokens": "8.3.0"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.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/net9.0/Microsoft.IdentityModel.Logging.dll": {
|
|
"assemblyVersion": "8.3.0.0",
|
|
"fileVersion": "8.3.0.51204"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.Protocols/8.0.1": {
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.Tokens": "8.3.0"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.IdentityModel.Protocols.dll": {
|
|
"assemblyVersion": "8.0.1.0",
|
|
"fileVersion": "8.0.1.50722"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": {
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.Protocols": "8.0.1",
|
|
"System.IdentityModel.Tokens.Jwt": "8.3.0"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
|
|
"assemblyVersion": "8.0.1.0",
|
|
"fileVersion": "8.0.1.50722"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.IdentityModel.Tokens/8.3.0": {
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.Logging": "8.3.0"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Microsoft.IdentityModel.Tokens.dll": {
|
|
"assemblyVersion": "8.3.0.0",
|
|
"fileVersion": "8.3.0.51204"
|
|
}
|
|
}
|
|
},
|
|
"Microsoft.OpenApi/1.6.22": {
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.OpenApi.dll": {
|
|
"assemblyVersion": "1.6.22.0",
|
|
"fileVersion": "1.6.22.0"
|
|
}
|
|
}
|
|
},
|
|
"Mono.TextTemplating/3.0.0": {
|
|
"dependencies": {
|
|
"System.CodeDom": "6.0.0"
|
|
}
|
|
},
|
|
"NBitcoin/7.0.37": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Logging.Abstractions": "9.0.8",
|
|
"Newtonsoft.Json": "13.0.3"
|
|
},
|
|
"runtime": {
|
|
"lib/net6.0/NBitcoin.dll": {
|
|
"assemblyVersion": "7.0.37.0",
|
|
"fileVersion": "7.0.37.0"
|
|
}
|
|
}
|
|
},
|
|
"Newtonsoft.Json/13.0.3": {
|
|
"runtime": {
|
|
"lib/net6.0/Newtonsoft.Json.dll": {
|
|
"assemblyVersion": "13.0.0.0",
|
|
"fileVersion": "13.0.3.27908"
|
|
}
|
|
}
|
|
},
|
|
"Portable.BouncyCastle/1.8.1.3": {
|
|
"runtime": {
|
|
"lib/netstandard2.0/BouncyCastle.Crypto.dll": {
|
|
"assemblyVersion": "1.8.1.0",
|
|
"fileVersion": "1.8.1.146"
|
|
}
|
|
}
|
|
},
|
|
"Serilog/4.0.0": {
|
|
"runtime": {
|
|
"lib/net8.0/Serilog.dll": {
|
|
"assemblyVersion": "4.0.0.0",
|
|
"fileVersion": "4.0.0.0"
|
|
}
|
|
}
|
|
},
|
|
"Serilog.AspNetCore/8.0.3": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Logging": "9.0.8",
|
|
"Serilog": "4.0.0",
|
|
"Serilog.Extensions.Hosting": "8.0.0",
|
|
"Serilog.Formatting.Compact": "2.0.0",
|
|
"Serilog.Settings.Configuration": "8.0.4",
|
|
"Serilog.Sinks.Console": "5.0.0",
|
|
"Serilog.Sinks.Debug": "2.0.0",
|
|
"Serilog.Sinks.File": "6.0.0"
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Serilog.AspNetCore.dll": {
|
|
"assemblyVersion": "8.0.3.0",
|
|
"fileVersion": "8.0.3.0"
|
|
}
|
|
}
|
|
},
|
|
"Serilog.Extensions.Hosting/8.0.0": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.8",
|
|
"Microsoft.Extensions.Hosting.Abstractions": "8.0.0",
|
|
"Microsoft.Extensions.Logging.Abstractions": "9.0.8",
|
|
"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": "9.0.8",
|
|
"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.4": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Configuration.Binder": "8.0.0",
|
|
"Microsoft.Extensions.DependencyModel": "9.0.0",
|
|
"Serilog": "4.0.0"
|
|
},
|
|
"runtime": {
|
|
"lib/net8.0/Serilog.Settings.Configuration.dll": {
|
|
"assemblyVersion": "8.0.4.0",
|
|
"fileVersion": "8.0.4.0"
|
|
}
|
|
}
|
|
},
|
|
"Serilog.Sinks.Console/5.0.0": {
|
|
"dependencies": {
|
|
"Serilog": "4.0.0"
|
|
},
|
|
"runtime": {
|
|
"lib/net7.0/Serilog.Sinks.Console.dll": {
|
|
"assemblyVersion": "5.0.0.0",
|
|
"fileVersion": "5.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"
|
|
}
|
|
}
|
|
},
|
|
"SQLitePCLRaw.bundle_e_sqlite3/2.1.10": {
|
|
"dependencies": {
|
|
"SQLitePCLRaw.lib.e_sqlite3": "2.1.10",
|
|
"SQLitePCLRaw.provider.e_sqlite3": "2.1.10"
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {
|
|
"assemblyVersion": "2.1.10.2445",
|
|
"fileVersion": "2.1.10.2445"
|
|
}
|
|
}
|
|
},
|
|
"SQLitePCLRaw.core/2.1.10": {
|
|
"dependencies": {
|
|
"System.Memory": "4.5.3"
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/SQLitePCLRaw.core.dll": {
|
|
"assemblyVersion": "2.1.10.2445",
|
|
"fileVersion": "2.1.10.2445"
|
|
}
|
|
}
|
|
},
|
|
"SQLitePCLRaw.lib.e_sqlite3/2.1.10": {
|
|
"runtimeTargets": {
|
|
"runtimes/browser-wasm/nativeassets/net9.0/e_sqlite3.a": {
|
|
"rid": "browser-wasm",
|
|
"assetType": "native",
|
|
"fileVersion": "0.0.0.0"
|
|
},
|
|
"runtimes/linux-arm/native/libe_sqlite3.so": {
|
|
"rid": "linux-arm",
|
|
"assetType": "native",
|
|
"fileVersion": "0.0.0.0"
|
|
},
|
|
"runtimes/linux-arm64/native/libe_sqlite3.so": {
|
|
"rid": "linux-arm64",
|
|
"assetType": "native",
|
|
"fileVersion": "0.0.0.0"
|
|
},
|
|
"runtimes/linux-armel/native/libe_sqlite3.so": {
|
|
"rid": "linux-armel",
|
|
"assetType": "native",
|
|
"fileVersion": "0.0.0.0"
|
|
},
|
|
"runtimes/linux-mips64/native/libe_sqlite3.so": {
|
|
"rid": "linux-mips64",
|
|
"assetType": "native",
|
|
"fileVersion": "0.0.0.0"
|
|
},
|
|
"runtimes/linux-musl-arm/native/libe_sqlite3.so": {
|
|
"rid": "linux-musl-arm",
|
|
"assetType": "native",
|
|
"fileVersion": "0.0.0.0"
|
|
},
|
|
"runtimes/linux-musl-arm64/native/libe_sqlite3.so": {
|
|
"rid": "linux-musl-arm64",
|
|
"assetType": "native",
|
|
"fileVersion": "0.0.0.0"
|
|
},
|
|
"runtimes/linux-musl-s390x/native/libe_sqlite3.so": {
|
|
"rid": "linux-musl-s390x",
|
|
"assetType": "native",
|
|
"fileVersion": "0.0.0.0"
|
|
},
|
|
"runtimes/linux-musl-x64/native/libe_sqlite3.so": {
|
|
"rid": "linux-musl-x64",
|
|
"assetType": "native",
|
|
"fileVersion": "0.0.0.0"
|
|
},
|
|
"runtimes/linux-ppc64le/native/libe_sqlite3.so": {
|
|
"rid": "linux-ppc64le",
|
|
"assetType": "native",
|
|
"fileVersion": "0.0.0.0"
|
|
},
|
|
"runtimes/linux-s390x/native/libe_sqlite3.so": {
|
|
"rid": "linux-s390x",
|
|
"assetType": "native",
|
|
"fileVersion": "0.0.0.0"
|
|
},
|
|
"runtimes/linux-x64/native/libe_sqlite3.so": {
|
|
"rid": "linux-x64",
|
|
"assetType": "native",
|
|
"fileVersion": "0.0.0.0"
|
|
},
|
|
"runtimes/linux-x86/native/libe_sqlite3.so": {
|
|
"rid": "linux-x86",
|
|
"assetType": "native",
|
|
"fileVersion": "0.0.0.0"
|
|
},
|
|
"runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib": {
|
|
"rid": "maccatalyst-arm64",
|
|
"assetType": "native",
|
|
"fileVersion": "0.0.0.0"
|
|
},
|
|
"runtimes/maccatalyst-x64/native/libe_sqlite3.dylib": {
|
|
"rid": "maccatalyst-x64",
|
|
"assetType": "native",
|
|
"fileVersion": "0.0.0.0"
|
|
},
|
|
"runtimes/osx-arm64/native/libe_sqlite3.dylib": {
|
|
"rid": "osx-arm64",
|
|
"assetType": "native",
|
|
"fileVersion": "0.0.0.0"
|
|
},
|
|
"runtimes/osx-x64/native/libe_sqlite3.dylib": {
|
|
"rid": "osx-x64",
|
|
"assetType": "native",
|
|
"fileVersion": "0.0.0.0"
|
|
},
|
|
"runtimes/win-arm/native/e_sqlite3.dll": {
|
|
"rid": "win-arm",
|
|
"assetType": "native",
|
|
"fileVersion": "0.0.0.0"
|
|
},
|
|
"runtimes/win-arm64/native/e_sqlite3.dll": {
|
|
"rid": "win-arm64",
|
|
"assetType": "native",
|
|
"fileVersion": "0.0.0.0"
|
|
},
|
|
"runtimes/win-x64/native/e_sqlite3.dll": {
|
|
"rid": "win-x64",
|
|
"assetType": "native",
|
|
"fileVersion": "0.0.0.0"
|
|
},
|
|
"runtimes/win-x86/native/e_sqlite3.dll": {
|
|
"rid": "win-x86",
|
|
"assetType": "native",
|
|
"fileVersion": "0.0.0.0"
|
|
}
|
|
}
|
|
},
|
|
"SQLitePCLRaw.provider.e_sqlite3/2.1.10": {
|
|
"dependencies": {
|
|
"SQLitePCLRaw.core": "2.1.10"
|
|
},
|
|
"runtime": {
|
|
"lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {
|
|
"assemblyVersion": "2.1.10.2445",
|
|
"fileVersion": "2.1.10.2445"
|
|
}
|
|
}
|
|
},
|
|
"Swashbuckle.AspNetCore/7.0.0": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.ApiDescription.Server": "6.0.5",
|
|
"Swashbuckle.AspNetCore.Swagger": "7.0.0",
|
|
"Swashbuckle.AspNetCore.SwaggerGen": "7.0.0",
|
|
"Swashbuckle.AspNetCore.SwaggerUI": "7.0.0"
|
|
}
|
|
},
|
|
"Swashbuckle.AspNetCore.Swagger/7.0.0": {
|
|
"dependencies": {
|
|
"Microsoft.OpenApi": "1.6.22"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": {
|
|
"assemblyVersion": "7.0.0.0",
|
|
"fileVersion": "7.0.0.854"
|
|
}
|
|
}
|
|
},
|
|
"Swashbuckle.AspNetCore.SwaggerGen/7.0.0": {
|
|
"dependencies": {
|
|
"Swashbuckle.AspNetCore.Swagger": "7.0.0"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
|
|
"assemblyVersion": "7.0.0.0",
|
|
"fileVersion": "7.0.0.854"
|
|
}
|
|
}
|
|
},
|
|
"Swashbuckle.AspNetCore.SwaggerUI/7.0.0": {
|
|
"runtime": {
|
|
"lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
|
|
"assemblyVersion": "7.0.0.0",
|
|
"fileVersion": "7.0.0.854"
|
|
}
|
|
}
|
|
},
|
|
"System.CodeDom/6.0.0": {},
|
|
"System.Collections.Immutable/7.0.0": {},
|
|
"System.Composition/7.0.0": {
|
|
"dependencies": {
|
|
"System.Composition.AttributedModel": "7.0.0",
|
|
"System.Composition.Convention": "7.0.0",
|
|
"System.Composition.Hosting": "7.0.0",
|
|
"System.Composition.Runtime": "7.0.0",
|
|
"System.Composition.TypedParts": "7.0.0"
|
|
}
|
|
},
|
|
"System.Composition.AttributedModel/7.0.0": {},
|
|
"System.Composition.Convention/7.0.0": {
|
|
"dependencies": {
|
|
"System.Composition.AttributedModel": "7.0.0"
|
|
}
|
|
},
|
|
"System.Composition.Hosting/7.0.0": {
|
|
"dependencies": {
|
|
"System.Composition.Runtime": "7.0.0"
|
|
}
|
|
},
|
|
"System.Composition.Runtime/7.0.0": {},
|
|
"System.Composition.TypedParts/7.0.0": {
|
|
"dependencies": {
|
|
"System.Composition.AttributedModel": "7.0.0",
|
|
"System.Composition.Hosting": "7.0.0",
|
|
"System.Composition.Runtime": "7.0.0"
|
|
}
|
|
},
|
|
"System.Diagnostics.DiagnosticSource/8.0.0": {},
|
|
"System.IdentityModel.Tokens.Jwt/8.3.0": {
|
|
"dependencies": {
|
|
"Microsoft.IdentityModel.JsonWebTokens": "8.3.0",
|
|
"Microsoft.IdentityModel.Tokens": "8.3.0"
|
|
},
|
|
"runtime": {
|
|
"lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": {
|
|
"assemblyVersion": "8.3.0.0",
|
|
"fileVersion": "8.3.0.51204"
|
|
}
|
|
}
|
|
},
|
|
"System.IO.Pipelines/7.0.0": {},
|
|
"System.Memory/4.5.3": {},
|
|
"System.Reflection.Metadata/7.0.0": {
|
|
"dependencies": {
|
|
"System.Collections.Immutable": "7.0.0"
|
|
}
|
|
},
|
|
"System.Runtime.CompilerServices.Unsafe/6.0.0": {},
|
|
"System.Text.Json/9.0.0": {},
|
|
"System.Threading.Channels/7.0.0": {},
|
|
"WebPush/1.0.12": {
|
|
"dependencies": {
|
|
"Newtonsoft.Json": "13.0.3",
|
|
"Portable.BouncyCastle": "1.8.1.3"
|
|
},
|
|
"runtime": {
|
|
"lib/net5.0/WebPush.dll": {
|
|
"assemblyVersion": "1.0.11.0",
|
|
"fileVersion": "1.0.11.0"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"libraries": {
|
|
"LittleShop/1.0.0": {
|
|
"type": "project",
|
|
"serviceable": false,
|
|
"sha512": ""
|
|
},
|
|
"AutoMapper/13.0.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-/Fx1SbJ16qS7dU4i604Sle+U9VLX+WSNVJggk6MupKVkYvvBm4XqYaeFuf67diHefHKHs50uQIS2YEDFhPCakQ==",
|
|
"path": "automapper/13.0.1",
|
|
"hashPath": "automapper.13.0.1.nupkg.sha512"
|
|
},
|
|
"BTCPayServer.Client/2.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-1tFbw2z6Nj/b+wr3Ht3G1Ux3Vsnlk7mYVMGxZeimVGHkPkRzbjTKXzSDsMDFOR7b9/W5Jwe8ibSQqssxFqlnXw==",
|
|
"path": "btcpayserver.client/2.0.0",
|
|
"hashPath": "btcpayserver.client.2.0.0.nupkg.sha512"
|
|
},
|
|
"BTCPayServer.Lightning.Common/1.5.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-1LlWIsx0KcuCUzdZb2Ta+gF4sfLmNYtQnnOSzXQ7kafs7VbEohyzntjX/aASpBLt7cQ7k1jlrumh3sLClRcuGg==",
|
|
"path": "btcpayserver.lightning.common/1.5.1",
|
|
"hashPath": "btcpayserver.lightning.common.1.5.1.nupkg.sha512"
|
|
},
|
|
"FluentValidation/11.11.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-cyIVdQBwSipxWG8MA3Rqox7iNbUNUTK5bfJi9tIdm4CAfH71Oo5ABLP4/QyrUwuakqpUEPGtE43BDddvEehuYw==",
|
|
"path": "fluentvalidation/11.11.0",
|
|
"hashPath": "fluentvalidation.11.11.0.nupkg.sha512"
|
|
},
|
|
"FluentValidation.AspNetCore/11.3.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-jtFVgKnDFySyBlPS8bZbTKEEwJZnn11rXXJ2SQnjDhZ56rQqybBg9Joq4crRLz3y0QR8WoOq4iE4piV81w/Djg==",
|
|
"path": "fluentvalidation.aspnetcore/11.3.0",
|
|
"hashPath": "fluentvalidation.aspnetcore.11.3.0.nupkg.sha512"
|
|
},
|
|
"FluentValidation.DependencyInjectionExtensions/11.5.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-iWM0LS1MDYX06pcjMEQKqHirl2zkjHlNV23mEJSoR1IZI7KQmTa0RcTtGEJpj5+iHvBCfrzP2mYKM4FtRKVb+A==",
|
|
"path": "fluentvalidation.dependencyinjectionextensions/11.5.1",
|
|
"hashPath": "fluentvalidation.dependencyinjectionextensions.11.5.1.nupkg.sha512"
|
|
},
|
|
"Humanizer.Core/2.14.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==",
|
|
"path": "humanizer.core/2.14.1",
|
|
"hashPath": "humanizer.core.2.14.1.nupkg.sha512"
|
|
},
|
|
"Microsoft.AspNetCore.Authentication.JwtBearer/9.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-bs+1Pq3vQdS2lTyxNUd9fEhtMsq3eLUpK36k2t56iDMVrk6OrAoFtvrQrTK0Y0OetTcJrUkGU7hBlf+ORzHLqQ==",
|
|
"path": "microsoft.aspnetcore.authentication.jwtbearer/9.0.0",
|
|
"hashPath": "microsoft.aspnetcore.authentication.jwtbearer.9.0.0.nupkg.sha512"
|
|
},
|
|
"Microsoft.AspNetCore.Cryptography.Internal/9.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-M1dzTEl+2+RqT4vWcqEpWasPXHd58wC93U7QMlmPSmx+qixyVxCQjZ183wr7Wa68b4pF7wC501MU9rdA0ZNhMg==",
|
|
"path": "microsoft.aspnetcore.cryptography.internal/9.0.0",
|
|
"hashPath": "microsoft.aspnetcore.cryptography.internal.9.0.0.nupkg.sha512"
|
|
},
|
|
"Microsoft.AspNetCore.Cryptography.KeyDerivation/9.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-9X4cx2IHNpYb9ka984BjDpJnKkindW17Z2kR/RI5pbTcbVUVMJjiAKnBhAqH24KtAEf1AU64LD60byzCn0/n8w==",
|
|
"path": "microsoft.aspnetcore.cryptography.keyderivation/9.0.0",
|
|
"hashPath": "microsoft.aspnetcore.cryptography.keyderivation.9.0.0.nupkg.sha512"
|
|
},
|
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore/9.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-fwQkBQGaiRKDQWBc7PXxDiDXtsUsRPL88Jp0CqjqoDhd9p5uHSyuv6g3ALq2EbCvKcWk/7pOKsJiDomPvp/ptA==",
|
|
"path": "microsoft.aspnetcore.identity.entityframeworkcore/9.0.0",
|
|
"hashPath": "microsoft.aspnetcore.identity.entityframeworkcore.9.0.0.nupkg.sha512"
|
|
},
|
|
"Microsoft.Bcl.AsyncInterfaces/7.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-3aeMZ1N0lJoSyzqiP03hqemtb1BijhsJADdobn/4nsMJ8V1H+CrpuduUe4hlRdx+ikBQju1VGjMD1GJ3Sk05Eg==",
|
|
"path": "microsoft.bcl.asyncinterfaces/7.0.0",
|
|
"hashPath": "microsoft.bcl.asyncinterfaces.7.0.0.nupkg.sha512"
|
|
},
|
|
"Microsoft.Build.Framework/17.8.3": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-NrQZJW8TlKVPx72yltGb8SVz3P5mNRk9fNiD/ao8jRSk48WqIIdCn99q4IjlVmPcruuQ+yLdjNQLL8Rb4c916g==",
|
|
"path": "microsoft.build.framework/17.8.3",
|
|
"hashPath": "microsoft.build.framework.17.8.3.nupkg.sha512"
|
|
},
|
|
"Microsoft.Build.Locator/1.7.8": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-sPy10x527Ph16S2u0yGME4S6ohBKJ69WfjeGG/bvELYeZVmJdKjxgnlL8cJJJLGV/cZIRqSfB12UDB8ICakOog==",
|
|
"path": "microsoft.build.locator/1.7.8",
|
|
"hashPath": "microsoft.build.locator.1.7.8.nupkg.sha512"
|
|
},
|
|
"Microsoft.CodeAnalysis.Analyzers/3.3.4": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-AxkxcPR+rheX0SmvpLVIGLhOUXAKG56a64kV9VQZ4y9gR9ZmPXnqZvHJnmwLSwzrEP6junUF11vuc+aqo5r68g==",
|
|
"path": "microsoft.codeanalysis.analyzers/3.3.4",
|
|
"hashPath": "microsoft.codeanalysis.analyzers.3.3.4.nupkg.sha512"
|
|
},
|
|
"Microsoft.CodeAnalysis.Common/4.8.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-/jR+e/9aT+BApoQJABlVCKnnggGQbvGh7BKq2/wI1LamxC+LbzhcLj4Vj7gXCofl1n4E521YfF9w0WcASGg/KA==",
|
|
"path": "microsoft.codeanalysis.common/4.8.0",
|
|
"hashPath": "microsoft.codeanalysis.common.4.8.0.nupkg.sha512"
|
|
},
|
|
"Microsoft.CodeAnalysis.CSharp/4.8.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-+3+qfdb/aaGD8PZRCrsdobbzGs1m9u119SkkJt8e/mk3xLJz/udLtS2T6nY27OTXxBBw10HzAbC8Z9w08VyP/g==",
|
|
"path": "microsoft.codeanalysis.csharp/4.8.0",
|
|
"hashPath": "microsoft.codeanalysis.csharp.4.8.0.nupkg.sha512"
|
|
},
|
|
"Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-3amm4tq4Lo8/BGvg9p3BJh3S9nKq2wqCXfS7138i69TUpo/bD+XvD0hNurpEBtcNZhi1FyutiomKJqVF39ugYA==",
|
|
"path": "microsoft.codeanalysis.csharp.workspaces/4.8.0",
|
|
"hashPath": "microsoft.codeanalysis.csharp.workspaces.4.8.0.nupkg.sha512"
|
|
},
|
|
"Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-LXyV+MJKsKRu3FGJA3OmSk40OUIa/dQCFLOnm5X8MNcujx7hzGu8o+zjXlb/cy5xUdZK2UKYb9YaQ2E8m9QehQ==",
|
|
"path": "microsoft.codeanalysis.workspaces.common/4.8.0",
|
|
"hashPath": "microsoft.codeanalysis.workspaces.common.4.8.0.nupkg.sha512"
|
|
},
|
|
"Microsoft.CodeAnalysis.Workspaces.MSBuild/4.8.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-IEYreI82QZKklp54yPHxZNG9EKSK6nHEkeuf+0Asie9llgS1gp0V1hw7ODG+QyoB7MuAnNQHmeV1Per/ECpv6A==",
|
|
"path": "microsoft.codeanalysis.workspaces.msbuild/4.8.0",
|
|
"hashPath": "microsoft.codeanalysis.workspaces.msbuild.4.8.0.nupkg.sha512"
|
|
},
|
|
"Microsoft.Data.Sqlite.Core/9.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-cFfZjFL+tqzGYw9lB31EkV1IWF5xRQNk2k+MQd+Cf86Gl6zTeAoiZIFw5sRB1Z8OxpEC7nu+nTDsLSjieBAPTw==",
|
|
"path": "microsoft.data.sqlite.core/9.0.0",
|
|
"hashPath": "microsoft.data.sqlite.core.9.0.0.nupkg.sha512"
|
|
},
|
|
"Microsoft.EntityFrameworkCore/9.0.8": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-bNGdPhN762+BIIO5MFYLjafRqkSS1MqLOc/erd55InvLnFxt9H3N5JNsuag1ZHyBor1VtD42U0CHpgqkWeAYgQ==",
|
|
"path": "microsoft.entityframeworkcore/9.0.8",
|
|
"hashPath": "microsoft.entityframeworkcore.9.0.8.nupkg.sha512"
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Abstractions/9.0.8": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-B2yfAIQRRAQ4zvvWqh+HudD+juV3YoLlpXnrog3tU0PM9AFpuq6xo0+mEglN1P43WgdcUiF+65CWBcZe35s15Q==",
|
|
"path": "microsoft.entityframeworkcore.abstractions/9.0.8",
|
|
"hashPath": "microsoft.entityframeworkcore.abstractions.9.0.8.nupkg.sha512"
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Analyzers/9.0.8": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-2EYStCXt4Hi9p3J3EYMQbItJDtASJd064Kcs8C8hj8Jt5srILrR9qlaL0Ryvk8NrWQoCQvIELsmiuqLEZMLvGA==",
|
|
"path": "microsoft.entityframeworkcore.analyzers/9.0.8",
|
|
"hashPath": "microsoft.entityframeworkcore.analyzers.9.0.8.nupkg.sha512"
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Design/9.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-Pqo8I+yHJ3VQrAoY0hiSncf+5P7gN/RkNilK5e+/K/yKh+yAWxdUAI6t0TG26a9VPlCa9FhyklzyFvRyj3YG9A==",
|
|
"path": "microsoft.entityframeworkcore.design/9.0.0",
|
|
"hashPath": "microsoft.entityframeworkcore.design.9.0.0.nupkg.sha512"
|
|
},
|
|
"Microsoft.EntityFrameworkCore.InMemory/9.0.8": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-F5+lo74OJH9iik/WtMae9ySeew1pxiYSmODkTmHo7n7JsCM5flW1WlUCjACoe7XM9Gng2ndUwXjIizhzx3Os5w==",
|
|
"path": "microsoft.entityframeworkcore.inmemory/9.0.8",
|
|
"hashPath": "microsoft.entityframeworkcore.inmemory.9.0.8.nupkg.sha512"
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Relational/9.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-j+msw6fWgAE9M3Q/5B9Uhv7pdAdAQUvFPJAiBJmoy+OXvehVbfbCE8ftMAa51Uo2ZeiqVnHShhnv4Y4UJJmUzA==",
|
|
"path": "microsoft.entityframeworkcore.relational/9.0.0",
|
|
"hashPath": "microsoft.entityframeworkcore.relational.9.0.0.nupkg.sha512"
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Sqlite/9.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-xu6dlgBO9I1WA1WdT+rUvv+ZGQ9aGRn3c246ykyuFzBX02oNYd1lk7LEVGhjBN1T49N3C9yBUHFQY8vY4JZQrw==",
|
|
"path": "microsoft.entityframeworkcore.sqlite/9.0.0",
|
|
"hashPath": "microsoft.entityframeworkcore.sqlite.9.0.0.nupkg.sha512"
|
|
},
|
|
"Microsoft.EntityFrameworkCore.Sqlite.Core/9.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-4gmIZli/Na39mck6s/gO2n1NdOHHwNQfSWucpA+bAU5UAEMYFGMXpCR1AHoo/VJuyMkfpBxuHzkj1/xczy2vFg==",
|
|
"path": "microsoft.entityframeworkcore.sqlite.core/9.0.0",
|
|
"hashPath": "microsoft.entityframeworkcore.sqlite.core.9.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/9.0.8": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-4h7bsVoKoiK+SlPM+euX/ayGnKZhl47pPCidLTiio9xyG+vgVVfcYxcYQgjm0SCrdSxjG0EGIAKF8EFr3G8Ifw==",
|
|
"path": "microsoft.extensions.caching.abstractions/9.0.8",
|
|
"hashPath": "microsoft.extensions.caching.abstractions.9.0.8.nupkg.sha512"
|
|
},
|
|
"Microsoft.Extensions.Caching.Memory/9.0.8": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-grR+oPyj8HVn4DT8CFUUdSw2pZZKS13KjytFe4txpHQliGM1GEDotohmjgvyl3hm7RFB3FRqvbouEX3/1ewp5A==",
|
|
"path": "microsoft.extensions.caching.memory/9.0.8",
|
|
"hashPath": "microsoft.extensions.caching.memory.9.0.8.nupkg.sha512"
|
|
},
|
|
"Microsoft.Extensions.Configuration.Abstractions/9.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==",
|
|
"path": "microsoft.extensions.configuration.abstractions/9.0.0",
|
|
"hashPath": "microsoft.extensions.configuration.abstractions.9.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/9.0.8": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-JJjI2Fa+QtZcUyuNjbKn04OjIUX5IgFGFu/Xc+qvzh1rXdZHLcnqqVXhR4093bGirTwacRlHiVg1XYI9xum6QQ==",
|
|
"path": "microsoft.extensions.dependencyinjection/9.0.8",
|
|
"hashPath": "microsoft.extensions.dependencyinjection.9.0.8.nupkg.sha512"
|
|
},
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions/9.0.8": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-xY3lTjj4+ZYmiKIkyWitddrp1uL5uYiweQjqo4BKBw01ZC4HhcfgLghDpPZcUlppgWAFqFy9SgkiYWOMx365pw==",
|
|
"path": "microsoft.extensions.dependencyinjection.abstractions/9.0.8",
|
|
"hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.8.nupkg.sha512"
|
|
},
|
|
"Microsoft.Extensions.DependencyModel/9.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==",
|
|
"path": "microsoft.extensions.dependencymodel/9.0.0",
|
|
"hashPath": "microsoft.extensions.dependencymodel.9.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/9.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-+cQjUs8PIheIMALzrf/e4gW6A/yOK8XYBxeEmAfLvVIaV9lsBGvVT0zjEZ1KPQDJ9nUeQ9uAw077J7LPUwv8wA==",
|
|
"path": "microsoft.extensions.identity.core/9.0.0",
|
|
"hashPath": "microsoft.extensions.identity.core.9.0.0.nupkg.sha512"
|
|
},
|
|
"Microsoft.Extensions.Identity.Stores/9.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-XG3opf0KgWoYAUdLRhrIvI46W+/E45Ov8rzgwr0omrq5u06MCrsuMm0nPmd+pIWjMXRxbBk1uL47zGyW1lI5Hw==",
|
|
"path": "microsoft.extensions.identity.stores/9.0.0",
|
|
"hashPath": "microsoft.extensions.identity.stores.9.0.0.nupkg.sha512"
|
|
},
|
|
"Microsoft.Extensions.Logging/9.0.8": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-Z/7ze+0iheT7FJeZPqJKARYvyC2bmwu3whbm/48BJjdlGVvgDguoCqJIkI/67NkroTYobd5geai1WheNQvWrgA==",
|
|
"path": "microsoft.extensions.logging/9.0.8",
|
|
"hashPath": "microsoft.extensions.logging.9.0.8.nupkg.sha512"
|
|
},
|
|
"Microsoft.Extensions.Logging.Abstractions/9.0.8": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-pYnAffJL7ARD/HCnnPvnFKSIHnTSmWz84WIlT9tPeQ4lHNiu0Az7N/8itihWvcF8sT+VVD5lq8V+ckMzu4SbOw==",
|
|
"path": "microsoft.extensions.logging.abstractions/9.0.8",
|
|
"hashPath": "microsoft.extensions.logging.abstractions.9.0.8.nupkg.sha512"
|
|
},
|
|
"Microsoft.Extensions.Options/9.0.8": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-OmTaQ0v4gxGQkehpwWIqPoEiwsPuG/u4HUsbOFoWGx4DKET2AXzopnFe/fE608FIhzc/kcg2p8JdyMRCCUzitQ==",
|
|
"path": "microsoft.extensions.options/9.0.8",
|
|
"hashPath": "microsoft.extensions.options.9.0.8.nupkg.sha512"
|
|
},
|
|
"Microsoft.Extensions.Primitives/9.0.8": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-tizSIOEsIgSNSSh+hKeUVPK7xmTIjR8s+mJWOu1KXV3htvNQiPMFRMO17OdI1y/4ZApdBVk49u/08QGC9yvLug==",
|
|
"path": "microsoft.extensions.primitives/9.0.8",
|
|
"hashPath": "microsoft.extensions.primitives.9.0.8.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/8.0.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-uA2vpKqU3I2mBBEaeJAWPTjT9v1TZrGWKdgK6G5qJd03CLx83kdiqO9cmiK8/n1erkHzFBwU/RphP83aAe3i3g==",
|
|
"path": "microsoft.identitymodel.protocols/8.0.1",
|
|
"hashPath": "microsoft.identitymodel.protocols.8.0.1.nupkg.sha512"
|
|
},
|
|
"Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-AQDbfpL+yzuuGhO/mQhKNsp44pm5Jv8/BI4KiFXR7beVGZoSH35zMV3PrmcfvSTsyI6qrcR898NzUauD6SRigg==",
|
|
"path": "microsoft.identitymodel.protocols.openidconnect/8.0.1",
|
|
"hashPath": "microsoft.identitymodel.protocols.openidconnect.8.0.1.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.OpenApi/1.6.22": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-aBvunmrdu/x+4CaA/UP1Jx4xWGwk4kymhoIRnn2Vp+zi5/KOPQJ9EkSXHRUr01WcGKtYl3Au7XfkPJbU1G2sjQ==",
|
|
"path": "microsoft.openapi/1.6.22",
|
|
"hashPath": "microsoft.openapi.1.6.22.nupkg.sha512"
|
|
},
|
|
"Mono.TextTemplating/3.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-YqueG52R/Xej4VVbKuRIodjiAhV0HR/XVbLbNrJhCZnzjnSjgMJ/dCdV0akQQxavX6hp/LC6rqLGLcXeQYU7XA==",
|
|
"path": "mono.texttemplating/3.0.0",
|
|
"hashPath": "mono.texttemplating.3.0.0.nupkg.sha512"
|
|
},
|
|
"NBitcoin/7.0.37": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-JTdX01upC8DDTWJE2Q9Qno/v1zMdVYJXdMyiDORBfAvJ9G9wdMQ549Ki2ChisVtKn+TmxPiFJYPzHUGlBb4DRg==",
|
|
"path": "nbitcoin/7.0.37",
|
|
"hashPath": "nbitcoin.7.0.37.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"
|
|
},
|
|
"Portable.BouncyCastle/1.8.1.3": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-1jUpszv0ETm+hl78HKnYgY3wPzt6qRtjxaPENNrGCuB8nondbR/j75WAKdd6sxXzOzBcX07WMZhZEYc4s5jVWg==",
|
|
"path": "portable.bouncycastle/1.8.1.3",
|
|
"hashPath": "portable.bouncycastle.1.8.1.3.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.3": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-Y5at41mc0OV982DEJslBKHd6uzcWO6POwR3QceJ6gtpMPxCzm4+FElGPF0RdaTD7MGsP6XXE05LMbSi0NO+sXg==",
|
|
"path": "serilog.aspnetcore/8.0.3",
|
|
"hashPath": "serilog.aspnetcore.8.0.3.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.4": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-pkxvq0umBKK8IKFJc1aV5S/HGRG/NIxJ6FV42KaTPLfDmBOAbBUB1m5gqqlGxzEa1MgDDWtQlWJdHTSxVWNx+Q==",
|
|
"path": "serilog.settings.configuration/8.0.4",
|
|
"hashPath": "serilog.settings.configuration.8.0.4.nupkg.sha512"
|
|
},
|
|
"Serilog.Sinks.Console/5.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-IZ6bn79k+3SRXOBpwSOClUHikSkp2toGPCZ0teUkscv4dpDg9E2R2xVsNkLmwddE4OpNVO3N0xiYsAH556vN8Q==",
|
|
"path": "serilog.sinks.console/5.0.0",
|
|
"hashPath": "serilog.sinks.console.5.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"
|
|
},
|
|
"SQLitePCLRaw.bundle_e_sqlite3/2.1.10": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-UxWuisvZ3uVcVOLJQv7urM/JiQH+v3TmaJc1BLKl5Dxfm/nTzTUrqswCqg/INiYLi61AXnHo1M1JPmPqqLnAdg==",
|
|
"path": "sqlitepclraw.bundle_e_sqlite3/2.1.10",
|
|
"hashPath": "sqlitepclraw.bundle_e_sqlite3.2.1.10.nupkg.sha512"
|
|
},
|
|
"SQLitePCLRaw.core/2.1.10": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-Ii8JCbC7oiVclaE/mbDEK000EFIJ+ShRPwAvvV89GOZhQ+ZLtlnSWl6ksCNMKu/VGXA4Nfi2B7LhN/QFN9oBcw==",
|
|
"path": "sqlitepclraw.core/2.1.10",
|
|
"hashPath": "sqlitepclraw.core.2.1.10.nupkg.sha512"
|
|
},
|
|
"SQLitePCLRaw.lib.e_sqlite3/2.1.10": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-mAr69tDbnf3QJpRy2nJz8Qdpebdil00fvycyByR58Cn9eARvR+UiG2Vzsp+4q1tV3ikwiYIjlXCQFc12GfebbA==",
|
|
"path": "sqlitepclraw.lib.e_sqlite3/2.1.10",
|
|
"hashPath": "sqlitepclraw.lib.e_sqlite3.2.1.10.nupkg.sha512"
|
|
},
|
|
"SQLitePCLRaw.provider.e_sqlite3/2.1.10": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-uZVTi02C1SxqzgT0HqTWatIbWGb40iIkfc3FpFCpE/r7g6K0PqzDUeefL6P6HPhDtc6BacN3yQysfzP7ks+wSQ==",
|
|
"path": "sqlitepclraw.provider.e_sqlite3/2.1.10",
|
|
"hashPath": "sqlitepclraw.provider.e_sqlite3.2.1.10.nupkg.sha512"
|
|
},
|
|
"Swashbuckle.AspNetCore/7.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-aF6oCgMy8CC17cSbILAw9J4UVhqOE+0Z11V8JstA+pIrXcY8ZbNL3ayHOWKZm0NdHMS6RI1k5sFVfMkpZOobvw==",
|
|
"path": "swashbuckle.aspnetcore/7.0.0",
|
|
"hashPath": "swashbuckle.aspnetcore.7.0.0.nupkg.sha512"
|
|
},
|
|
"Swashbuckle.AspNetCore.Swagger/7.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-Y2QnwZkuszoIYpz069xqDU0h/rklVedE4a0NOdb8HSDTcXCmsi7Zm2RGdJccde5MojHmEhDmZggCO1wgpfZ2IA==",
|
|
"path": "swashbuckle.aspnetcore.swagger/7.0.0",
|
|
"hashPath": "swashbuckle.aspnetcore.swagger.7.0.0.nupkg.sha512"
|
|
},
|
|
"Swashbuckle.AspNetCore.SwaggerGen/7.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-f/urqk9zkb5ZXc3ljLNP++JgYe2HTlA4WaIaO1DLRQLRFh3HXIZakFfMfTWX1T8NVqeMyJF7MzETN4HsokxNuQ==",
|
|
"path": "swashbuckle.aspnetcore.swaggergen/7.0.0",
|
|
"hashPath": "swashbuckle.aspnetcore.swaggergen.7.0.0.nupkg.sha512"
|
|
},
|
|
"Swashbuckle.AspNetCore.SwaggerUI/7.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-rJJony+jsxvpfJM9ZGVxjp0DVpalZv8cAhiMSLW6L2hgUWb7k5qPVuzQHWXtkT8lrG1hQ8vWeR+HUwgCQm9J3A==",
|
|
"path": "swashbuckle.aspnetcore.swaggerui/7.0.0",
|
|
"hashPath": "swashbuckle.aspnetcore.swaggerui.7.0.0.nupkg.sha512"
|
|
},
|
|
"System.CodeDom/6.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA==",
|
|
"path": "system.codedom/6.0.0",
|
|
"hashPath": "system.codedom.6.0.0.nupkg.sha512"
|
|
},
|
|
"System.Collections.Immutable/7.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==",
|
|
"path": "system.collections.immutable/7.0.0",
|
|
"hashPath": "system.collections.immutable.7.0.0.nupkg.sha512"
|
|
},
|
|
"System.Composition/7.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-tRwgcAkDd85O8Aq6zHDANzQaq380cek9lbMg5Qma46u5BZXq/G+XvIYmu+UI+BIIZ9zssXLYrkTykEqxxvhcmg==",
|
|
"path": "system.composition/7.0.0",
|
|
"hashPath": "system.composition.7.0.0.nupkg.sha512"
|
|
},
|
|
"System.Composition.AttributedModel/7.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-2QzClqjElKxgI1jK1Jztnq44/8DmSuTSGGahXqQ4TdEV0h9s2KikQZIgcEqVzR7OuWDFPGLHIprBJGQEPr8fAQ==",
|
|
"path": "system.composition.attributedmodel/7.0.0",
|
|
"hashPath": "system.composition.attributedmodel.7.0.0.nupkg.sha512"
|
|
},
|
|
"System.Composition.Convention/7.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-IMhTlpCs4HmlD8B+J8/kWfwX7vrBBOs6xyjSTzBlYSs7W4OET4tlkR/Sg9NG8jkdJH9Mymq0qGdYS1VPqRTBnQ==",
|
|
"path": "system.composition.convention/7.0.0",
|
|
"hashPath": "system.composition.convention.7.0.0.nupkg.sha512"
|
|
},
|
|
"System.Composition.Hosting/7.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-eB6gwN9S+54jCTBJ5bpwMOVerKeUfGGTYCzz3QgDr1P55Gg/Wb27ShfPIhLMjmZ3MoAKu8uUSv6fcCdYJTN7Bg==",
|
|
"path": "system.composition.hosting/7.0.0",
|
|
"hashPath": "system.composition.hosting.7.0.0.nupkg.sha512"
|
|
},
|
|
"System.Composition.Runtime/7.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-aZJ1Zr5Txe925rbo4742XifEyW0MIni1eiUebmcrP3HwLXZ3IbXUj4MFMUH/RmnJOAQiS401leg/2Sz1MkApDw==",
|
|
"path": "system.composition.runtime/7.0.0",
|
|
"hashPath": "system.composition.runtime.7.0.0.nupkg.sha512"
|
|
},
|
|
"System.Composition.TypedParts/7.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-ZK0KNPfbtxVceTwh+oHNGUOYV2WNOHReX2AXipuvkURC7s/jPwoWfsu3SnDBDgofqbiWr96geofdQ2erm/KTHg==",
|
|
"path": "system.composition.typedparts/7.0.0",
|
|
"hashPath": "system.composition.typedparts.7.0.0.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.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.IO.Pipelines/7.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-jRn6JYnNPW6xgQazROBLSfpdoczRw694vO5kKvMcNnpXuolEixUyw6IBuBs2Y2mlSX/LdLvyyWmfXhaI3ND1Yg==",
|
|
"path": "system.io.pipelines/7.0.0",
|
|
"hashPath": "system.io.pipelines.7.0.0.nupkg.sha512"
|
|
},
|
|
"System.Memory/4.5.3": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==",
|
|
"path": "system.memory/4.5.3",
|
|
"hashPath": "system.memory.4.5.3.nupkg.sha512"
|
|
},
|
|
"System.Reflection.Metadata/7.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-MclTG61lsD9sYdpNz9xsKBzjsmsfCtcMZYXz/IUr2zlhaTaABonlr1ESeompTgM+Xk+IwtGYU7/voh3YWB/fWw==",
|
|
"path": "system.reflection.metadata/7.0.0",
|
|
"hashPath": "system.reflection.metadata.7.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.Text.Json/9.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-js7+qAu/9mQvnhA4EfGMZNEzXtJCDxgkgj8ohuxq/Qxv+R56G+ljefhiJHOxTNiw54q8vmABCWUwkMulNdlZ4A==",
|
|
"path": "system.text.json/9.0.0",
|
|
"hashPath": "system.text.json.9.0.0.nupkg.sha512"
|
|
},
|
|
"System.Threading.Channels/7.0.0": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==",
|
|
"path": "system.threading.channels/7.0.0",
|
|
"hashPath": "system.threading.channels.7.0.0.nupkg.sha512"
|
|
},
|
|
"WebPush/1.0.12": {
|
|
"type": "package",
|
|
"serviceable": true,
|
|
"sha512": "sha512-vc91Uby6UaQQijOPRY4B1tWFaQJlbfOyfOMIPpdAT6mANcPhHcvDJeLjr6B0Adjij71WIAH718MC7coQdrJZAw==",
|
|
"path": "webpush/1.0.12",
|
|
"hashPath": "webpush.1.0.12.nupkg.sha512"
|
|
}
|
|
}
|
|
} |