123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963 |
- {
- "version": 3,
- "targets": {
- "net5.0": {
- "Coravel/4.2.1": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Caching.Memory": "3.1.0",
- "Microsoft.Extensions.Hosting.Abstractions": "3.1.0",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.0"
- },
- "compile": {
- "lib/netstandard2.0/Coravel.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/Coravel.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.Extensions.Caching.Abstractions/5.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "5.0.0"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.Extensions.Caching.Memory/5.0.0": {
- "type": "package",
- "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"
- },
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/3.1.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.0"
- },
- "compile": {
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.Extensions.FileProviders.Abstractions/3.1.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "3.1.0"
- },
- "compile": {
- "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.Extensions.Hosting.Abstractions/3.1.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "3.1.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.0",
- "Microsoft.Extensions.FileProviders.Abstractions": "3.1.0",
- "Microsoft.Extensions.Logging.Abstractions": "3.1.0"
- },
- "compile": {
- "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.Extensions.Options/5.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
- "Microsoft.Extensions.Primitives": "5.0.0"
- },
- "compile": {
- "lib/net5.0/Microsoft.Extensions.Options.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net5.0/Microsoft.Extensions.Options.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.Extensions.Primitives/5.0.0": {
- "type": "package",
- "compile": {
- "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.NETCore.Platforms/5.0.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "Microsoft.Win32.SystemEvents/5.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0"
- },
- "compile": {
- "ref/netstandard2.0/_._": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
- "related": ".xml"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "Newtonsoft.Json/13.0.1": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {
- "related": ".xml"
- }
- }
- },
- "QRCoder/1.4.3": {
- "type": "package",
- "dependencies": {
- "System.Drawing.Common": "5.0.3"
- },
- "compile": {
- "lib/net5.0/QRCoder.dll": {}
- },
- "runtime": {
- "lib/net5.0/QRCoder.dll": {}
- }
- },
- "SixLabors.ImageSharp/2.1.6": {
- "type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "5.0.0",
- "System.Text.Encoding.CodePages": "5.0.0"
- },
- "compile": {
- "lib/netcoreapp3.1/SixLabors.ImageSharp.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netcoreapp3.1/SixLabors.ImageSharp.dll": {
- "related": ".xml"
- }
- }
- },
- "System.Drawing.Common/5.0.3": {
- "type": "package",
- "dependencies": {
- "Microsoft.Win32.SystemEvents": "5.0.0"
- },
- "compile": {
- "ref/netcoreapp3.0/System.Drawing.Common.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netcoreapp3.0/System.Drawing.Common.dll": {
- "related": ".xml"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
- "assetType": "runtime",
- "rid": "unix"
- },
- "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Runtime.CompilerServices.Unsafe/5.0.0": {
- "type": "package",
- "compile": {
- "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
- "related": ".xml"
- }
- }
- },
- "System.Text.Encoding.CodePages/5.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0"
- },
- "compile": {
- "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {
- "related": ".xml"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "ZXing.Net/0.16.9": {
- "type": "package",
- "compile": {
- "lib/net5.0/zxing.dll": {
- "related": ".XML"
- }
- },
- "runtime": {
- "lib/net5.0/zxing.dll": {
- "related": ".XML"
- }
- }
- },
- "ZXing.Net.Bindings.ImageSharp.V2/0.16.15": {
- "type": "package",
- "dependencies": {
- "SixLabors.ImageSharp": "2.1.3",
- "ZXing.Net": "0.16.9"
- },
- "compile": {
- "lib/netcoreapp3.1/ZXing.ImageSharp.V2.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/netcoreapp3.1/ZXing.ImageSharp.V2.dll": {
- "related": ".pdb;.xml"
- }
- }
- }
- }
- },
- "libraries": {
- "Coravel/4.2.1": {
- "sha512": "goj2P5yivyj5e3UwHyA9ET1s11US0V73Labc+KBT7fF+sZK5Uts/CE0lPAxgtWj+/uwM1bRpFDdAFNh+z7U2kw==",
- "type": "package",
- "path": "coravel/4.2.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "coravel.4.2.1.nupkg.sha512",
- "coravel.nuspec",
- "lib/netstandard2.0/Coravel.dll",
- "lib/netstandard2.0/Coravel.xml",
- "logo.png",
- "readme.md"
- ]
- },
- "Microsoft.Extensions.Caching.Abstractions/5.0.0": {
- "sha512": "bu8As90/SBAouMZ6fJ+qRNo1X+KgHGrVueFhhYi+E5WqEhcnp2HoWRFnMzXQ6g4RdZbvPowFerSbKNH4Dtg5yg==",
- "type": "package",
- "path": "microsoft.extensions.caching.abstractions/5.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/Microsoft.Extensions.Caching.Abstractions.dll",
- "lib/net461/Microsoft.Extensions.Caching.Abstractions.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml",
- "microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512",
- "microsoft.extensions.caching.abstractions.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Microsoft.Extensions.Caching.Memory/5.0.0": {
- "sha512": "/1qPCleFOkJe0O+xmFqCNLFYQZTJz965sVw8CUB/BQgsApBwzAUsL2BUkDvQW+geRUVTXUS9zLa0pBjC2VJ1gA==",
- "type": "package",
- "path": "microsoft.extensions.caching.memory/5.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/Microsoft.Extensions.Caching.Memory.dll",
- "lib/net461/Microsoft.Extensions.Caching.Memory.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml",
- "microsoft.extensions.caching.memory.5.0.0.nupkg.sha512",
- "microsoft.extensions.caching.memory.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Microsoft.Extensions.Configuration.Abstractions/3.1.0": {
- "sha512": "ESz6bVoDQX7sgWdKHF6G9Pq672T8k+19AFb/txDXwdz7MoqaNQj2/in3agm/3qae9V+WvQZH86LLTNVo0it8vQ==",
- "type": "package",
- "path": "microsoft.extensions.configuration.abstractions/3.1.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml",
- "microsoft.extensions.configuration.abstractions.3.1.0.nupkg.sha512",
- "microsoft.extensions.configuration.abstractions.nuspec",
- "packageIcon.png"
- ]
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
- "sha512": "ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==",
- "type": "package",
- "path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
- "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
- "microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512",
- "microsoft.extensions.dependencyinjection.abstractions.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Microsoft.Extensions.FileProviders.Abstractions/3.1.0": {
- "sha512": "G3iBMOnn3tETEUvkE9J3a23wQpRkiXZp73zR0XNlicjLFhkeWW1FCaC2bTjrgHhPi2KO6x0BXnHvVuJPIlygBQ==",
- "type": "package",
- "path": "microsoft.extensions.fileproviders.abstractions/3.1.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.FileProviders.Abstractions.xml",
- "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
- "microsoft.extensions.fileproviders.abstractions.3.1.0.nupkg.sha512",
- "microsoft.extensions.fileproviders.abstractions.nuspec",
- "packageIcon.png"
- ]
- },
- "Microsoft.Extensions.Hosting.Abstractions/3.1.0": {
- "sha512": "LiOP1ceFaPBxaE28SOjtORzOVCJk33TT5VQ/Cg5EoatZh1dxpPAgAV/0ruzWKQE7WAHU3F1H9Z6rFgsQwIb9uQ==",
- "type": "package",
- "path": "microsoft.extensions.hosting.abstractions/3.1.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Hosting.Abstractions.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml",
- "microsoft.extensions.hosting.abstractions.3.1.0.nupkg.sha512",
- "microsoft.extensions.hosting.abstractions.nuspec",
- "packageIcon.png"
- ]
- },
- "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
- "sha512": "NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==",
- "type": "package",
- "path": "microsoft.extensions.logging.abstractions/5.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/Microsoft.Extensions.Logging.Abstractions.dll",
- "lib/net461/Microsoft.Extensions.Logging.Abstractions.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
- "microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512",
- "microsoft.extensions.logging.abstractions.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Microsoft.Extensions.Options/5.0.0": {
- "sha512": "CBvR92TCJ5uBIdd9/HzDSrxYak+0W/3+yxrNg8Qm6Bmrkh5L+nu6m3WeazQehcZ5q1/6dDA7J5YdQjim0165zg==",
- "type": "package",
- "path": "microsoft.extensions.options/5.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/Microsoft.Extensions.Options.dll",
- "lib/net461/Microsoft.Extensions.Options.xml",
- "lib/net5.0/Microsoft.Extensions.Options.dll",
- "lib/net5.0/Microsoft.Extensions.Options.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Options.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Options.xml",
- "microsoft.extensions.options.5.0.0.nupkg.sha512",
- "microsoft.extensions.options.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Microsoft.Extensions.Primitives/5.0.0": {
- "sha512": "cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==",
- "type": "package",
- "path": "microsoft.extensions.primitives/5.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/Microsoft.Extensions.Primitives.dll",
- "lib/net461/Microsoft.Extensions.Primitives.xml",
- "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll",
- "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.xml",
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
- "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
- "microsoft.extensions.primitives.5.0.0.nupkg.sha512",
- "microsoft.extensions.primitives.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Microsoft.NETCore.Platforms/5.0.0": {
- "sha512": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
- "type": "package",
- "path": "microsoft.netcore.platforms/5.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/netstandard1.0/_._",
- "microsoft.netcore.platforms.5.0.0.nupkg.sha512",
- "microsoft.netcore.platforms.nuspec",
- "runtime.json",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Microsoft.Win32.SystemEvents/5.0.0": {
- "sha512": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==",
- "type": "package",
- "path": "microsoft.win32.systemevents/5.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/Microsoft.Win32.SystemEvents.dll",
- "lib/net461/Microsoft.Win32.SystemEvents.xml",
- "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
- "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
- "microsoft.win32.systemevents.5.0.0.nupkg.sha512",
- "microsoft.win32.systemevents.nuspec",
- "ref/net461/Microsoft.Win32.SystemEvents.dll",
- "ref/net461/Microsoft.Win32.SystemEvents.xml",
- "ref/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
- "ref/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
- "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll",
- "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.xml",
- "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll",
- "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.xml",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Newtonsoft.Json/13.0.1": {
- "sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
- "type": "package",
- "path": "newtonsoft.json/13.0.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.md",
- "lib/net20/Newtonsoft.Json.dll",
- "lib/net20/Newtonsoft.Json.xml",
- "lib/net35/Newtonsoft.Json.dll",
- "lib/net35/Newtonsoft.Json.xml",
- "lib/net40/Newtonsoft.Json.dll",
- "lib/net40/Newtonsoft.Json.xml",
- "lib/net45/Newtonsoft.Json.dll",
- "lib/net45/Newtonsoft.Json.xml",
- "lib/netstandard1.0/Newtonsoft.Json.dll",
- "lib/netstandard1.0/Newtonsoft.Json.xml",
- "lib/netstandard1.3/Newtonsoft.Json.dll",
- "lib/netstandard1.3/Newtonsoft.Json.xml",
- "lib/netstandard2.0/Newtonsoft.Json.dll",
- "lib/netstandard2.0/Newtonsoft.Json.xml",
- "newtonsoft.json.13.0.1.nupkg.sha512",
- "newtonsoft.json.nuspec",
- "packageIcon.png"
- ]
- },
- "QRCoder/1.4.3": {
- "sha512": "fWuFqjm8GTlEb2GqBl3Hi8HZZeZQwBSHxvRPtPjyNbT82H0ff0JwavKRBmMaXCno1Av6McPC8aJzri0Mj2w9Jw==",
- "type": "package",
- "path": "qrcoder/1.4.3",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net35/QRCoder.dll",
- "lib/net40/QRCoder.dll",
- "lib/net5.0-windows7.0/QRCoder.dll",
- "lib/net5.0/QRCoder.dll",
- "lib/net6.0-windows7.0/QRCoder.dll",
- "lib/net6.0/QRCoder.dll",
- "lib/netstandard1.3/QRCoder.dll",
- "lib/netstandard2.0/QRCoder.dll",
- "nuget-icon.png",
- "nuget-readme.md",
- "qrcoder.1.4.3.nupkg.sha512",
- "qrcoder.nuspec"
- ]
- },
- "SixLabors.ImageSharp/2.1.6": {
- "sha512": "zgCyj3F3U19A/YpmhZAplH5dyh7BTCjLutzbVbHGd7zzPfSMA0Tm+DFqQEb/V52Y8EW1FH5wZ91PaEDSrUaNOw==",
- "type": "package",
- "path": "sixlabors.imagesharp/2.1.6",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net472/SixLabors.ImageSharp.dll",
- "lib/net472/SixLabors.ImageSharp.xml",
- "lib/netcoreapp2.1/SixLabors.ImageSharp.dll",
- "lib/netcoreapp2.1/SixLabors.ImageSharp.xml",
- "lib/netcoreapp3.1/SixLabors.ImageSharp.dll",
- "lib/netcoreapp3.1/SixLabors.ImageSharp.xml",
- "lib/netstandard2.0/SixLabors.ImageSharp.dll",
- "lib/netstandard2.0/SixLabors.ImageSharp.xml",
- "lib/netstandard2.1/SixLabors.ImageSharp.dll",
- "lib/netstandard2.1/SixLabors.ImageSharp.xml",
- "sixlabors.imagesharp.128.png",
- "sixlabors.imagesharp.2.1.6.nupkg.sha512",
- "sixlabors.imagesharp.nuspec"
- ]
- },
- "System.Drawing.Common/5.0.3": {
- "sha512": "rEQZuslijqdsO0pkJn7LtGBaMc//YVA8de0meGihkg9oLPaN+w+/Pb5d71lgp0YjPoKgBKNMvdq0IPnoW4PEng==",
- "type": "package",
- "path": "system.drawing.common/5.0.3",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net461/System.Drawing.Common.dll",
- "lib/netcoreapp3.0/System.Drawing.Common.dll",
- "lib/netcoreapp3.0/System.Drawing.Common.xml",
- "lib/netstandard2.0/System.Drawing.Common.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net461/System.Drawing.Common.dll",
- "ref/netcoreapp3.0/System.Drawing.Common.dll",
- "ref/netcoreapp3.0/System.Drawing.Common.xml",
- "ref/netstandard2.0/System.Drawing.Common.dll",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll",
- "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll",
- "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.xml",
- "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll",
- "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll",
- "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.xml",
- "system.drawing.common.5.0.3.nupkg.sha512",
- "system.drawing.common.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Runtime.CompilerServices.Unsafe/5.0.0": {
- "sha512": "ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
- "type": "package",
- "path": "system.runtime.compilerservices.unsafe/5.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net45/System.Runtime.CompilerServices.Unsafe.dll",
- "lib/net45/System.Runtime.CompilerServices.Unsafe.xml",
- "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll",
- "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml",
- "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll",
- "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml",
- "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
- "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
- "ref/net461/System.Runtime.CompilerServices.Unsafe.dll",
- "ref/net461/System.Runtime.CompilerServices.Unsafe.xml",
- "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll",
- "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml",
- "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
- "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
- "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll",
- "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.xml",
- "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512",
- "system.runtime.compilerservices.unsafe.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Text.Encoding.CodePages/5.0.0": {
- "sha512": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==",
- "type": "package",
- "path": "system.text.encoding.codepages/5.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Text.Encoding.CodePages.dll",
- "lib/net461/System.Text.Encoding.CodePages.dll",
- "lib/net461/System.Text.Encoding.CodePages.xml",
- "lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
- "lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
- "lib/netstandard2.0/System.Text.Encoding.CodePages.xml",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll",
- "runtimes/win/lib/net461/System.Text.Encoding.CodePages.xml",
- "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll",
- "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.xml",
- "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
- "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
- "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.xml",
- "system.text.encoding.codepages.5.0.0.nupkg.sha512",
- "system.text.encoding.codepages.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "ZXing.Net/0.16.9": {
- "sha512": "7WaVMHklpT3Ye2ragqRIwlFRsb6kOk63BOGADV0fan3ulVfGLUYkDi5yNUsZS/7FVNkWbtHAlDLmu4WnHGfqvQ==",
- "type": "package",
- "path": "zxing.net/0.16.9",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/native/zxing.XML",
- "lib/native/zxing.pri",
- "lib/native/zxing.winmd",
- "lib/net20-cf/zxing.ce2.0.dll",
- "lib/net20-cf/zxing.ce2.0.xml",
- "lib/net20/zxing.XML",
- "lib/net20/zxing.dll",
- "lib/net35-cf/zxing.ce3.5.dll",
- "lib/net35-cf/zxing.ce3.5.xml",
- "lib/net35/zxing.XML",
- "lib/net35/zxing.dll",
- "lib/net40/zxing.XML",
- "lib/net40/zxing.dll",
- "lib/net40/zxing.presentation.XML",
- "lib/net40/zxing.presentation.dll",
- "lib/net45/zxing.XML",
- "lib/net45/zxing.dll",
- "lib/net45/zxing.presentation.XML",
- "lib/net45/zxing.presentation.dll",
- "lib/net461/zxing.XML",
- "lib/net461/zxing.dll",
- "lib/net461/zxing.presentation.XML",
- "lib/net461/zxing.presentation.dll",
- "lib/net47/zxing.XML",
- "lib/net47/zxing.dll",
- "lib/net47/zxing.presentation.XML",
- "lib/net47/zxing.presentation.dll",
- "lib/net48/zxing.XML",
- "lib/net48/zxing.dll",
- "lib/net48/zxing.presentation.XML",
- "lib/net48/zxing.presentation.dll",
- "lib/net5.0/zxing.XML",
- "lib/net5.0/zxing.dll",
- "lib/net6.0/zxing.XML",
- "lib/net6.0/zxing.dll",
- "lib/net7.0/zxing.XML",
- "lib/net7.0/zxing.dll",
- "lib/netcoreapp3.0/zxing.dll",
- "lib/netcoreapp3.0/zxing.xml",
- "lib/netcoreapp3.1/zxing.dll",
- "lib/netcoreapp3.1/zxing.xml",
- "lib/netstandard1.0/zxing.dll",
- "lib/netstandard1.0/zxing.xml",
- "lib/netstandard1.1/zxing.dll",
- "lib/netstandard1.1/zxing.xml",
- "lib/netstandard1.3/zxing.dll",
- "lib/netstandard1.3/zxing.xml",
- "lib/netstandard2.0/zxing.dll",
- "lib/netstandard2.0/zxing.xml",
- "lib/netstandard2.1/zxing.dll",
- "lib/netstandard2.1/zxing.xml",
- "lib/portable-win+net40+sl4+sl5+wp7+wp71+wp8/zxing.portable.XML",
- "lib/portable-win+net40+sl4+sl5+wp7+wp71+wp8/zxing.portable.dll",
- "lib/sl3-wp/zxing.wp7.0.XML",
- "lib/sl3-wp/zxing.wp7.0.dll",
- "lib/sl4-wp71/zxing.wp7.1.XML",
- "lib/sl4-wp71/zxing.wp7.1.dll",
- "lib/sl4/zxing.sl4.XML",
- "lib/sl4/zxing.sl4.dll",
- "lib/sl5/zxing.sl5.XML",
- "lib/sl5/zxing.sl5.dll",
- "lib/uap10/zxing.dll",
- "lib/uap10/zxing.pri",
- "lib/uap10/zxing.xml",
- "lib/windows8-managed/zxing.winrt.XML",
- "lib/windows8-managed/zxing.winrt.dll",
- "lib/windows8/zxing.XML",
- "lib/windows8/zxing.pri",
- "lib/windows8/zxing.winmd",
- "lib/wp8/zxing.wp8.0.XML",
- "lib/wp8/zxing.wp8.0.dll",
- "logo.jpg",
- "zxing.net.0.16.9.nupkg.sha512",
- "zxing.net.nuspec"
- ]
- },
- "ZXing.Net.Bindings.ImageSharp.V2/0.16.15": {
- "sha512": "f+oesw0O/KH3YoL1j9ktw65O5Ilx932sS98xrFbdRRgQVxuMdTZ/AP9A7qll3e2ygO1YL3JFtRsZeiFPqzBZkw==",
- "type": "package",
- "path": "zxing.net.bindings.imagesharp.v2/0.16.15",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net472/ZXing.ImageSharp.V2.dll",
- "lib/net472/ZXing.ImageSharp.V2.pdb",
- "lib/net472/ZXing.ImageSharp.V2.xml",
- "lib/netcoreapp2.1/ZXing.ImageSharp.V2.dll",
- "lib/netcoreapp2.1/ZXing.ImageSharp.V2.pdb",
- "lib/netcoreapp2.1/ZXing.ImageSharp.V2.xml",
- "lib/netcoreapp3.1/ZXing.ImageSharp.V2.dll",
- "lib/netcoreapp3.1/ZXing.ImageSharp.V2.pdb",
- "lib/netcoreapp3.1/ZXing.ImageSharp.V2.xml",
- "lib/netstandard2.0/ZXing.ImageSharp.V2.dll",
- "lib/netstandard2.0/ZXing.ImageSharp.V2.pdb",
- "lib/netstandard2.0/ZXing.ImageSharp.V2.xml",
- "lib/netstandard2.1/ZXing.ImageSharp.V2.dll",
- "lib/netstandard2.1/ZXing.ImageSharp.V2.pdb",
- "lib/netstandard2.1/ZXing.ImageSharp.V2.xml",
- "logo.jpg",
- "readme.md",
- "zxing.net.bindings.imagesharp.v2.0.16.15.nupkg.sha512",
- "zxing.net.bindings.imagesharp.v2.nuspec"
- ]
- }
- },
- "projectFileDependencyGroups": {
- "net5.0": [
- "Coravel >= 4.2.1",
- "Microsoft.Extensions.Caching.Memory >= 5.0.0",
- "Newtonsoft.Json >= 13.0.1",
- "QRCoder >= 1.4.3",
- "SixLabors.ImageSharp >= 2.1.6",
- "ZXing.Net.Bindings.ImageSharp.V2 >= 0.16.15"
- ]
- },
- "packageFolders": {
- "D:\\.nuget\\packages": {},
- "D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
- },
- "project": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "E:\\Ropin\\svn\\SH_HB\\Source_SQ\\Ropin.Inspection.Api\\Ropin.Core.Common\\Ropin.Core.Common.csproj",
- "projectName": "Ropin.Core.Common",
- "projectPath": "E:\\Ropin\\svn\\SH_HB\\Source_SQ\\Ropin.Inspection.Api\\Ropin.Core.Common\\Ropin.Core.Common.csproj",
- "packagesPath": "D:\\.nuget\\packages",
- "outputPath": "E:\\Ropin\\svn\\SH_HB\\Source_SQ\\Ropin.Inspection.Api\\Ropin.Core.Common\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\hp\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net5.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net5.0": {
- "targetAlias": "net5.0",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "net5.0": {
- "targetAlias": "net5.0",
- "dependencies": {
- "Coravel": {
- "target": "Package",
- "version": "[4.2.1, )"
- },
- "Microsoft.Extensions.Caching.Memory": {
- "target": "Package",
- "version": "[5.0.0, )"
- },
- "Newtonsoft.Json": {
- "target": "Package",
- "version": "[13.0.1, )"
- },
- "QRCoder": {
- "target": "Package",
- "version": "[1.4.3, )"
- },
- "SixLabors.ImageSharp": {
- "target": "Package",
- "version": "[2.1.6, )"
- },
- "ZXing.Net.Bindings.ImageSharp.V2": {
- "target": "Package",
- "version": "[0.16.15, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
- }
- }
- }
- }
|