feat: complete release preparation, 10+ ad mediation, CI/CD, and docker deployment
Some checks failed
CI Pipeline / Code Quality & Typecheck (push) Waiting to run
CI Pipeline / Test Suite (macos-latest) (push) Blocked by required conditions
CI Pipeline / Test Suite (ubuntu-latest) (push) Blocked by required conditions
CI Pipeline / Test Suite (windows-latest) (push) Blocked by required conditions
CI Pipeline / Build Validation (admin) (push) Blocked by required conditions
CI Pipeline / Build Validation (desktop) (push) Blocked by required conditions
Deploy Landing Page / deploy (push) Blocked by required conditions
Deploy Landing Page / build (push) Waiting to run
Release & Packaging Pipeline / Build & Publish Admin Docker Image (push) Failing after 8s
Release & Code Signing CA Pipeline / build-and-sign-windows (push) Failing after 1m51s
Build macOS / Build & Package (macOS) (push) Failing after 4s
Build macOS / Build & Package (macOS)-1 (push) Failing after 5s
Release & Code Signing CA Pipeline / build-and-sign-macos (push) Failing after 3s
Release & Packaging Pipeline / Package macOS Desktop App (push) Failing after 4s
Release & Packaging Pipeline / Package Windows Desktop App (push) Failing after 2m28s
Release & Packaging Pipeline / Publish Official GitHub Release (push) Has been skipped

This commit is contained in:
Yun Chan 2026-08-20 11:12:05 +09:00
parent 5cd1de6859
commit 708e20f747
406 changed files with 42464 additions and 6199 deletions

View file

