| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738 |
- {
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v5.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v5.0": {
- "ScreeningTest.Business/1.0.0": {
- "dependencies": {
- "AutoMapper": "10.1.1",
- "MailKit": "2.13.0",
- "Microsoft.Extensions.Configuration.Binder": "5.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
- "ScreeningTest.Data": "1.0.0"
- },
- "runtime": {
- "ScreeningTest.Business.dll": {}
- }
- },
- "AutoMapper/10.1.1": {
- "dependencies": {
- "Microsoft.CSharp": "4.7.0",
- "System.Reflection.Emit": "4.7.0"
- },
- "runtime": {
- "lib/netstandard2.0/AutoMapper.dll": {
- "assemblyVersion": "10.0.0.0",
- "fileVersion": "10.1.1.0"
- }
- }
- },
- "MailKit/2.13.0": {
- "dependencies": {
- "MimeKit": "2.13.0"
- },
- "runtime": {
- "lib/net50/MailKit.dll": {
- "assemblyVersion": "2.13.0.0",
- "fileVersion": "2.13.0.0"
- }
- }
- },
- "Microsoft.AspNetCore.Cryptography.Internal/5.0.4": {
- "runtime": {
- "lib/net5.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.421.11815"
- }
- }
- },
- "Microsoft.AspNetCore.Cryptography.KeyDerivation/5.0.4": {
- "dependencies": {
- "Microsoft.AspNetCore.Cryptography.Internal": "5.0.4"
- },
- "runtime": {
- "lib/net5.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.421.11815"
- }
- }
- },
- "Microsoft.AspNetCore.Identity.EntityFrameworkCore/5.0.4": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Relational": "5.0.7",
- "Microsoft.Extensions.Identity.Stores": "5.0.4"
- },
- "runtime": {
- "lib/net5.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": {
- "assemblyVersion": "5.0.4.0",
- "fileVersion": "5.0.421.11815"
- }
- }
- },
- "Microsoft.CSharp/4.7.0": {},
- "Microsoft.EntityFrameworkCore/5.0.7": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Abstractions": "5.0.7",
- "Microsoft.EntityFrameworkCore.Analyzers": "5.0.7",
- "Microsoft.Extensions.Caching.Memory": "5.0.0",
- "Microsoft.Extensions.DependencyInjection": "5.0.1",
- "Microsoft.Extensions.Logging": "5.0.0",
- "System.Collections.Immutable": "5.0.0",
- "System.ComponentModel.Annotations": "5.0.0",
- "System.Diagnostics.DiagnosticSource": "5.0.1"
- },
- "runtime": {
- "lib/netstandard2.1/Microsoft.EntityFrameworkCore.dll": {
- "assemblyVersion": "5.0.7.0",
- "fileVersion": "5.0.721.26102"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Abstractions/5.0.7": {
- "runtime": {
- "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Abstractions.dll": {
- "assemblyVersion": "5.0.7.0",
- "fileVersion": "5.0.721.26102"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Analyzers/5.0.7": {},
- "Microsoft.EntityFrameworkCore.Relational/5.0.7": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "5.0.7",
- "Microsoft.Extensions.Configuration.Abstractions": "5.0.0"
- },
- "runtime": {
- "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Relational.dll": {
- "assemblyVersion": "5.0.7.0",
- "fileVersion": "5.0.721.26102"
- }
- }
- },
- "Microsoft.Extensions.Caching.Abstractions/5.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "5.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- }
- },
- "Microsoft.Extensions.Caching.Memory/5.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "5.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "5.0.0",
- "Microsoft.Extensions.Options": "5.0.0",
- "Microsoft.Extensions.Primitives": "5.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- }
- },
- "Microsoft.Extensions.Configuration/5.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
- "Microsoft.Extensions.Primitives": "5.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "5.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- }
- },
- "Microsoft.Extensions.Configuration.Binder/5.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "5.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- }
- },
- "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Configuration": "5.0.0",
- "Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
- "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0",
- "Microsoft.Extensions.FileProviders.Physical": "5.0.0",
- "Microsoft.Extensions.Primitives": "5.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- }
- },
- "Microsoft.Extensions.Configuration.Json/5.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Configuration": "5.0.0",
- "Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
- "Microsoft.Extensions.Configuration.FileExtensions": "5.0.0",
- "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0"
- },
- "runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection/5.0.1": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0"
- },
- "runtime": {
- "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": {
- "assemblyVersion": "5.0.0.1",
- "fileVersion": "5.0.120.57516"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- }
- },
- "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "5.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- }
- },
- "Microsoft.Extensions.FileProviders.Physical/5.0.0": {
- "dependencies": {
- "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0",
- "Microsoft.Extensions.FileSystemGlobbing": "5.0.0",
- "Microsoft.Extensions.Primitives": "5.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- }
- },
- "Microsoft.Extensions.FileSystemGlobbing/5.0.0": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- }
- },
- "Microsoft.Extensions.Identity.Core/5.0.4": {
- "dependencies": {
- "Microsoft.AspNetCore.Cryptography.KeyDerivation": "5.0.4",
- "Microsoft.Extensions.Logging": "5.0.0",
- "Microsoft.Extensions.Options": "5.0.0"
- },
- "runtime": {
- "lib/net5.0/Microsoft.Extensions.Identity.Core.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.421.11815"
- }
- }
- },
- "Microsoft.Extensions.Identity.Stores/5.0.4": {
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "5.0.0",
- "Microsoft.Extensions.Identity.Core": "5.0.4",
- "Microsoft.Extensions.Logging": "5.0.0"
- },
- "runtime": {
- "lib/net5.0/Microsoft.Extensions.Identity.Stores.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.421.11815"
- }
- }
- },
- "Microsoft.Extensions.Logging/5.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection": "5.0.1",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "5.0.0",
- "Microsoft.Extensions.Options": "5.0.0"
- },
- "runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- }
- },
- "Microsoft.Extensions.Options/5.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
- "Microsoft.Extensions.Primitives": "5.0.0"
- },
- "runtime": {
- "lib/net5.0/Microsoft.Extensions.Options.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- }
- },
- "Microsoft.Extensions.Primitives/5.0.0": {
- "runtime": {
- "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- }
- },
- "Microsoft.NETCore.Platforms/2.0.0": {},
- "MimeKit/2.13.0": {
- "dependencies": {
- "Portable.BouncyCastle": "1.8.10",
- "System.Buffers": "4.5.1",
- "System.Reflection.TypeExtensions": "4.4.0",
- "System.Security.Cryptography.Pkcs": "4.7.0",
- "System.Text.Encoding.CodePages": "4.4.0"
- },
- "runtime": {
- "lib/net50/MimeKit.dll": {
- "assemblyVersion": "2.13.0.0",
- "fileVersion": "2.13.0.0"
- }
- }
- },
- "Npgsql/5.0.7": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "4.6.0"
- },
- "runtime": {
- "lib/net5.0/Npgsql.dll": {
- "assemblyVersion": "5.0.7.0",
- "fileVersion": "5.0.7.0"
- }
- }
- },
- "Npgsql.EntityFrameworkCore.PostgreSQL/5.0.7": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "5.0.7",
- "Microsoft.EntityFrameworkCore.Abstractions": "5.0.7",
- "Microsoft.EntityFrameworkCore.Relational": "5.0.7",
- "Npgsql": "5.0.7"
- },
- "runtime": {
- "lib/netstandard2.1/Npgsql.EntityFrameworkCore.PostgreSQL.dll": {
- "assemblyVersion": "5.0.7.0",
- "fileVersion": "5.0.7.0"
- }
- }
- },
- "Portable.BouncyCastle/1.8.10": {
- "runtime": {
- "lib/netstandard2.0/BouncyCastle.Crypto.dll": {
- "assemblyVersion": "1.8.10.0",
- "fileVersion": "1.8.10.1"
- }
- }
- },
- "System.Buffers/4.5.1": {},
- "System.Collections.Immutable/5.0.0": {},
- "System.ComponentModel.Annotations/5.0.0": {},
- "System.Diagnostics.DiagnosticSource/5.0.1": {
- "runtime": {
- "lib/net5.0/System.Diagnostics.DiagnosticSource.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.220.61120"
- }
- }
- },
- "System.Reflection.Emit/4.7.0": {},
- "System.Reflection.TypeExtensions/4.4.0": {},
- "System.Runtime.CompilerServices.Unsafe/4.6.0": {},
- "System.Security.Cryptography.Cng/4.7.0": {},
- "System.Security.Cryptography.Pkcs/4.7.0": {
- "dependencies": {
- "System.Security.Cryptography.Cng": "4.7.0"
- },
- "runtime": {
- "lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": {
- "assemblyVersion": "4.1.1.0",
- "fileVersion": "4.700.19.56404"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.1.1.0",
- "fileVersion": "4.700.19.56404"
- }
- }
- },
- "System.Text.Encoding.CodePages/4.4.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "2.0.0"
- }
- },
- "ScreeningTest.Data/1.0.0": {
- "dependencies": {
- "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "5.0.4",
- "Microsoft.EntityFrameworkCore": "5.0.7",
- "Microsoft.Extensions.Configuration": "5.0.0",
- "Microsoft.Extensions.Configuration.Json": "5.0.0",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.7"
- },
- "runtime": {
- "ScreeningTest.Data.dll": {}
- }
- }
- }
- },
- "libraries": {
- "ScreeningTest.Business/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "AutoMapper/10.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-uMgbqOdu9ZG5cIOty0C85hzzayBH2i9BthnS5FlMqKtMSHDv4ts81a2jS1VFaDBVhlBeIqJ/kQKjQY95BZde9w==",
- "path": "automapper/10.1.1",
- "hashPath": "automapper.10.1.1.nupkg.sha512"
- },
- "MailKit/2.13.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-h+2fxPnB/gb+8nniTwetvooM8r9nmbWVF116uXZn8d4+k6V+mf+IOA4Gqb7nwHcZooale0s/v13O7B/6StRHJA==",
- "path": "mailkit/2.13.0",
- "hashPath": "mailkit.2.13.0.nupkg.sha512"
- },
- "Microsoft.AspNetCore.Cryptography.Internal/5.0.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-KZwzffCGaE+V6n/kBPdFEA1M5pDgH9Y6GbOSjzSyH8h6JC+hAkpAnqFtToGNHyBK9QGExA1Ie1BvEL9lycdJ5w==",
- "path": "microsoft.aspnetcore.cryptography.internal/5.0.4",
- "hashPath": "microsoft.aspnetcore.cryptography.internal.5.0.4.nupkg.sha512"
- },
- "Microsoft.AspNetCore.Cryptography.KeyDerivation/5.0.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-0gY+YzLConLQs0sTqZSlQI2QPfws7ZsSTjNHB9rhVuK6VkB9fTWXaEj9ostSRHGUgqs0pdXOj6oEU3lFZgY0NA==",
- "path": "microsoft.aspnetcore.cryptography.keyderivation/5.0.4",
- "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.5.0.4.nupkg.sha512"
- },
- "Microsoft.AspNetCore.Identity.EntityFrameworkCore/5.0.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-O3/inpajeeFN8uUF9L93i75UtIZDuY3opfTZidXt8L3EglUW8lxqgzSw2TseAIey4v/NIsLUUrvh98OQoc5GMQ==",
- "path": "microsoft.aspnetcore.identity.entityframeworkcore/5.0.4",
- "hashPath": "microsoft.aspnetcore.identity.entityframeworkcore.5.0.4.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.EntityFrameworkCore/5.0.7": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VAvmiQPdw0PUh3X7k9k7haVnCfQuDgyki9rq5XVk0gXJFeh+bwqPzPrY71A08O5TjnIeK9lEggXDnMuhQXUUww==",
- "path": "microsoft.entityframeworkcore/5.0.7",
- "hashPath": "microsoft.entityframeworkcore.5.0.7.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Abstractions/5.0.7": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-MM5M9vYDLUXCePUGN2WZ0MkNcNj74sIgyVR9v7tW6abRULtBWPcyZf6zLYhZYpRgPXcahcME+Koscz9kP2DxyA==",
- "path": "microsoft.entityframeworkcore.abstractions/5.0.7",
- "hashPath": "microsoft.entityframeworkcore.abstractions.5.0.7.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Analyzers/5.0.7": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZShPEOZaQhBZqDObU3+kigEmlEGug37F8v/jpQgVs1XfHrLeXVyk+p94DBH4f+bUUHUbsEEcIbU6OhUBtWZztg==",
- "path": "microsoft.entityframeworkcore.analyzers/5.0.7",
- "hashPath": "microsoft.entityframeworkcore.analyzers.5.0.7.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Relational/5.0.7": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-W3nj58s5GX8KFQwZaytERGy3tTqutjWK6309KCpXaVtVvuYf3GE3R0lrouxONzLynLG8hsODcs2gym5QQoqtSg==",
- "path": "microsoft.entityframeworkcore.relational/5.0.7",
- "hashPath": "microsoft.entityframeworkcore.relational.5.0.7.nupkg.sha512"
- },
- "Microsoft.Extensions.Caching.Abstractions/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bu8As90/SBAouMZ6fJ+qRNo1X+KgHGrVueFhhYi+E5WqEhcnp2HoWRFnMzXQ6g4RdZbvPowFerSbKNH4Dtg5yg==",
- "path": "microsoft.extensions.caching.abstractions/5.0.0",
- "hashPath": "microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Caching.Memory/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/1qPCleFOkJe0O+xmFqCNLFYQZTJz965sVw8CUB/BQgsApBwzAUsL2BUkDvQW+geRUVTXUS9zLa0pBjC2VJ1gA==",
- "path": "microsoft.extensions.caching.memory/5.0.0",
- "hashPath": "microsoft.extensions.caching.memory.5.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LN322qEKHjuVEhhXueTUe7RNePooZmS8aGid5aK2woX3NPjSnONFyKUc6+JknOS6ce6h2tCLfKPTBXE3mN/6Ag==",
- "path": "microsoft.extensions.configuration/5.0.0",
- "hashPath": "microsoft.extensions.configuration.5.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==",
- "path": "microsoft.extensions.configuration.abstractions/5.0.0",
- "hashPath": "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.Binder/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Of1Irt1+NzWO+yEYkuDh5TpT4On7LKl98Q9iLqCdOZps6XXEWDj3AKtmyvzJPVXZe4apmkJJIiDL7rR1yC+hjQ==",
- "path": "microsoft.extensions.configuration.binder/5.0.0",
- "hashPath": "microsoft.extensions.configuration.binder.5.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rRdspYKA18ViPOISwAihhCMbusHsARCOtDMwa23f+BGEdIjpKPlhs3LLjmKlxfhpGXBjIsS0JpXcChjRUN+PAw==",
- "path": "microsoft.extensions.configuration.fileextensions/5.0.0",
- "hashPath": "microsoft.extensions.configuration.fileextensions.5.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.Json/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Pak8ymSUfdzPfBTLHxeOwcR32YDbuVfhnH2hkfOLnJNQd19ItlBdpMjIDY9C5O/nS2Sn9bzDMai0ZrvF7KyY/Q==",
- "path": "microsoft.extensions.configuration.json/5.0.0",
- "hashPath": "microsoft.extensions.configuration.json.5.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection/5.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-//mDNrYeiJ0eh/awFhDFJQzkRVra/njU5Y4fyK7X29g5HScrzbUkKOKlyTtygthcGFt4zNC8G5CFCjb/oizomA==",
- "path": "microsoft.extensions.dependencyinjection/5.0.1",
- "hashPath": "microsoft.extensions.dependencyinjection.5.0.1.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==",
- "path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-iuZIiZ3mteEb+nsUqpGXKx2cGF+cv6gWPd5jqQI4hzqdiJ6I94ddLjKhQOuRW1lueHwocIw30xbSHGhQj0zjdQ==",
- "path": "microsoft.extensions.fileproviders.abstractions/5.0.0",
- "hashPath": "microsoft.extensions.fileproviders.abstractions.5.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.FileProviders.Physical/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-1rkd8UO2qf21biwO7X0hL9uHP7vtfmdv/NLvKgCRHkdz1XnW8zVQJXyEYiN68WYpExgtVWn55QF0qBzgfh1mGg==",
- "path": "microsoft.extensions.fileproviders.physical/5.0.0",
- "hashPath": "microsoft.extensions.fileproviders.physical.5.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.FileSystemGlobbing/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==",
- "path": "microsoft.extensions.filesystemglobbing/5.0.0",
- "hashPath": "microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Identity.Core/5.0.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ibRI/IPV536SIUEvasIICtrf/df+ukBmBHFY1N9cT3igsAFP/Ru3eBBWwMlTjJKkkQf5W0PCncMIBK16DnehCg==",
- "path": "microsoft.extensions.identity.core/5.0.4",
- "hashPath": "microsoft.extensions.identity.core.5.0.4.nupkg.sha512"
- },
- "Microsoft.Extensions.Identity.Stores/5.0.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hrJNgTY7BMCHWts10AzUfZryKwJE8QGZ1ZbVgCcgZVnqVrWlTLDJnPg2DmHVyw3em+twg5ZT4G+OlHT9ovfa0g==",
- "path": "microsoft.extensions.identity.stores/5.0.4",
- "hashPath": "microsoft.extensions.identity.stores.5.0.4.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-MgOwK6tPzB6YNH21wssJcw/2MKwee8b2gI7SllYfn6rvTpIrVvVS5HAjSU2vqSku1fwqRvWP0MdIi14qjd93Aw==",
- "path": "microsoft.extensions.logging/5.0.0",
- "hashPath": "microsoft.extensions.logging.5.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==",
- "path": "microsoft.extensions.logging.abstractions/5.0.0",
- "hashPath": "microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Options/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-CBvR92TCJ5uBIdd9/HzDSrxYak+0W/3+yxrNg8Qm6Bmrkh5L+nu6m3WeazQehcZ5q1/6dDA7J5YdQjim0165zg==",
- "path": "microsoft.extensions.options/5.0.0",
- "hashPath": "microsoft.extensions.options.5.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Primitives/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==",
- "path": "microsoft.extensions.primitives/5.0.0",
- "hashPath": "microsoft.extensions.primitives.5.0.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Platforms/2.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==",
- "path": "microsoft.netcore.platforms/2.0.0",
- "hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512"
- },
- "MimeKit/2.13.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-wkHUQzy/sAtWCifZfNDq24DB/xshYoc+QeynSCJPSNeeA51DzZWjVaRslyix/9OEGhdSsUtvisL66dpGp0THjw==",
- "path": "mimekit/2.13.0",
- "hashPath": "mimekit.2.13.0.nupkg.sha512"
- },
- "Npgsql/5.0.7": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-EQWwxb2lN9w78YG4f6Fxhw5lFEx4LuaNGasXzw86kTOJxiPsUORSh/BTencNZJO4uVqGZx3EO9Z8JXTAvRjgeg==",
- "path": "npgsql/5.0.7",
- "hashPath": "npgsql.5.0.7.nupkg.sha512"
- },
- "Npgsql.EntityFrameworkCore.PostgreSQL/5.0.7": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-RxFmJ0I4uppEAyR7b+xCfj4ZilUoGkKD4otUjiu+O3hv+vG6LUFOfJcB1ms5kOWTIvLEQHow9e+0zH7JWWV0ig==",
- "path": "npgsql.entityframeworkcore.postgresql/5.0.7",
- "hashPath": "npgsql.entityframeworkcore.postgresql.5.0.7.nupkg.sha512"
- },
- "Portable.BouncyCastle/1.8.10": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-XLhjNAwuVB9ynwn11l5K44eyozh8q6gFseTrlnLNttejimglX7+F9+vxh60LPjvA/DAt6fUdS43N3ah8K6eaWg==",
- "path": "portable.bouncycastle/1.8.10",
- "hashPath": "portable.bouncycastle.1.8.10.nupkg.sha512"
- },
- "System.Buffers/4.5.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
- "path": "system.buffers/4.5.1",
- "hashPath": "system.buffers.4.5.1.nupkg.sha512"
- },
- "System.Collections.Immutable/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
- "path": "system.collections.immutable/5.0.0",
- "hashPath": "system.collections.immutable.5.0.0.nupkg.sha512"
- },
- "System.ComponentModel.Annotations/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==",
- "path": "system.componentmodel.annotations/5.0.0",
- "hashPath": "system.componentmodel.annotations.5.0.0.nupkg.sha512"
- },
- "System.Diagnostics.DiagnosticSource/5.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-uXQEYqav2V3zP6OwkOKtLv+qIi6z3m1hsGyKwXX7ZA7htT4shoVccGxnJ9kVRFPNAsi1ArZTq2oh7WOto6GbkQ==",
- "path": "system.diagnostics.diagnosticsource/5.0.1",
- "hashPath": "system.diagnostics.diagnosticsource.5.0.1.nupkg.sha512"
- },
- "System.Reflection.Emit/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==",
- "path": "system.reflection.emit/4.7.0",
- "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512"
- },
- "System.Reflection.TypeExtensions/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-dkmh/ySlwnXJp/1qYP9uyKkCK1CXR/REFzl7abHcArxBcV91mY2CgrrzSRA5Z/X4MevJWwXsklGRdR3A7K9zbg==",
- "path": "system.reflection.typeextensions/4.4.0",
- "hashPath": "system.reflection.typeextensions.4.4.0.nupkg.sha512"
- },
- "System.Runtime.CompilerServices.Unsafe/4.6.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HxozeSlipUK7dAroTYwIcGwKDeOVpQnJlpVaOkBz7CM4TsE5b/tKlQBZecTjh6FzcSbxndYaxxpsBMz+wMJeyw==",
- "path": "system.runtime.compilerservices.unsafe/4.6.0",
- "hashPath": "system.runtime.compilerservices.unsafe.4.6.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Cng/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-4WQjFuypWtxb/bl/YwEE7LYGn4fgpsikFfBU6xwEm4YBYiRAhXAEJ62lILBu2JJSFbClIAntFTGfDZafn8yZTg==",
- "path": "system.security.cryptography.cng/4.7.0",
- "hashPath": "system.security.cryptography.cng.4.7.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Pkcs/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-0Srzh6YlhjuMxaqMyeCCdZs22cucaUAG6SKDd3gNHBJmre0VZ71ekzWu9rvLD4YXPetyNdPvV6Qst+8C++9v3Q==",
- "path": "system.security.cryptography.pkcs/4.7.0",
- "hashPath": "system.security.cryptography.pkcs.4.7.0.nupkg.sha512"
- },
- "System.Text.Encoding.CodePages/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==",
- "path": "system.text.encoding.codepages/4.4.0",
- "hashPath": "system.text.encoding.codepages.4.4.0.nupkg.sha512"
- },
- "ScreeningTest.Data/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- }
- }
- }
|