@ -0,0 +1,585 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v10.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v10.0": {
"D3ROVoice.Api/1.0.0": {
"dependencies": {
"Microsoft.AspNetCore.Authentication.JwtBearer": "10.0.10",
"Microsoft.AspNetCore.OpenApi": "10.0.8",
"Microsoft.EntityFrameworkCore.Sqlite": "10.0.10",
"Swashbuckle.AspNetCore": "10.2.3",
"System.IdentityModel.Tokens.Jwt": "8.22.0"
},
"runtime": {
"D3ROVoice.Api.dll": {}
}
},
"Microsoft.AspNetCore.Authentication.JwtBearer/10.0.10": {
"dependencies": {
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.19.2"
},
"runtime": {
"lib/net10.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {
"assemblyVersion": "10.0.10.0",
"fileVersion": "10.0.1026.32716"
}
}
},
"Microsoft.AspNetCore.OpenApi/10.0.8": {
"dependencies": {
"Microsoft.OpenApi": "2.7.5"
},
"runtime": {
"lib/net10.0/Microsoft.AspNetCore.OpenApi.dll": {
"assemblyVersion": "10.0.8.0",
"fileVersion": "10.0.826.23019"
}
}
},
"Microsoft.Bcl.Cryptography/10.0.2": {
"runtime": {
"lib/net10.0/Microsoft.Bcl.Cryptography.dll": {
"assemblyVersion": "10.0.0.2",
"fileVersion": "10.0.225.61305"
}
}
},
"Microsoft.Data.Sqlite.Core/10.0.10": {
"dependencies": {
"SQLitePCLRaw.core": "2.1.11"
},
"runtime": {
"lib/net8.0/Microsoft.Data.Sqlite.dll": {
"assemblyVersion": "10.0.10.0",
"fileVersion": "10.0.1026.32716"
}
}
},
"Microsoft.EntityFrameworkCore/10.0.10": {
"dependencies": {
"Microsoft.EntityFrameworkCore.Abstractions": "10.0.10"
},
"runtime": {
"lib/net10.0/Microsoft.EntityFrameworkCore.dll": {
"assemblyVersion": "10.0.10.0",
"fileVersion": "10.0.1026.32716"
}
}
},
"Microsoft.EntityFrameworkCore.Abstractions/10.0.10": {
"runtime": {
"lib/net10.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
"assemblyVersion": "10.0.10.0",
"fileVersion": "10.0.1026.32716"
}
}
},
"Microsoft.EntityFrameworkCore.Relational/10.0.10": {
"dependencies": {
"Microsoft.EntityFrameworkCore": "10.0.10"
},
"runtime": {
"lib/net10.0/Microsoft.EntityFrameworkCore.Relational.dll": {
"assemblyVersion": "10.0.10.0",
"fileVersion": "10.0.1026.32716"
}
}
},
"Microsoft.EntityFrameworkCore.Sqlite/10.0.10": {
"dependencies": {
"Microsoft.EntityFrameworkCore.Sqlite.Core": "10.0.10",
"Microsoft.Extensions.DependencyModel": "10.0.10",
"SQLitePCLRaw.bundle_e_sqlite3": "2.1.11",
"SQLitePCLRaw.core": "2.1.11"
}
},
"Microsoft.EntityFrameworkCore.Sqlite.Core/10.0.10": {
"dependencies": {
"Microsoft.Data.Sqlite.Core": "10.0.10",
"Microsoft.EntityFrameworkCore.Relational": "10.0.10",
"Microsoft.Extensions.DependencyModel": "10.0.10",
"SQLitePCLRaw.core": "2.1.11"
},
"runtime": {
"lib/net10.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {
"assemblyVersion": "10.0.10.0",
"fileVersion": "10.0.1026.32716"
}
}
},
"Microsoft.Extensions.DependencyModel/10.0.10": {
"runtime": {
"lib/net10.0/Microsoft.Extensions.DependencyModel.dll": {
"assemblyVersion": "10.0.0.10",
"fileVersion": "10.0.1026.32716"
}
}
},
"Microsoft.IdentityModel.Abstractions/8.22.0": {
"runtime": {
"lib/net10.0/Microsoft.IdentityModel.Abstractions.dll": {
"assemblyVersion": "8.22.0.0",
"fileVersion": "8.22.0.26208"
}
}
},
"Microsoft.IdentityModel.JsonWebTokens/8.22.0": {
"dependencies": {
"Microsoft.IdentityModel.Tokens": "8.22.0"
},
"runtime": {
"lib/net10.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
"assemblyVersion": "8.22.0.0",
"fileVersion": "8.22.0.26208"
}
}
},
"Microsoft.IdentityModel.Logging/8.22.0": {
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "8.22.0"
},
"runtime": {
"lib/net10.0/Microsoft.IdentityModel.Logging.dll": {
"assemblyVersion": "8.22.0.0",
"fileVersion": "8.22.0.26208"
}
}
},
"Microsoft.IdentityModel.Protocols/8.19.2": {
"dependencies": {
"Microsoft.IdentityModel.Tokens": "8.22.0"
},
"runtime": {
"lib/net10.0/Microsoft.IdentityModel.Protocols.dll": {
"assemblyVersion": "8.19.2.0",
"fileVersion": "8.19.2.26195"
}
}
},
"Microsoft.IdentityModel.Protocols.OpenIdConnect/8.19.2": {
"dependencies": {
"Microsoft.IdentityModel.Protocols": "8.19.2",
"System.IdentityModel.Tokens.Jwt": "8.22.0"
},
"runtime": {
"lib/net10.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
"assemblyVersion": "8.19.2.0",
"fileVersion": "8.19.2.26195"
}
}
},
"Microsoft.IdentityModel.Tokens/8.22.0": {
"dependencies": {
"Microsoft.Bcl.Cryptography": "10.0.2",
"Microsoft.IdentityModel.Logging": "8.22.0"
},
"runtime": {
"lib/net10.0/Microsoft.IdentityModel.Tokens.dll": {
"assemblyVersion": "8.22.0.0",
"fileVersion": "8.22.0.26208"
}
}
},
"Microsoft.OpenApi/2.7.5": {
"runtime": {
"lib/net8.0/Microsoft.OpenApi.dll": {
"assemblyVersion": "2.7.5.0",
"fileVersion": "2.7.5.0"
}
}
},
"SQLitePCLRaw.bundle_e_sqlite3/2.1.11": {
"dependencies": {
"SQLitePCLRaw.lib.e_sqlite3": "2.1.11",
"SQLitePCLRaw.provider.e_sqlite3": "2.1.11"
},
"runtime": {
"lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {
"assemblyVersion": "2.1.11.2622",
"fileVersion": "2.1.11.2622"
}
}
},
"SQLitePCLRaw.core/2.1.11": {
"runtime": {
"lib/netstandard2.0/SQLitePCLRaw.core.dll": {
"assemblyVersion": "2.1.11.2622",
"fileVersion": "2.1.11.2622"
}
}
},
"SQLitePCLRaw.lib.e_sqlite3/2.1.11": {
"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-riscv64/native/libe_sqlite3.so": {
"rid": "linux-musl-riscv64",
"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-riscv64/native/libe_sqlite3.so": {
"rid": "linux-riscv64",
"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.11": {
"dependencies": {
"SQLitePCLRaw.core": "2.1.11"
},
"runtime": {
"lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {
"assemblyVersion": "2.1.11.2622",
"fileVersion": "2.1.11.2622"
}
}
},
"Swashbuckle.AspNetCore/10.2.3": {
"dependencies": {
"Swashbuckle.AspNetCore.Swagger": "10.2.3",
"Swashbuckle.AspNetCore.SwaggerGen": "10.2.3",
"Swashbuckle.AspNetCore.SwaggerUI": "10.2.3"
}
},
"Swashbuckle.AspNetCore.Swagger/10.2.3": {
"dependencies": {
"Microsoft.OpenApi": "2.7.5"
},
"runtime": {
"lib/net10.0/Swashbuckle.AspNetCore.Swagger.dll": {
"assemblyVersion": "10.2.3.0",
"fileVersion": "10.2.3.2721"
}
}
},
"Swashbuckle.AspNetCore.SwaggerGen/10.2.3": {
"dependencies": {
"Swashbuckle.AspNetCore.Swagger": "10.2.3"
},
"runtime": {
"lib/net10.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
"assemblyVersion": "10.2.3.0",
"fileVersion": "10.2.3.2721"
}
}
},
"Swashbuckle.AspNetCore.SwaggerUI/10.2.3": {
"runtime": {
"lib/net10.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
"assemblyVersion": "10.2.3.0",
"fileVersion": "10.2.3.2721"
}
}
},
"System.IdentityModel.Tokens.Jwt/8.22.0": {
"dependencies": {
"Microsoft.IdentityModel.JsonWebTokens": "8.22.0",
"Microsoft.IdentityModel.Tokens": "8.22.0"
},
"runtime": {
"lib/net10.0/System.IdentityModel.Tokens.Jwt.dll": {
"assemblyVersion": "8.22.0.0",
"fileVersion": "8.22.0.26208"
}
}
}
}
},
"libraries": {
"D3ROVoice.Api/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.AspNetCore.Authentication.JwtBearer/10.0.10": {
"type": "package",
"serviceable": true,
"sha512": "sha512-VAcqS42zb9WJd9DjPdkVTS5YrQENmNzPNJuRu8VAW7x3TEWUipc4d4hHzVJdFB0h/KLdr4XcXZzRHcUOKVanMQ==",
"path": "microsoft.aspnetcore.authentication.jwtbearer/10.0.10",
"hashPath": "microsoft.aspnetcore.authentication.jwtbearer.10.0.10.nupkg.sha512"
},
"Microsoft.AspNetCore.OpenApi/10.0.8": {
"type": "package",
"serviceable": true,
"sha512": "sha512-cw24xHE2QaWwyEG9GQwFbjboyabub6Vd80DIItUGENzcQOa/BEnTrXsg2GADqWTmY/3ycqk9ToLGjgvF/VRlGA==",
"path": "microsoft.aspnetcore.openapi/10.0.8",
"hashPath": "microsoft.aspnetcore.openapi.10.0.8.nupkg.sha512"
},
"Microsoft.Bcl.Cryptography/10.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-LG9Yll3B5aNpxv0+D47g6LiOiKBIlodhcHdQwcYzo8VeexFLGqx5ymetmA2aBRyo9cCcWsQWrFsdbsr8LvmWDw==",
"path": "microsoft.bcl.cryptography/10.0.2",
"hashPath": "microsoft.bcl.cryptography.10.0.2.nupkg.sha512"
},
"Microsoft.Data.Sqlite.Core/10.0.10": {
"type": "package",
"serviceable": true,
"sha512": "sha512-TPCs0ldm7AWqcKmp6f/Xr+14sat7hx4rHfRlS4RgCURBH2thEWbAKEyX7cCWr63zVJVOJIJZTg2cBiUXa8ys6g==",
"path": "microsoft.data.sqlite.core/10.0.10",
"hashPath": "microsoft.data.sqlite.core.10.0.10.nupkg.sha512"
},
"Microsoft.EntityFrameworkCore/10.0.10": {
"type": "package",
"serviceable": true,
"sha512": "sha512-a0V7zj/VbYP6dTdWpUgE/r2PuLKtUGe2aJ0lVKkn/wP9ZhaxUz2kQydVfvOjCv2SKxlrqdBfHhPD4Cvlf+4ffA==",
"path": "microsoft.entityframeworkcore/10.0.10",
"hashPath": "microsoft.entityframeworkcore.10.0.10.nupkg.sha512"
},
"Microsoft.EntityFrameworkCore.Abstractions/10.0.10": {
"type": "package",
"serviceable": true,
"sha512": "sha512-bOzrFCl6uZCjaSh2bG1ToRQRdx+iXvxosCg9hFyG9OWeAzOFI4xev9OqKeWfKf/kAHyox2JnbcvLVf2ceA7sqA==",
"path": "microsoft.entityframeworkcore.abstractions/10.0.10",
"hashPath": "microsoft.entityframeworkcore.abstractions.10.0.10.nupkg.sha512"
},
"Microsoft.EntityFrameworkCore.Relational/10.0.10": {
"type": "package",
"serviceable": true,
"sha512": "sha512-wNonj40aZxia+GtuBiiD6ZqVh4h6y5Nje1bGdmzZ8/ui0QRsAN+S0SIrLHFCEGbG9cDbeaE40sh+Lr7o9rRs6g==",
"path": "microsoft.entityframeworkcore.relational/10.0.10",
"hashPath": "microsoft.entityframeworkcore.relational.10.0.10.nupkg.sha512"
},
"Microsoft.EntityFrameworkCore.Sqlite/10.0.10": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kzg9MuQNJvZQxAU+piSkEzc7/1tpW6n1nVSGGMObu2GgxLK8Nf+6fvZundaznTZ+O2KhfPZ8HFNCzMH3PWDUmA==",
"path": "microsoft.entityframeworkcore.sqlite/10.0.10",
"hashPath": "microsoft.entityframeworkcore.sqlite.10.0.10.nupkg.sha512"
},
"Microsoft.EntityFrameworkCore.Sqlite.Core/10.0.10": {
"type": "package",
"serviceable": true,
"sha512": "sha512-YbVWMIouzwTKBiLms8boa7xeRT88wI14R1msv3XExFk9n0/sa8nU7MwDa1CKtfLGMJs7O7QWuS9/xhcQ72AD2A==",
"path": "microsoft.entityframeworkcore.sqlite.core/10.0.10",
"hashPath": "microsoft.entityframeworkcore.sqlite.core.10.0.10.nupkg.sha512"
},
"Microsoft.Extensions.DependencyModel/10.0.10": {
"type": "package",
"serviceable": true,
"sha512": "sha512-rfZA1RjR021RPqSmIPovfz2aOd79TGqJ9BengbjnzIISOVwjLmuSDnhCMmiY/1c6iYvGolQ1iNGzkav0u11XEA==",
"path": "microsoft.extensions.dependencymodel/10.0.10",
"hashPath": "microsoft.extensions.dependencymodel.10.0.10.nupkg.sha512"
},
"Microsoft.IdentityModel.Abstractions/8.22.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-LU3V3owsu4vGpCg2kyL7SsQEuHwcoJ8FSNBqzLADzCf3/PcKUTcx5Plsd51DoTJMfK/WigXV/03UhaN5JXE6uQ==",
"path": "microsoft.identitymodel.abstractions/8.22.0",
"hashPath": "microsoft.identitymodel.abstractions.8.22.0.nupkg.sha512"
},
"Microsoft.IdentityModel.JsonWebTokens/8.22.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kv6peMLjALZLDAy2H3F77KjVRdwiscn2p/g3ui2chcbuEcAX2MpAbyDcYnJ7Vyh8jZ1aJWrniUMCDWoOgnu4NQ==",
"path": "microsoft.identitymodel.jsonwebtokens/8.22.0",
"hashPath": "microsoft.identitymodel.jsonwebtokens.8.22.0.nupkg.sha512"
},
"Microsoft.IdentityModel.Logging/8.22.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-G9Tl0yXSlr2pkXv4EpXjO16M4q6oo9N/od+gNyOusZ8yM8LZg1H3f/QOMFuOJiV6znzY5MkAREU97JRRnqpEQw==",
"path": "microsoft.identitymodel.logging/8.22.0",
"hashPath": "microsoft.identitymodel.logging.8.22.0.nupkg.sha512"
},
"Microsoft.IdentityModel.Protocols/8.19.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-sGxSsSrZXNmca6D+jHH2rVRyo2nNRd/g4H9CFbPmLLq0xgoH1U0orLWE5minfijw7+zq49tBs7txenbfAErRoQ==",
"path": "microsoft.identitymodel.protocols/8.19.2",
"hashPath": "microsoft.identitymodel.protocols.8.19.2.nupkg.sha512"
},
"Microsoft.IdentityModel.Protocols.OpenIdConnect/8.19.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1XOcyY36cVymzE3qKdzKaUEZ4Pzt7ZpSa14JZoPPK1NLFUkQDs85TCqpV6XDo0YjFXj6nVK00AfOHppjghjhtw==",
"path": "microsoft.identitymodel.protocols.openidconnect/8.19.2",
"hashPath": "microsoft.identitymodel.protocols.openidconnect.8.19.2.nupkg.sha512"
},
"Microsoft.IdentityModel.Tokens/8.22.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-i4lywKKUuVmheCUA+w/q8QNPReNI0qanHI9hhz48AFqD1ljyb8sxPL2RbXOGiPV13XdJ4kxieL9ukS7tD43LxA==",
"path": "microsoft.identitymodel.tokens/8.22.0",
"hashPath": "microsoft.identitymodel.tokens.8.22.0.nupkg.sha512"
},
"Microsoft.OpenApi/2.7.5": {
"type": "package",
"serviceable": true,
"sha512": "sha512-0FA67RSnRM4tcBKqiqVu/HPdZ9+QOKbmeRjxRUGTCjPU4C0bmUhd97Dso7Yild5P7nOV6GxJ2xrK0Kv/O9xp0w==",
"path": "microsoft.openapi/2.7.5",
"hashPath": "microsoft.openapi.2.7.5.nupkg.sha512"
},
"SQLitePCLRaw.bundle_e_sqlite3/2.1.11": {
"type": "package",
"serviceable": true,
"sha512": "sha512-DC4nA7yWnf4UZdgJDF+9Mus4/cb0Y3Sfgi3gDnAoKNAIBwzkskNAbNbyu+u4atT0ruVlZNJfwZmwiEwE5oz9LQ==",
"path": "sqlitepclraw.bundle_e_sqlite3/2.1.11",
"hashPath": "sqlitepclraw.bundle_e_sqlite3.2.1.11.nupkg.sha512"
},
"SQLitePCLRaw.core/2.1.11": {
"type": "package",
"serviceable": true,
"sha512": "sha512-PK0GLFkfhZzLQeR3PJf71FmhtHox+U3vcY6ZtswoMjrefkB9k6ErNJEnwXqc5KgXDSjige2XXrezqS39gkpQKA==",
"path": "sqlitepclraw.core/2.1.11",
"hashPath": "sqlitepclraw.core.2.1.11.nupkg.sha512"
},
"SQLitePCLRaw.lib.e_sqlite3/2.1.11": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Ev2ytaXiOlWZ4b3R67GZBsemTINslLD1DCJr2xiacpn4tbapu0Q4dHEzSvZSMnVWeE5nlObU3VZN2p81q3XOYQ==",
"path": "sqlitepclraw.lib.e_sqlite3/2.1.11",
"hashPath": "sqlitepclraw.lib.e_sqlite3.2.1.11.nupkg.sha512"
},
"SQLitePCLRaw.provider.e_sqlite3/2.1.11": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Y/0ZkR+r0Cg3DQFuCl1RBnv/tmxpIZRU3HUvelPw6MVaKHwYYR8YNvgs0vuNuXCMvlyJ+Fh88U1D4tah1tt6qw==",
"path": "sqlitepclraw.provider.e_sqlite3/2.1.11",
"hashPath": "sqlitepclraw.provider.e_sqlite3.2.1.11.nupkg.sha512"
},
"Swashbuckle.AspNetCore/10.2.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-8KNh1RWvofdU6DVLyBs4Z/OpUMnmf8oNvJQc0QxpwySRbi42bwLfdVMMrXZWANg5U5KQGQq1xW6r/hlcqw99tQ==",
"path": "swashbuckle.aspnetcore/10.2.3",
"hashPath": "swashbuckle.aspnetcore.10.2.3.nupkg.sha512"
},
"Swashbuckle.AspNetCore.Swagger/10.2.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1jUUs3WQnrS0FUtaZPLSy1yYMEwS1zlvDmvQ2/eldPHUANX0LJSLVZecCMgSMdeGiRqeaRrIXLtSz++TCiTMww==",
"path": "swashbuckle.aspnetcore.swagger/10.2.3",
"hashPath": "swashbuckle.aspnetcore.swagger.10.2.3.nupkg.sha512"
},
"Swashbuckle.AspNetCore.SwaggerGen/10.2.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-y7t4coDRAeFYChmvlMRiH2OjbiRrm9AVIDgt17fQfs3x9PVAI5PiwWYOhg+4F13R4Q36WDc9lqfoOnNa3tNbGg==",
"path": "swashbuckle.aspnetcore.swaggergen/10.2.3",
"hashPath": "swashbuckle.aspnetcore.swaggergen.10.2.3.nupkg.sha512"
},
"Swashbuckle.AspNetCore.SwaggerUI/10.2.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-nthWONRs/FJ4yyG206g1cC52WEG8EqrjuMWjGdR+5XG7lbjFto6NqcI9EMICgVFom/UivIjUVwI76ZHbHwTPfQ==",
"path": "swashbuckle.aspnetcore.swaggerui/10.2.3",
"hashPath": "swashbuckle.aspnetcore.swaggerui.10.2.3.nupkg.sha512"
},
"System.IdentityModel.Tokens.Jwt/8.22.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-CpXGfNhLl6EgYaOC9XYsc1p7Ci9HtAy0soHJDSBNGse647al4tTq9RDr+LQsrF4Ls79Dx7VfzN34km0W4DWPow==",
"path": "system.identitymodel.tokens.jwt/8.22.0",
"hashPath": "system.identitymodel.tokens.jwt.8.22.0.nupkg.sha512"
}
}
}