project.assets.json 69 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474
  1. {
  2. "version": 3,
  3. "targets": {
  4. "net6.0": {
  5. "Microsoft.EntityFrameworkCore/6.0.7": {
  6. "type": "package",
  7. "dependencies": {
  8. "Microsoft.EntityFrameworkCore.Abstractions": "6.0.7",
  9. "Microsoft.EntityFrameworkCore.Analyzers": "6.0.7",
  10. "Microsoft.Extensions.Caching.Memory": "6.0.1",
  11. "Microsoft.Extensions.DependencyInjection": "6.0.0",
  12. "Microsoft.Extensions.Logging": "6.0.0",
  13. "System.Collections.Immutable": "6.0.0",
  14. "System.Diagnostics.DiagnosticSource": "6.0.0"
  15. },
  16. "compile": {
  17. "lib/net6.0/Microsoft.EntityFrameworkCore.dll": {}
  18. },
  19. "runtime": {
  20. "lib/net6.0/Microsoft.EntityFrameworkCore.dll": {}
  21. },
  22. "build": {
  23. "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props": {}
  24. }
  25. },
  26. "Microsoft.EntityFrameworkCore.Abstractions/6.0.7": {
  27. "type": "package",
  28. "compile": {
  29. "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
  30. },
  31. "runtime": {
  32. "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {}
  33. }
  34. },
  35. "Microsoft.EntityFrameworkCore.Analyzers/6.0.7": {
  36. "type": "package",
  37. "compile": {
  38. "lib/netstandard2.0/_._": {}
  39. },
  40. "runtime": {
  41. "lib/netstandard2.0/_._": {}
  42. }
  43. },
  44. "Microsoft.EntityFrameworkCore.Relational/6.0.5": {
  45. "type": "package",
  46. "dependencies": {
  47. "Microsoft.EntityFrameworkCore": "6.0.5",
  48. "Microsoft.Extensions.Configuration.Abstractions": "6.0.0"
  49. },
  50. "compile": {
  51. "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
  52. },
  53. "runtime": {
  54. "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": {}
  55. }
  56. },
  57. "Microsoft.EntityFrameworkCore.Relational.Design/1.1.0": {
  58. "type": "package",
  59. "dependencies": {
  60. "Microsoft.EntityFrameworkCore.Relational": "1.1.0",
  61. "NETStandard.Library": "1.6.1"
  62. },
  63. "compile": {
  64. "lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.Design.dll": {}
  65. },
  66. "runtime": {
  67. "lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.Design.dll": {}
  68. }
  69. },
  70. "Microsoft.Extensions.Caching.Abstractions/6.0.0": {
  71. "type": "package",
  72. "dependencies": {
  73. "Microsoft.Extensions.Primitives": "6.0.0"
  74. },
  75. "compile": {
  76. "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
  77. },
  78. "runtime": {
  79. "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {}
  80. }
  81. },
  82. "Microsoft.Extensions.Caching.Memory/6.0.1": {
  83. "type": "package",
  84. "dependencies": {
  85. "Microsoft.Extensions.Caching.Abstractions": "6.0.0",
  86. "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
  87. "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
  88. "Microsoft.Extensions.Options": "6.0.0",
  89. "Microsoft.Extensions.Primitives": "6.0.0"
  90. },
  91. "compile": {
  92. "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
  93. },
  94. "runtime": {
  95. "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {}
  96. }
  97. },
  98. "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
  99. "type": "package",
  100. "dependencies": {
  101. "Microsoft.Extensions.Primitives": "6.0.0"
  102. },
  103. "compile": {
  104. "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
  105. },
  106. "runtime": {
  107. "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {}
  108. }
  109. },
  110. "Microsoft.Extensions.DependencyInjection/6.0.0": {
  111. "type": "package",
  112. "dependencies": {
  113. "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
  114. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  115. },
  116. "compile": {
  117. "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {}
  118. },
  119. "runtime": {
  120. "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {}
  121. },
  122. "build": {
  123. "buildTransitive/netcoreapp3.1/_._": {}
  124. }
  125. },
  126. "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
  127. "type": "package",
  128. "compile": {
  129. "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
  130. },
  131. "runtime": {
  132. "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
  133. },
  134. "build": {
  135. "buildTransitive/netcoreapp3.1/_._": {}
  136. }
  137. },
  138. "Microsoft.Extensions.Logging/6.0.0": {
  139. "type": "package",
  140. "dependencies": {
  141. "Microsoft.Extensions.DependencyInjection": "6.0.0",
  142. "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
  143. "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
  144. "Microsoft.Extensions.Options": "6.0.0",
  145. "System.Diagnostics.DiagnosticSource": "6.0.0"
  146. },
  147. "compile": {
  148. "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {}
  149. },
  150. "runtime": {
  151. "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {}
  152. }
  153. },
  154. "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
  155. "type": "package",
  156. "compile": {
  157. "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
  158. },
  159. "runtime": {
  160. "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
  161. },
  162. "build": {
  163. "buildTransitive/netcoreapp3.1/_._": {}
  164. }
  165. },
  166. "Microsoft.Extensions.Options/6.0.0": {
  167. "type": "package",
  168. "dependencies": {
  169. "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
  170. "Microsoft.Extensions.Primitives": "6.0.0"
  171. },
  172. "compile": {
  173. "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {}
  174. },
  175. "runtime": {
  176. "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {}
  177. }
  178. },
  179. "Microsoft.Extensions.Primitives/6.0.0": {
  180. "type": "package",
  181. "dependencies": {
  182. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  183. },
  184. "compile": {
  185. "lib/net6.0/Microsoft.Extensions.Primitives.dll": {}
  186. },
  187. "runtime": {
  188. "lib/net6.0/Microsoft.Extensions.Primitives.dll": {}
  189. },
  190. "build": {
  191. "buildTransitive/netcoreapp3.1/_._": {}
  192. }
  193. },
  194. "Microsoft.NETCore.App/2.2.8": {
  195. "type": "package",
  196. "dependencies": {
  197. "Microsoft.NETCore.DotNetHostPolicy": "2.2.8",
  198. "Microsoft.NETCore.Platforms": "2.2.4",
  199. "Microsoft.NETCore.Targets": "2.0.0",
  200. "NETStandard.Library": "2.0.3"
  201. },
  202. "compile": {
  203. "ref/netcoreapp2.2/Microsoft.CSharp.dll": {},
  204. "ref/netcoreapp2.2/Microsoft.VisualBasic.dll": {},
  205. "ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll": {},
  206. "ref/netcoreapp2.2/System.AppContext.dll": {},
  207. "ref/netcoreapp2.2/System.Buffers.dll": {},
  208. "ref/netcoreapp2.2/System.Collections.Concurrent.dll": {},
  209. "ref/netcoreapp2.2/System.Collections.Immutable.dll": {},
  210. "ref/netcoreapp2.2/System.Collections.NonGeneric.dll": {},
  211. "ref/netcoreapp2.2/System.Collections.Specialized.dll": {},
  212. "ref/netcoreapp2.2/System.Collections.dll": {},
  213. "ref/netcoreapp2.2/System.ComponentModel.Annotations.dll": {},
  214. "ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll": {},
  215. "ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll": {},
  216. "ref/netcoreapp2.2/System.ComponentModel.Primitives.dll": {},
  217. "ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll": {},
  218. "ref/netcoreapp2.2/System.ComponentModel.dll": {},
  219. "ref/netcoreapp2.2/System.Configuration.dll": {},
  220. "ref/netcoreapp2.2/System.Console.dll": {},
  221. "ref/netcoreapp2.2/System.Core.dll": {},
  222. "ref/netcoreapp2.2/System.Data.Common.dll": {},
  223. "ref/netcoreapp2.2/System.Data.dll": {},
  224. "ref/netcoreapp2.2/System.Diagnostics.Contracts.dll": {},
  225. "ref/netcoreapp2.2/System.Diagnostics.Debug.dll": {},
  226. "ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll": {},
  227. "ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll": {},
  228. "ref/netcoreapp2.2/System.Diagnostics.Process.dll": {},
  229. "ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll": {},
  230. "ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll": {},
  231. "ref/netcoreapp2.2/System.Diagnostics.Tools.dll": {},
  232. "ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll": {},
  233. "ref/netcoreapp2.2/System.Diagnostics.Tracing.dll": {},
  234. "ref/netcoreapp2.2/System.Drawing.Primitives.dll": {},
  235. "ref/netcoreapp2.2/System.Drawing.dll": {},
  236. "ref/netcoreapp2.2/System.Dynamic.Runtime.dll": {},
  237. "ref/netcoreapp2.2/System.Globalization.Calendars.dll": {},
  238. "ref/netcoreapp2.2/System.Globalization.Extensions.dll": {},
  239. "ref/netcoreapp2.2/System.Globalization.dll": {},
  240. "ref/netcoreapp2.2/System.IO.Compression.Brotli.dll": {},
  241. "ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll": {},
  242. "ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll": {},
  243. "ref/netcoreapp2.2/System.IO.Compression.dll": {},
  244. "ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll": {},
  245. "ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll": {},
  246. "ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll": {},
  247. "ref/netcoreapp2.2/System.IO.FileSystem.dll": {},
  248. "ref/netcoreapp2.2/System.IO.IsolatedStorage.dll": {},
  249. "ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll": {},
  250. "ref/netcoreapp2.2/System.IO.Pipes.dll": {},
  251. "ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll": {},
  252. "ref/netcoreapp2.2/System.IO.dll": {},
  253. "ref/netcoreapp2.2/System.Linq.Expressions.dll": {},
  254. "ref/netcoreapp2.2/System.Linq.Parallel.dll": {},
  255. "ref/netcoreapp2.2/System.Linq.Queryable.dll": {},
  256. "ref/netcoreapp2.2/System.Linq.dll": {},
  257. "ref/netcoreapp2.2/System.Memory.dll": {},
  258. "ref/netcoreapp2.2/System.Net.Http.dll": {},
  259. "ref/netcoreapp2.2/System.Net.HttpListener.dll": {},
  260. "ref/netcoreapp2.2/System.Net.Mail.dll": {},
  261. "ref/netcoreapp2.2/System.Net.NameResolution.dll": {},
  262. "ref/netcoreapp2.2/System.Net.NetworkInformation.dll": {},
  263. "ref/netcoreapp2.2/System.Net.Ping.dll": {},
  264. "ref/netcoreapp2.2/System.Net.Primitives.dll": {},
  265. "ref/netcoreapp2.2/System.Net.Requests.dll": {},
  266. "ref/netcoreapp2.2/System.Net.Security.dll": {},
  267. "ref/netcoreapp2.2/System.Net.ServicePoint.dll": {},
  268. "ref/netcoreapp2.2/System.Net.Sockets.dll": {},
  269. "ref/netcoreapp2.2/System.Net.WebClient.dll": {},
  270. "ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll": {},
  271. "ref/netcoreapp2.2/System.Net.WebProxy.dll": {},
  272. "ref/netcoreapp2.2/System.Net.WebSockets.Client.dll": {},
  273. "ref/netcoreapp2.2/System.Net.WebSockets.dll": {},
  274. "ref/netcoreapp2.2/System.Net.dll": {},
  275. "ref/netcoreapp2.2/System.Numerics.Vectors.dll": {},
  276. "ref/netcoreapp2.2/System.Numerics.dll": {},
  277. "ref/netcoreapp2.2/System.ObjectModel.dll": {},
  278. "ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll": {},
  279. "ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll": {},
  280. "ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll": {},
  281. "ref/netcoreapp2.2/System.Reflection.Emit.dll": {},
  282. "ref/netcoreapp2.2/System.Reflection.Extensions.dll": {},
  283. "ref/netcoreapp2.2/System.Reflection.Metadata.dll": {},
  284. "ref/netcoreapp2.2/System.Reflection.Primitives.dll": {},
  285. "ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll": {},
  286. "ref/netcoreapp2.2/System.Reflection.dll": {},
  287. "ref/netcoreapp2.2/System.Resources.Reader.dll": {},
  288. "ref/netcoreapp2.2/System.Resources.ResourceManager.dll": {},
  289. "ref/netcoreapp2.2/System.Resources.Writer.dll": {},
  290. "ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll": {},
  291. "ref/netcoreapp2.2/System.Runtime.Extensions.dll": {},
  292. "ref/netcoreapp2.2/System.Runtime.Handles.dll": {},
  293. "ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll": {},
  294. "ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll": {},
  295. "ref/netcoreapp2.2/System.Runtime.InteropServices.dll": {},
  296. "ref/netcoreapp2.2/System.Runtime.Loader.dll": {},
  297. "ref/netcoreapp2.2/System.Runtime.Numerics.dll": {},
  298. "ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll": {},
  299. "ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll": {},
  300. "ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll": {},
  301. "ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll": {},
  302. "ref/netcoreapp2.2/System.Runtime.Serialization.dll": {},
  303. "ref/netcoreapp2.2/System.Runtime.dll": {},
  304. "ref/netcoreapp2.2/System.Security.Claims.dll": {},
  305. "ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll": {},
  306. "ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll": {},
  307. "ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll": {},
  308. "ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll": {},
  309. "ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll": {},
  310. "ref/netcoreapp2.2/System.Security.Principal.dll": {},
  311. "ref/netcoreapp2.2/System.Security.SecureString.dll": {},
  312. "ref/netcoreapp2.2/System.Security.dll": {},
  313. "ref/netcoreapp2.2/System.ServiceModel.Web.dll": {},
  314. "ref/netcoreapp2.2/System.ServiceProcess.dll": {},
  315. "ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll": {},
  316. "ref/netcoreapp2.2/System.Text.Encoding.dll": {},
  317. "ref/netcoreapp2.2/System.Text.RegularExpressions.dll": {},
  318. "ref/netcoreapp2.2/System.Threading.Overlapped.dll": {},
  319. "ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll": {},
  320. "ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll": {},
  321. "ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll": {},
  322. "ref/netcoreapp2.2/System.Threading.Tasks.dll": {},
  323. "ref/netcoreapp2.2/System.Threading.Thread.dll": {},
  324. "ref/netcoreapp2.2/System.Threading.ThreadPool.dll": {},
  325. "ref/netcoreapp2.2/System.Threading.Timer.dll": {},
  326. "ref/netcoreapp2.2/System.Threading.dll": {},
  327. "ref/netcoreapp2.2/System.Transactions.Local.dll": {},
  328. "ref/netcoreapp2.2/System.Transactions.dll": {},
  329. "ref/netcoreapp2.2/System.ValueTuple.dll": {},
  330. "ref/netcoreapp2.2/System.Web.HttpUtility.dll": {},
  331. "ref/netcoreapp2.2/System.Web.dll": {},
  332. "ref/netcoreapp2.2/System.Windows.dll": {},
  333. "ref/netcoreapp2.2/System.Xml.Linq.dll": {},
  334. "ref/netcoreapp2.2/System.Xml.ReaderWriter.dll": {},
  335. "ref/netcoreapp2.2/System.Xml.Serialization.dll": {},
  336. "ref/netcoreapp2.2/System.Xml.XDocument.dll": {},
  337. "ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll": {},
  338. "ref/netcoreapp2.2/System.Xml.XPath.dll": {},
  339. "ref/netcoreapp2.2/System.Xml.XmlDocument.dll": {},
  340. "ref/netcoreapp2.2/System.Xml.XmlSerializer.dll": {},
  341. "ref/netcoreapp2.2/System.Xml.dll": {},
  342. "ref/netcoreapp2.2/System.dll": {},
  343. "ref/netcoreapp2.2/WindowsBase.dll": {},
  344. "ref/netcoreapp2.2/mscorlib.dll": {},
  345. "ref/netcoreapp2.2/netstandard.dll": {}
  346. },
  347. "build": {
  348. "build/netcoreapp2.2/_._": {}
  349. }
  350. },
  351. "Microsoft.NETCore.DotNetAppHost/2.2.8": {
  352. "type": "package"
  353. },
  354. "Microsoft.NETCore.DotNetHostPolicy/2.2.8": {
  355. "type": "package",
  356. "dependencies": {
  357. "Microsoft.NETCore.DotNetHostResolver": "2.2.8"
  358. }
  359. },
  360. "Microsoft.NETCore.DotNetHostResolver/2.2.8": {
  361. "type": "package",
  362. "dependencies": {
  363. "Microsoft.NETCore.DotNetAppHost": "2.2.8"
  364. }
  365. },
  366. "Microsoft.NETCore.Platforms/2.2.4": {
  367. "type": "package",
  368. "compile": {
  369. "lib/netstandard1.0/_._": {}
  370. },
  371. "runtime": {
  372. "lib/netstandard1.0/_._": {}
  373. }
  374. },
  375. "Microsoft.NETCore.Targets/2.0.0": {
  376. "type": "package",
  377. "compile": {
  378. "lib/netstandard1.0/_._": {}
  379. },
  380. "runtime": {
  381. "lib/netstandard1.0/_._": {}
  382. }
  383. },
  384. "NETStandard.Library/2.0.3": {
  385. "type": "package",
  386. "dependencies": {
  387. "Microsoft.NETCore.Platforms": "1.1.0"
  388. },
  389. "compile": {
  390. "lib/netstandard1.0/_._": {}
  391. },
  392. "runtime": {
  393. "lib/netstandard1.0/_._": {}
  394. },
  395. "build": {
  396. "build/netstandard2.0/_._": {}
  397. }
  398. },
  399. "Npgsql/6.0.5": {
  400. "type": "package",
  401. "dependencies": {
  402. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  403. },
  404. "compile": {
  405. "lib/net6.0/Npgsql.dll": {}
  406. },
  407. "runtime": {
  408. "lib/net6.0/Npgsql.dll": {}
  409. }
  410. },
  411. "Npgsql.EntityFrameworkCore.PostgreSQL/6.0.5": {
  412. "type": "package",
  413. "dependencies": {
  414. "Microsoft.EntityFrameworkCore": "6.0.5",
  415. "Microsoft.EntityFrameworkCore.Abstractions": "6.0.5",
  416. "Microsoft.EntityFrameworkCore.Relational": "6.0.5",
  417. "Npgsql": "6.0.5"
  418. },
  419. "compile": {
  420. "lib/net6.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll": {}
  421. },
  422. "runtime": {
  423. "lib/net6.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll": {}
  424. }
  425. },
  426. "Npgsql.EntityFrameworkCore.PostgreSQL.Design/1.1.0": {
  427. "type": "package",
  428. "dependencies": {
  429. "Microsoft.EntityFrameworkCore": "1.1.0",
  430. "Microsoft.EntityFrameworkCore.Relational": "1.1.0",
  431. "Microsoft.EntityFrameworkCore.Relational.Design": "1.1.0",
  432. "Microsoft.Extensions.DependencyInjection": "1.1.0",
  433. "Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0",
  434. "Npgsql": "3.1.9",
  435. "Npgsql.EntityFrameworkCore.PostgreSQL": "1.1.0"
  436. },
  437. "compile": {
  438. "lib/netstandard1.3/Npgsql.EntityFrameworkCore.PostgreSQL.Design.dll": {}
  439. },
  440. "runtime": {
  441. "lib/netstandard1.3/Npgsql.EntityFrameworkCore.PostgreSQL.Design.dll": {}
  442. }
  443. },
  444. "System.Collections.Immutable/6.0.0": {
  445. "type": "package",
  446. "dependencies": {
  447. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  448. },
  449. "compile": {
  450. "lib/net6.0/System.Collections.Immutable.dll": {}
  451. },
  452. "runtime": {
  453. "lib/net6.0/System.Collections.Immutable.dll": {}
  454. },
  455. "build": {
  456. "buildTransitive/netcoreapp3.1/_._": {}
  457. }
  458. },
  459. "System.Diagnostics.DiagnosticSource/6.0.0": {
  460. "type": "package",
  461. "dependencies": {
  462. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  463. },
  464. "compile": {
  465. "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {}
  466. },
  467. "runtime": {
  468. "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {}
  469. },
  470. "build": {
  471. "buildTransitive/netcoreapp3.1/_._": {}
  472. }
  473. },
  474. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  475. "type": "package",
  476. "compile": {
  477. "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {}
  478. },
  479. "runtime": {
  480. "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {}
  481. },
  482. "build": {
  483. "buildTransitive/netcoreapp3.1/_._": {}
  484. }
  485. },
  486. "Entities/1.0.0": {
  487. "type": "project",
  488. "framework": ".NETCoreApp,Version=v6.0",
  489. "dependencies": {
  490. "Microsoft.EntityFrameworkCore": "6.0.7",
  491. "Microsoft.NETCore.App": "2.2.8",
  492. "Npgsql.EntityFrameworkCore.PostgreSQL": "6.0.5",
  493. "Npgsql.EntityFrameworkCore.PostgreSQL.Design": "1.1.0"
  494. },
  495. "compile": {
  496. "bin/placeholder/Entities.dll": {}
  497. },
  498. "runtime": {
  499. "bin/placeholder/Entities.dll": {}
  500. }
  501. }
  502. }
  503. },
  504. "libraries": {
  505. "Microsoft.EntityFrameworkCore/6.0.7": {
  506. "sha512": "9BsvGSpTzxvqnxH19wLBFivK5TzWmsHZQc/1cQ4b2e+k85aIG9R4FYewQLHZdPrAxNQImXjTyW5nRI3s1rpt6A==",
  507. "type": "package",
  508. "path": "microsoft.entityframeworkcore/6.0.7",
  509. "files": [
  510. ".nupkg.metadata",
  511. ".signature.p7s",
  512. "Icon.png",
  513. "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props",
  514. "lib/net6.0/Microsoft.EntityFrameworkCore.dll",
  515. "lib/net6.0/Microsoft.EntityFrameworkCore.xml",
  516. "microsoft.entityframeworkcore.6.0.7.nupkg.sha512",
  517. "microsoft.entityframeworkcore.nuspec"
  518. ]
  519. },
  520. "Microsoft.EntityFrameworkCore.Abstractions/6.0.7": {
  521. "sha512": "bjU0CkTqldgpVPTSj9M+R/3EaTz+u0jMeQMIC91YdGYDbpX/tAN5UYx+Ihzk4AtP8gmhburQUgMTdnmCE9c5sA==",
  522. "type": "package",
  523. "path": "microsoft.entityframeworkcore.abstractions/6.0.7",
  524. "files": [
  525. ".nupkg.metadata",
  526. ".signature.p7s",
  527. "Icon.png",
  528. "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll",
  529. "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.xml",
  530. "microsoft.entityframeworkcore.abstractions.6.0.7.nupkg.sha512",
  531. "microsoft.entityframeworkcore.abstractions.nuspec"
  532. ]
  533. },
  534. "Microsoft.EntityFrameworkCore.Analyzers/6.0.7": {
  535. "sha512": "VAOrGma8mRspUb/9quwIr21UZVqfWOcRQqhcYNkHBUD7woenwFTBvntiC9h2Ebtvj/BrRfezqjaHpWVvPSg4dw==",
  536. "type": "package",
  537. "path": "microsoft.entityframeworkcore.analyzers/6.0.7",
  538. "files": [
  539. ".nupkg.metadata",
  540. ".signature.p7s",
  541. "Icon.png",
  542. "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll",
  543. "lib/netstandard2.0/_._",
  544. "microsoft.entityframeworkcore.analyzers.6.0.7.nupkg.sha512",
  545. "microsoft.entityframeworkcore.analyzers.nuspec"
  546. ]
  547. },
  548. "Microsoft.EntityFrameworkCore.Relational/6.0.5": {
  549. "sha512": "vhAQizlAgvPfurkh9XysNaFc/g3WPXtSka3Y1rXuQdnT//p16CDKt9lO9h+rYmooD+cA7TijSxwqck4GApDT/Q==",
  550. "type": "package",
  551. "path": "microsoft.entityframeworkcore.relational/6.0.5",
  552. "files": [
  553. ".nupkg.metadata",
  554. ".signature.p7s",
  555. "Icon.png",
  556. "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll",
  557. "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.xml",
  558. "microsoft.entityframeworkcore.relational.6.0.5.nupkg.sha512",
  559. "microsoft.entityframeworkcore.relational.nuspec"
  560. ]
  561. },
  562. "Microsoft.EntityFrameworkCore.Relational.Design/1.1.0": {
  563. "sha512": "fF0sVEUkoGeJutGIzwnYsJJ9o2hxEGJRpSaCxPq63rhSwn0hBmCwf9ET4QqYqO9Pc6+ODXenAQa095CWzuM4Kg==",
  564. "type": "package",
  565. "path": "microsoft.entityframeworkcore.relational.design/1.1.0",
  566. "files": [
  567. ".nupkg.metadata",
  568. ".signature.p7s",
  569. "lib/net451/Microsoft.EntityFrameworkCore.Relational.Design.dll",
  570. "lib/net451/Microsoft.EntityFrameworkCore.Relational.Design.xml",
  571. "lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.Design.dll",
  572. "lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.Design.xml",
  573. "microsoft.entityframeworkcore.relational.design.1.1.0.nupkg.sha512",
  574. "microsoft.entityframeworkcore.relational.design.nuspec"
  575. ]
  576. },
  577. "Microsoft.Extensions.Caching.Abstractions/6.0.0": {
  578. "sha512": "bcz5sSFJbganH0+YrfvIjJDIcKNW7TL07C4d1eTmXy/wOt52iz4LVogJb6pazs7W0+74j0YpXFErvp++Aq5Bsw==",
  579. "type": "package",
  580. "path": "microsoft.extensions.caching.abstractions/6.0.0",
  581. "files": [
  582. ".nupkg.metadata",
  583. ".signature.p7s",
  584. "Icon.png",
  585. "LICENSE.TXT",
  586. "THIRD-PARTY-NOTICES.TXT",
  587. "lib/net461/Microsoft.Extensions.Caching.Abstractions.dll",
  588. "lib/net461/Microsoft.Extensions.Caching.Abstractions.xml",
  589. "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll",
  590. "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml",
  591. "microsoft.extensions.caching.abstractions.6.0.0.nupkg.sha512",
  592. "microsoft.extensions.caching.abstractions.nuspec",
  593. "useSharedDesignerContext.txt"
  594. ]
  595. },
  596. "Microsoft.Extensions.Caching.Memory/6.0.1": {
  597. "sha512": "B4y+Cev05eMcjf1na0v9gza6GUtahXbtY1JCypIgx3B4Ea/KAgsWyXEmW4q6zMbmTMtKzmPVk09rvFJirvMwTg==",
  598. "type": "package",
  599. "path": "microsoft.extensions.caching.memory/6.0.1",
  600. "files": [
  601. ".nupkg.metadata",
  602. ".signature.p7s",
  603. "Icon.png",
  604. "LICENSE.TXT",
  605. "THIRD-PARTY-NOTICES.TXT",
  606. "lib/net461/Microsoft.Extensions.Caching.Memory.dll",
  607. "lib/net461/Microsoft.Extensions.Caching.Memory.xml",
  608. "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll",
  609. "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml",
  610. "microsoft.extensions.caching.memory.6.0.1.nupkg.sha512",
  611. "microsoft.extensions.caching.memory.nuspec",
  612. "useSharedDesignerContext.txt"
  613. ]
  614. },
  615. "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
  616. "sha512": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==",
  617. "type": "package",
  618. "path": "microsoft.extensions.configuration.abstractions/6.0.0",
  619. "files": [
  620. ".nupkg.metadata",
  621. ".signature.p7s",
  622. "Icon.png",
  623. "LICENSE.TXT",
  624. "THIRD-PARTY-NOTICES.TXT",
  625. "lib/net461/Microsoft.Extensions.Configuration.Abstractions.dll",
  626. "lib/net461/Microsoft.Extensions.Configuration.Abstractions.xml",
  627. "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll",
  628. "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml",
  629. "microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512",
  630. "microsoft.extensions.configuration.abstractions.nuspec",
  631. "useSharedDesignerContext.txt"
  632. ]
  633. },
  634. "Microsoft.Extensions.DependencyInjection/6.0.0": {
  635. "sha512": "k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==",
  636. "type": "package",
  637. "path": "microsoft.extensions.dependencyinjection/6.0.0",
  638. "files": [
  639. ".nupkg.metadata",
  640. ".signature.p7s",
  641. "Icon.png",
  642. "LICENSE.TXT",
  643. "THIRD-PARTY-NOTICES.TXT",
  644. "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets",
  645. "buildTransitive/netcoreapp3.1/_._",
  646. "lib/net461/Microsoft.Extensions.DependencyInjection.dll",
  647. "lib/net461/Microsoft.Extensions.DependencyInjection.xml",
  648. "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll",
  649. "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml",
  650. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll",
  651. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml",
  652. "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll",
  653. "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml",
  654. "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512",
  655. "microsoft.extensions.dependencyinjection.nuspec",
  656. "useSharedDesignerContext.txt"
  657. ]
  658. },
  659. "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
  660. "sha512": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==",
  661. "type": "package",
  662. "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0",
  663. "files": [
  664. ".nupkg.metadata",
  665. ".signature.p7s",
  666. "Icon.png",
  667. "LICENSE.TXT",
  668. "THIRD-PARTY-NOTICES.TXT",
  669. "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
  670. "buildTransitive/netcoreapp3.1/_._",
  671. "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  672. "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  673. "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  674. "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  675. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  676. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  677. "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  678. "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  679. "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512",
  680. "microsoft.extensions.dependencyinjection.abstractions.nuspec",
  681. "useSharedDesignerContext.txt"
  682. ]
  683. },
  684. "Microsoft.Extensions.Logging/6.0.0": {
  685. "sha512": "eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==",
  686. "type": "package",
  687. "path": "microsoft.extensions.logging/6.0.0",
  688. "files": [
  689. ".nupkg.metadata",
  690. ".signature.p7s",
  691. "Icon.png",
  692. "LICENSE.TXT",
  693. "THIRD-PARTY-NOTICES.TXT",
  694. "lib/net461/Microsoft.Extensions.Logging.dll",
  695. "lib/net461/Microsoft.Extensions.Logging.xml",
  696. "lib/netstandard2.0/Microsoft.Extensions.Logging.dll",
  697. "lib/netstandard2.0/Microsoft.Extensions.Logging.xml",
  698. "lib/netstandard2.1/Microsoft.Extensions.Logging.dll",
  699. "lib/netstandard2.1/Microsoft.Extensions.Logging.xml",
  700. "microsoft.extensions.logging.6.0.0.nupkg.sha512",
  701. "microsoft.extensions.logging.nuspec",
  702. "useSharedDesignerContext.txt"
  703. ]
  704. },
  705. "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
  706. "sha512": "/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==",
  707. "type": "package",
  708. "path": "microsoft.extensions.logging.abstractions/6.0.0",
  709. "files": [
  710. ".nupkg.metadata",
  711. ".signature.p7s",
  712. "Icon.png",
  713. "LICENSE.TXT",
  714. "THIRD-PARTY-NOTICES.TXT",
  715. "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll",
  716. "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
  717. "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
  718. "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
  719. "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
  720. "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
  721. "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
  722. "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
  723. "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
  724. "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
  725. "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
  726. "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
  727. "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
  728. "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
  729. "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll",
  730. "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
  731. "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
  732. "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
  733. "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
  734. "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
  735. "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
  736. "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
  737. "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
  738. "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
  739. "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
  740. "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
  741. "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
  742. "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
  743. "build/Microsoft.Extensions.Logging.Abstractions.targets",
  744. "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets",
  745. "buildTransitive/netcoreapp3.1/_._",
  746. "lib/net461/Microsoft.Extensions.Logging.Abstractions.dll",
  747. "lib/net461/Microsoft.Extensions.Logging.Abstractions.xml",
  748. "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll",
  749. "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml",
  750. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
  751. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
  752. "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512",
  753. "microsoft.extensions.logging.abstractions.nuspec",
  754. "useSharedDesignerContext.txt"
  755. ]
  756. },
  757. "Microsoft.Extensions.Options/6.0.0": {
  758. "sha512": "dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==",
  759. "type": "package",
  760. "path": "microsoft.extensions.options/6.0.0",
  761. "files": [
  762. ".nupkg.metadata",
  763. ".signature.p7s",
  764. "Icon.png",
  765. "LICENSE.TXT",
  766. "THIRD-PARTY-NOTICES.TXT",
  767. "lib/net461/Microsoft.Extensions.Options.dll",
  768. "lib/net461/Microsoft.Extensions.Options.xml",
  769. "lib/netstandard2.0/Microsoft.Extensions.Options.dll",
  770. "lib/netstandard2.0/Microsoft.Extensions.Options.xml",
  771. "lib/netstandard2.1/Microsoft.Extensions.Options.dll",
  772. "lib/netstandard2.1/Microsoft.Extensions.Options.xml",
  773. "microsoft.extensions.options.6.0.0.nupkg.sha512",
  774. "microsoft.extensions.options.nuspec",
  775. "useSharedDesignerContext.txt"
  776. ]
  777. },
  778. "Microsoft.Extensions.Primitives/6.0.0": {
  779. "sha512": "9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==",
  780. "type": "package",
  781. "path": "microsoft.extensions.primitives/6.0.0",
  782. "files": [
  783. ".nupkg.metadata",
  784. ".signature.p7s",
  785. "Icon.png",
  786. "LICENSE.TXT",
  787. "THIRD-PARTY-NOTICES.TXT",
  788. "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets",
  789. "buildTransitive/netcoreapp3.1/_._",
  790. "lib/net461/Microsoft.Extensions.Primitives.dll",
  791. "lib/net461/Microsoft.Extensions.Primitives.xml",
  792. "lib/net6.0/Microsoft.Extensions.Primitives.dll",
  793. "lib/net6.0/Microsoft.Extensions.Primitives.xml",
  794. "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll",
  795. "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.xml",
  796. "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
  797. "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
  798. "microsoft.extensions.primitives.6.0.0.nupkg.sha512",
  799. "microsoft.extensions.primitives.nuspec",
  800. "useSharedDesignerContext.txt"
  801. ]
  802. },
  803. "Microsoft.NETCore.App/2.2.8": {
  804. "sha512": "GOxlvyc8hFrnhDjYlm25JJ7PwoyeoOpZzcg6ZgF8n8l6VxezNupRkkTeA2ek1WsspN0CdAoA8e7iDVNU84/F+Q==",
  805. "type": "package",
  806. "path": "microsoft.netcore.app/2.2.8",
  807. "files": [
  808. ".nupkg.metadata",
  809. ".signature.p7s",
  810. "LICENSE.TXT",
  811. "Microsoft.NETCore.App.versions.txt",
  812. "THIRD-PARTY-NOTICES.TXT",
  813. "build/netcoreapp2.2/Microsoft.NETCore.App.PlatformManifest.txt",
  814. "build/netcoreapp2.2/Microsoft.NETCore.App.props",
  815. "build/netcoreapp2.2/Microsoft.NETCore.App.targets",
  816. "microsoft.netcore.app.2.2.8.nupkg.sha512",
  817. "microsoft.netcore.app.nuspec",
  818. "ref/netcoreapp2.2/Microsoft.CSharp.dll",
  819. "ref/netcoreapp2.2/Microsoft.CSharp.xml",
  820. "ref/netcoreapp2.2/Microsoft.VisualBasic.dll",
  821. "ref/netcoreapp2.2/Microsoft.VisualBasic.xml",
  822. "ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll",
  823. "ref/netcoreapp2.2/Microsoft.Win32.Primitives.xml",
  824. "ref/netcoreapp2.2/System.AppContext.dll",
  825. "ref/netcoreapp2.2/System.Buffers.dll",
  826. "ref/netcoreapp2.2/System.Buffers.xml",
  827. "ref/netcoreapp2.2/System.Collections.Concurrent.dll",
  828. "ref/netcoreapp2.2/System.Collections.Concurrent.xml",
  829. "ref/netcoreapp2.2/System.Collections.Immutable.dll",
  830. "ref/netcoreapp2.2/System.Collections.Immutable.xml",
  831. "ref/netcoreapp2.2/System.Collections.NonGeneric.dll",
  832. "ref/netcoreapp2.2/System.Collections.NonGeneric.xml",
  833. "ref/netcoreapp2.2/System.Collections.Specialized.dll",
  834. "ref/netcoreapp2.2/System.Collections.Specialized.xml",
  835. "ref/netcoreapp2.2/System.Collections.dll",
  836. "ref/netcoreapp2.2/System.Collections.xml",
  837. "ref/netcoreapp2.2/System.ComponentModel.Annotations.dll",
  838. "ref/netcoreapp2.2/System.ComponentModel.Annotations.xml",
  839. "ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll",
  840. "ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll",
  841. "ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.xml",
  842. "ref/netcoreapp2.2/System.ComponentModel.Primitives.dll",
  843. "ref/netcoreapp2.2/System.ComponentModel.Primitives.xml",
  844. "ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll",
  845. "ref/netcoreapp2.2/System.ComponentModel.TypeConverter.xml",
  846. "ref/netcoreapp2.2/System.ComponentModel.dll",
  847. "ref/netcoreapp2.2/System.ComponentModel.xml",
  848. "ref/netcoreapp2.2/System.Configuration.dll",
  849. "ref/netcoreapp2.2/System.Console.dll",
  850. "ref/netcoreapp2.2/System.Console.xml",
  851. "ref/netcoreapp2.2/System.Core.dll",
  852. "ref/netcoreapp2.2/System.Data.Common.dll",
  853. "ref/netcoreapp2.2/System.Data.Common.xml",
  854. "ref/netcoreapp2.2/System.Data.dll",
  855. "ref/netcoreapp2.2/System.Diagnostics.Contracts.dll",
  856. "ref/netcoreapp2.2/System.Diagnostics.Contracts.xml",
  857. "ref/netcoreapp2.2/System.Diagnostics.Debug.dll",
  858. "ref/netcoreapp2.2/System.Diagnostics.Debug.xml",
  859. "ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll",
  860. "ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.xml",
  861. "ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll",
  862. "ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.xml",
  863. "ref/netcoreapp2.2/System.Diagnostics.Process.dll",
  864. "ref/netcoreapp2.2/System.Diagnostics.Process.xml",
  865. "ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll",
  866. "ref/netcoreapp2.2/System.Diagnostics.StackTrace.xml",
  867. "ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll",
  868. "ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.xml",
  869. "ref/netcoreapp2.2/System.Diagnostics.Tools.dll",
  870. "ref/netcoreapp2.2/System.Diagnostics.Tools.xml",
  871. "ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll",
  872. "ref/netcoreapp2.2/System.Diagnostics.TraceSource.xml",
  873. "ref/netcoreapp2.2/System.Diagnostics.Tracing.dll",
  874. "ref/netcoreapp2.2/System.Diagnostics.Tracing.xml",
  875. "ref/netcoreapp2.2/System.Drawing.Primitives.dll",
  876. "ref/netcoreapp2.2/System.Drawing.Primitives.xml",
  877. "ref/netcoreapp2.2/System.Drawing.dll",
  878. "ref/netcoreapp2.2/System.Dynamic.Runtime.dll",
  879. "ref/netcoreapp2.2/System.Globalization.Calendars.dll",
  880. "ref/netcoreapp2.2/System.Globalization.Extensions.dll",
  881. "ref/netcoreapp2.2/System.Globalization.dll",
  882. "ref/netcoreapp2.2/System.IO.Compression.Brotli.dll",
  883. "ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll",
  884. "ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll",
  885. "ref/netcoreapp2.2/System.IO.Compression.ZipFile.xml",
  886. "ref/netcoreapp2.2/System.IO.Compression.dll",
  887. "ref/netcoreapp2.2/System.IO.Compression.xml",
  888. "ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll",
  889. "ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.xml",
  890. "ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll",
  891. "ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll",
  892. "ref/netcoreapp2.2/System.IO.FileSystem.Watcher.xml",
  893. "ref/netcoreapp2.2/System.IO.FileSystem.dll",
  894. "ref/netcoreapp2.2/System.IO.FileSystem.xml",
  895. "ref/netcoreapp2.2/System.IO.IsolatedStorage.dll",
  896. "ref/netcoreapp2.2/System.IO.IsolatedStorage.xml",
  897. "ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll",
  898. "ref/netcoreapp2.2/System.IO.MemoryMappedFiles.xml",
  899. "ref/netcoreapp2.2/System.IO.Pipes.dll",
  900. "ref/netcoreapp2.2/System.IO.Pipes.xml",
  901. "ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll",
  902. "ref/netcoreapp2.2/System.IO.dll",
  903. "ref/netcoreapp2.2/System.Linq.Expressions.dll",
  904. "ref/netcoreapp2.2/System.Linq.Expressions.xml",
  905. "ref/netcoreapp2.2/System.Linq.Parallel.dll",
  906. "ref/netcoreapp2.2/System.Linq.Parallel.xml",
  907. "ref/netcoreapp2.2/System.Linq.Queryable.dll",
  908. "ref/netcoreapp2.2/System.Linq.Queryable.xml",
  909. "ref/netcoreapp2.2/System.Linq.dll",
  910. "ref/netcoreapp2.2/System.Linq.xml",
  911. "ref/netcoreapp2.2/System.Memory.dll",
  912. "ref/netcoreapp2.2/System.Memory.xml",
  913. "ref/netcoreapp2.2/System.Net.Http.dll",
  914. "ref/netcoreapp2.2/System.Net.Http.xml",
  915. "ref/netcoreapp2.2/System.Net.HttpListener.dll",
  916. "ref/netcoreapp2.2/System.Net.HttpListener.xml",
  917. "ref/netcoreapp2.2/System.Net.Mail.dll",
  918. "ref/netcoreapp2.2/System.Net.Mail.xml",
  919. "ref/netcoreapp2.2/System.Net.NameResolution.dll",
  920. "ref/netcoreapp2.2/System.Net.NameResolution.xml",
  921. "ref/netcoreapp2.2/System.Net.NetworkInformation.dll",
  922. "ref/netcoreapp2.2/System.Net.NetworkInformation.xml",
  923. "ref/netcoreapp2.2/System.Net.Ping.dll",
  924. "ref/netcoreapp2.2/System.Net.Ping.xml",
  925. "ref/netcoreapp2.2/System.Net.Primitives.dll",
  926. "ref/netcoreapp2.2/System.Net.Primitives.xml",
  927. "ref/netcoreapp2.2/System.Net.Requests.dll",
  928. "ref/netcoreapp2.2/System.Net.Requests.xml",
  929. "ref/netcoreapp2.2/System.Net.Security.dll",
  930. "ref/netcoreapp2.2/System.Net.Security.xml",
  931. "ref/netcoreapp2.2/System.Net.ServicePoint.dll",
  932. "ref/netcoreapp2.2/System.Net.ServicePoint.xml",
  933. "ref/netcoreapp2.2/System.Net.Sockets.dll",
  934. "ref/netcoreapp2.2/System.Net.Sockets.xml",
  935. "ref/netcoreapp2.2/System.Net.WebClient.dll",
  936. "ref/netcoreapp2.2/System.Net.WebClient.xml",
  937. "ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll",
  938. "ref/netcoreapp2.2/System.Net.WebHeaderCollection.xml",
  939. "ref/netcoreapp2.2/System.Net.WebProxy.dll",
  940. "ref/netcoreapp2.2/System.Net.WebProxy.xml",
  941. "ref/netcoreapp2.2/System.Net.WebSockets.Client.dll",
  942. "ref/netcoreapp2.2/System.Net.WebSockets.Client.xml",
  943. "ref/netcoreapp2.2/System.Net.WebSockets.dll",
  944. "ref/netcoreapp2.2/System.Net.WebSockets.xml",
  945. "ref/netcoreapp2.2/System.Net.dll",
  946. "ref/netcoreapp2.2/System.Numerics.Vectors.dll",
  947. "ref/netcoreapp2.2/System.Numerics.Vectors.xml",
  948. "ref/netcoreapp2.2/System.Numerics.dll",
  949. "ref/netcoreapp2.2/System.ObjectModel.dll",
  950. "ref/netcoreapp2.2/System.ObjectModel.xml",
  951. "ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll",
  952. "ref/netcoreapp2.2/System.Reflection.DispatchProxy.xml",
  953. "ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll",
  954. "ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.xml",
  955. "ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll",
  956. "ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.xml",
  957. "ref/netcoreapp2.2/System.Reflection.Emit.dll",
  958. "ref/netcoreapp2.2/System.Reflection.Emit.xml",
  959. "ref/netcoreapp2.2/System.Reflection.Extensions.dll",
  960. "ref/netcoreapp2.2/System.Reflection.Metadata.dll",
  961. "ref/netcoreapp2.2/System.Reflection.Metadata.xml",
  962. "ref/netcoreapp2.2/System.Reflection.Primitives.dll",
  963. "ref/netcoreapp2.2/System.Reflection.Primitives.xml",
  964. "ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll",
  965. "ref/netcoreapp2.2/System.Reflection.TypeExtensions.xml",
  966. "ref/netcoreapp2.2/System.Reflection.dll",
  967. "ref/netcoreapp2.2/System.Resources.Reader.dll",
  968. "ref/netcoreapp2.2/System.Resources.ResourceManager.dll",
  969. "ref/netcoreapp2.2/System.Resources.ResourceManager.xml",
  970. "ref/netcoreapp2.2/System.Resources.Writer.dll",
  971. "ref/netcoreapp2.2/System.Resources.Writer.xml",
  972. "ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll",
  973. "ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.xml",
  974. "ref/netcoreapp2.2/System.Runtime.Extensions.dll",
  975. "ref/netcoreapp2.2/System.Runtime.Extensions.xml",
  976. "ref/netcoreapp2.2/System.Runtime.Handles.dll",
  977. "ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll",
  978. "ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.xml",
  979. "ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll",
  980. "ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.xml",
  981. "ref/netcoreapp2.2/System.Runtime.InteropServices.dll",
  982. "ref/netcoreapp2.2/System.Runtime.InteropServices.xml",
  983. "ref/netcoreapp2.2/System.Runtime.Loader.dll",
  984. "ref/netcoreapp2.2/System.Runtime.Loader.xml",
  985. "ref/netcoreapp2.2/System.Runtime.Numerics.dll",
  986. "ref/netcoreapp2.2/System.Runtime.Numerics.xml",
  987. "ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll",
  988. "ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.xml",
  989. "ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll",
  990. "ref/netcoreapp2.2/System.Runtime.Serialization.Json.xml",
  991. "ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll",
  992. "ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.xml",
  993. "ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll",
  994. "ref/netcoreapp2.2/System.Runtime.Serialization.Xml.xml",
  995. "ref/netcoreapp2.2/System.Runtime.Serialization.dll",
  996. "ref/netcoreapp2.2/System.Runtime.dll",
  997. "ref/netcoreapp2.2/System.Runtime.xml",
  998. "ref/netcoreapp2.2/System.Security.Claims.dll",
  999. "ref/netcoreapp2.2/System.Security.Claims.xml",
  1000. "ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll",
  1001. "ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.xml",
  1002. "ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll",
  1003. "ref/netcoreapp2.2/System.Security.Cryptography.Csp.xml",
  1004. "ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll",
  1005. "ref/netcoreapp2.2/System.Security.Cryptography.Encoding.xml",
  1006. "ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll",
  1007. "ref/netcoreapp2.2/System.Security.Cryptography.Primitives.xml",
  1008. "ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll",
  1009. "ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.xml",
  1010. "ref/netcoreapp2.2/System.Security.Principal.dll",
  1011. "ref/netcoreapp2.2/System.Security.Principal.xml",
  1012. "ref/netcoreapp2.2/System.Security.SecureString.dll",
  1013. "ref/netcoreapp2.2/System.Security.dll",
  1014. "ref/netcoreapp2.2/System.ServiceModel.Web.dll",
  1015. "ref/netcoreapp2.2/System.ServiceProcess.dll",
  1016. "ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll",
  1017. "ref/netcoreapp2.2/System.Text.Encoding.Extensions.xml",
  1018. "ref/netcoreapp2.2/System.Text.Encoding.dll",
  1019. "ref/netcoreapp2.2/System.Text.RegularExpressions.dll",
  1020. "ref/netcoreapp2.2/System.Text.RegularExpressions.xml",
  1021. "ref/netcoreapp2.2/System.Threading.Overlapped.dll",
  1022. "ref/netcoreapp2.2/System.Threading.Overlapped.xml",
  1023. "ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll",
  1024. "ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.xml",
  1025. "ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll",
  1026. "ref/netcoreapp2.2/System.Threading.Tasks.Extensions.xml",
  1027. "ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll",
  1028. "ref/netcoreapp2.2/System.Threading.Tasks.Parallel.xml",
  1029. "ref/netcoreapp2.2/System.Threading.Tasks.dll",
  1030. "ref/netcoreapp2.2/System.Threading.Tasks.xml",
  1031. "ref/netcoreapp2.2/System.Threading.Thread.dll",
  1032. "ref/netcoreapp2.2/System.Threading.Thread.xml",
  1033. "ref/netcoreapp2.2/System.Threading.ThreadPool.dll",
  1034. "ref/netcoreapp2.2/System.Threading.ThreadPool.xml",
  1035. "ref/netcoreapp2.2/System.Threading.Timer.dll",
  1036. "ref/netcoreapp2.2/System.Threading.Timer.xml",
  1037. "ref/netcoreapp2.2/System.Threading.dll",
  1038. "ref/netcoreapp2.2/System.Threading.xml",
  1039. "ref/netcoreapp2.2/System.Transactions.Local.dll",
  1040. "ref/netcoreapp2.2/System.Transactions.Local.xml",
  1041. "ref/netcoreapp2.2/System.Transactions.dll",
  1042. "ref/netcoreapp2.2/System.ValueTuple.dll",
  1043. "ref/netcoreapp2.2/System.Web.HttpUtility.dll",
  1044. "ref/netcoreapp2.2/System.Web.HttpUtility.xml",
  1045. "ref/netcoreapp2.2/System.Web.dll",
  1046. "ref/netcoreapp2.2/System.Windows.dll",
  1047. "ref/netcoreapp2.2/System.Xml.Linq.dll",
  1048. "ref/netcoreapp2.2/System.Xml.ReaderWriter.dll",
  1049. "ref/netcoreapp2.2/System.Xml.ReaderWriter.xml",
  1050. "ref/netcoreapp2.2/System.Xml.Serialization.dll",
  1051. "ref/netcoreapp2.2/System.Xml.XDocument.dll",
  1052. "ref/netcoreapp2.2/System.Xml.XDocument.xml",
  1053. "ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll",
  1054. "ref/netcoreapp2.2/System.Xml.XPath.XDocument.xml",
  1055. "ref/netcoreapp2.2/System.Xml.XPath.dll",
  1056. "ref/netcoreapp2.2/System.Xml.XPath.xml",
  1057. "ref/netcoreapp2.2/System.Xml.XmlDocument.dll",
  1058. "ref/netcoreapp2.2/System.Xml.XmlSerializer.dll",
  1059. "ref/netcoreapp2.2/System.Xml.XmlSerializer.xml",
  1060. "ref/netcoreapp2.2/System.Xml.dll",
  1061. "ref/netcoreapp2.2/System.dll",
  1062. "ref/netcoreapp2.2/WindowsBase.dll",
  1063. "ref/netcoreapp2.2/mscorlib.dll",
  1064. "ref/netcoreapp2.2/netstandard.dll",
  1065. "runtime.json"
  1066. ]
  1067. },
  1068. "Microsoft.NETCore.DotNetAppHost/2.2.8": {
  1069. "sha512": "Lh1F6z41levvtfC3KuuiQe9ppWKRP1oIB42vP1QNQE4uumo95h+LpjPDeysX1DlTjCzG0BVGSUEpCW5fHkni7w==",
  1070. "type": "package",
  1071. "path": "microsoft.netcore.dotnetapphost/2.2.8",
  1072. "files": [
  1073. ".nupkg.metadata",
  1074. ".signature.p7s",
  1075. "LICENSE.TXT",
  1076. "THIRD-PARTY-NOTICES.TXT",
  1077. "microsoft.netcore.dotnetapphost.2.2.8.nupkg.sha512",
  1078. "microsoft.netcore.dotnetapphost.nuspec",
  1079. "runtime.json"
  1080. ]
  1081. },
  1082. "Microsoft.NETCore.DotNetHostPolicy/2.2.8": {
  1083. "sha512": "rOHr0Dk87vaiq9d1hMpXETB4IKq1jIiPQlVKNUjRGilK/cjOcadhsk+1MsrJ/GnM3eovhy8zW2PGkN8pYEolnw==",
  1084. "type": "package",
  1085. "path": "microsoft.netcore.dotnethostpolicy/2.2.8",
  1086. "files": [
  1087. ".nupkg.metadata",
  1088. ".signature.p7s",
  1089. "LICENSE.TXT",
  1090. "THIRD-PARTY-NOTICES.TXT",
  1091. "microsoft.netcore.dotnethostpolicy.2.2.8.nupkg.sha512",
  1092. "microsoft.netcore.dotnethostpolicy.nuspec",
  1093. "runtime.json"
  1094. ]
  1095. },
  1096. "Microsoft.NETCore.DotNetHostResolver/2.2.8": {
  1097. "sha512": "culLr+x2GvUkXVGi4ULZ7jmWJEhuAMyS7iTWBlkWnqbKtYJ36ZlgHbw/6qTm82790gJemEFeo9RehDwfRXfJzA==",
  1098. "type": "package",
  1099. "path": "microsoft.netcore.dotnethostresolver/2.2.8",
  1100. "files": [
  1101. ".nupkg.metadata",
  1102. ".signature.p7s",
  1103. "LICENSE.TXT",
  1104. "THIRD-PARTY-NOTICES.TXT",
  1105. "microsoft.netcore.dotnethostresolver.2.2.8.nupkg.sha512",
  1106. "microsoft.netcore.dotnethostresolver.nuspec",
  1107. "runtime.json"
  1108. ]
  1109. },
  1110. "Microsoft.NETCore.Platforms/2.2.4": {
  1111. "sha512": "ZeCe9PRhMpKzVWrNgTvWpLjJigppErzN663lJOqAzcx0xjXpcAMpIImFI46IE1gze18VWw6bbfo7JDkcaRWuOg==",
  1112. "type": "package",
  1113. "path": "microsoft.netcore.platforms/2.2.4",
  1114. "files": [
  1115. ".nupkg.metadata",
  1116. ".signature.p7s",
  1117. "LICENSE.TXT",
  1118. "THIRD-PARTY-NOTICES.TXT",
  1119. "lib/netstandard1.0/_._",
  1120. "microsoft.netcore.platforms.2.2.4.nupkg.sha512",
  1121. "microsoft.netcore.platforms.nuspec",
  1122. "runtime.json",
  1123. "useSharedDesignerContext.txt",
  1124. "version.txt"
  1125. ]
  1126. },
  1127. "Microsoft.NETCore.Targets/2.0.0": {
  1128. "sha512": "odP/tJj1z6GylFpNo7pMtbd/xQgTC3Ex2If63dRTL38bBNMwsBnJ+RceUIyHdRBC0oik/3NehYT+oECwBhIM3Q==",
  1129. "type": "package",
  1130. "path": "microsoft.netcore.targets/2.0.0",
  1131. "files": [
  1132. ".nupkg.metadata",
  1133. ".signature.p7s",
  1134. "LICENSE.TXT",
  1135. "THIRD-PARTY-NOTICES.TXT",
  1136. "lib/netstandard1.0/_._",
  1137. "microsoft.netcore.targets.2.0.0.nupkg.sha512",
  1138. "microsoft.netcore.targets.nuspec",
  1139. "runtime.json",
  1140. "useSharedDesignerContext.txt",
  1141. "version.txt"
  1142. ]
  1143. },
  1144. "NETStandard.Library/2.0.3": {
  1145. "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
  1146. "type": "package",
  1147. "path": "netstandard.library/2.0.3",
  1148. "files": [
  1149. ".nupkg.metadata",
  1150. ".signature.p7s",
  1151. "LICENSE.TXT",
  1152. "THIRD-PARTY-NOTICES.TXT",
  1153. "build/netstandard2.0/NETStandard.Library.targets",
  1154. "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll",
  1155. "build/netstandard2.0/ref/System.AppContext.dll",
  1156. "build/netstandard2.0/ref/System.Collections.Concurrent.dll",
  1157. "build/netstandard2.0/ref/System.Collections.NonGeneric.dll",
  1158. "build/netstandard2.0/ref/System.Collections.Specialized.dll",
  1159. "build/netstandard2.0/ref/System.Collections.dll",
  1160. "build/netstandard2.0/ref/System.ComponentModel.Composition.dll",
  1161. "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll",
  1162. "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll",
  1163. "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll",
  1164. "build/netstandard2.0/ref/System.ComponentModel.dll",
  1165. "build/netstandard2.0/ref/System.Console.dll",
  1166. "build/netstandard2.0/ref/System.Core.dll",
  1167. "build/netstandard2.0/ref/System.Data.Common.dll",
  1168. "build/netstandard2.0/ref/System.Data.dll",
  1169. "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll",
  1170. "build/netstandard2.0/ref/System.Diagnostics.Debug.dll",
  1171. "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll",
  1172. "build/netstandard2.0/ref/System.Diagnostics.Process.dll",
  1173. "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll",
  1174. "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll",
  1175. "build/netstandard2.0/ref/System.Diagnostics.Tools.dll",
  1176. "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll",
  1177. "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll",
  1178. "build/netstandard2.0/ref/System.Drawing.Primitives.dll",
  1179. "build/netstandard2.0/ref/System.Drawing.dll",
  1180. "build/netstandard2.0/ref/System.Dynamic.Runtime.dll",
  1181. "build/netstandard2.0/ref/System.Globalization.Calendars.dll",
  1182. "build/netstandard2.0/ref/System.Globalization.Extensions.dll",
  1183. "build/netstandard2.0/ref/System.Globalization.dll",
  1184. "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll",
  1185. "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll",
  1186. "build/netstandard2.0/ref/System.IO.Compression.dll",
  1187. "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll",
  1188. "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll",
  1189. "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll",
  1190. "build/netstandard2.0/ref/System.IO.FileSystem.dll",
  1191. "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll",
  1192. "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll",
  1193. "build/netstandard2.0/ref/System.IO.Pipes.dll",
  1194. "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll",
  1195. "build/netstandard2.0/ref/System.IO.dll",
  1196. "build/netstandard2.0/ref/System.Linq.Expressions.dll",
  1197. "build/netstandard2.0/ref/System.Linq.Parallel.dll",
  1198. "build/netstandard2.0/ref/System.Linq.Queryable.dll",
  1199. "build/netstandard2.0/ref/System.Linq.dll",
  1200. "build/netstandard2.0/ref/System.Net.Http.dll",
  1201. "build/netstandard2.0/ref/System.Net.NameResolution.dll",
  1202. "build/netstandard2.0/ref/System.Net.NetworkInformation.dll",
  1203. "build/netstandard2.0/ref/System.Net.Ping.dll",
  1204. "build/netstandard2.0/ref/System.Net.Primitives.dll",
  1205. "build/netstandard2.0/ref/System.Net.Requests.dll",
  1206. "build/netstandard2.0/ref/System.Net.Security.dll",
  1207. "build/netstandard2.0/ref/System.Net.Sockets.dll",
  1208. "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll",
  1209. "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll",
  1210. "build/netstandard2.0/ref/System.Net.WebSockets.dll",
  1211. "build/netstandard2.0/ref/System.Net.dll",
  1212. "build/netstandard2.0/ref/System.Numerics.dll",
  1213. "build/netstandard2.0/ref/System.ObjectModel.dll",
  1214. "build/netstandard2.0/ref/System.Reflection.Extensions.dll",
  1215. "build/netstandard2.0/ref/System.Reflection.Primitives.dll",
  1216. "build/netstandard2.0/ref/System.Reflection.dll",
  1217. "build/netstandard2.0/ref/System.Resources.Reader.dll",
  1218. "build/netstandard2.0/ref/System.Resources.ResourceManager.dll",
  1219. "build/netstandard2.0/ref/System.Resources.Writer.dll",
  1220. "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll",
  1221. "build/netstandard2.0/ref/System.Runtime.Extensions.dll",
  1222. "build/netstandard2.0/ref/System.Runtime.Handles.dll",
  1223. "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll",
  1224. "build/netstandard2.0/ref/System.Runtime.InteropServices.dll",
  1225. "build/netstandard2.0/ref/System.Runtime.Numerics.dll",
  1226. "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll",
  1227. "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll",
  1228. "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll",
  1229. "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll",
  1230. "build/netstandard2.0/ref/System.Runtime.Serialization.dll",
  1231. "build/netstandard2.0/ref/System.Runtime.dll",
  1232. "build/netstandard2.0/ref/System.Security.Claims.dll",
  1233. "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll",
  1234. "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll",
  1235. "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll",
  1236. "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll",
  1237. "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll",
  1238. "build/netstandard2.0/ref/System.Security.Principal.dll",
  1239. "build/netstandard2.0/ref/System.Security.SecureString.dll",
  1240. "build/netstandard2.0/ref/System.ServiceModel.Web.dll",
  1241. "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll",
  1242. "build/netstandard2.0/ref/System.Text.Encoding.dll",
  1243. "build/netstandard2.0/ref/System.Text.RegularExpressions.dll",
  1244. "build/netstandard2.0/ref/System.Threading.Overlapped.dll",
  1245. "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll",
  1246. "build/netstandard2.0/ref/System.Threading.Tasks.dll",
  1247. "build/netstandard2.0/ref/System.Threading.Thread.dll",
  1248. "build/netstandard2.0/ref/System.Threading.ThreadPool.dll",
  1249. "build/netstandard2.0/ref/System.Threading.Timer.dll",
  1250. "build/netstandard2.0/ref/System.Threading.dll",
  1251. "build/netstandard2.0/ref/System.Transactions.dll",
  1252. "build/netstandard2.0/ref/System.ValueTuple.dll",
  1253. "build/netstandard2.0/ref/System.Web.dll",
  1254. "build/netstandard2.0/ref/System.Windows.dll",
  1255. "build/netstandard2.0/ref/System.Xml.Linq.dll",
  1256. "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll",
  1257. "build/netstandard2.0/ref/System.Xml.Serialization.dll",
  1258. "build/netstandard2.0/ref/System.Xml.XDocument.dll",
  1259. "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll",
  1260. "build/netstandard2.0/ref/System.Xml.XPath.dll",
  1261. "build/netstandard2.0/ref/System.Xml.XmlDocument.dll",
  1262. "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll",
  1263. "build/netstandard2.0/ref/System.Xml.dll",
  1264. "build/netstandard2.0/ref/System.dll",
  1265. "build/netstandard2.0/ref/mscorlib.dll",
  1266. "build/netstandard2.0/ref/netstandard.dll",
  1267. "build/netstandard2.0/ref/netstandard.xml",
  1268. "lib/netstandard1.0/_._",
  1269. "netstandard.library.2.0.3.nupkg.sha512",
  1270. "netstandard.library.nuspec"
  1271. ]
  1272. },
  1273. "Npgsql/6.0.5": {
  1274. "sha512": "a11H5/b5yNTuFN0Ycjvb920oI6vQHadt6KhEMmcC7DfvsSHH8Z3wBam+CHmyWcfDxJJaxamcdBb8XA3BvqS4Kw==",
  1275. "type": "package",
  1276. "path": "npgsql/6.0.5",
  1277. "files": [
  1278. ".nupkg.metadata",
  1279. ".signature.p7s",
  1280. "README.md",
  1281. "lib/net5.0/Npgsql.dll",
  1282. "lib/net5.0/Npgsql.xml",
  1283. "lib/net6.0/Npgsql.dll",
  1284. "lib/net6.0/Npgsql.xml",
  1285. "lib/netcoreapp3.1/Npgsql.dll",
  1286. "lib/netcoreapp3.1/Npgsql.xml",
  1287. "lib/netstandard2.0/Npgsql.dll",
  1288. "lib/netstandard2.0/Npgsql.xml",
  1289. "lib/netstandard2.1/Npgsql.dll",
  1290. "lib/netstandard2.1/Npgsql.xml",
  1291. "npgsql.6.0.5.nupkg.sha512",
  1292. "npgsql.nuspec",
  1293. "postgresql.png"
  1294. ]
  1295. },
  1296. "Npgsql.EntityFrameworkCore.PostgreSQL/6.0.5": {
  1297. "sha512": "1eAaz5CwwZbATraqYyYsG2tMWZM1ydyLmQVpFGTzkUUKB/sAL5QWB0IfjSxOjiIDp5JY1WoFndkcaGMEcexVXg==",
  1298. "type": "package",
  1299. "path": "npgsql.entityframeworkcore.postgresql/6.0.5",
  1300. "files": [
  1301. ".nupkg.metadata",
  1302. ".signature.p7s",
  1303. "README.md",
  1304. "lib/net6.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll",
  1305. "npgsql.entityframeworkcore.postgresql.6.0.5.nupkg.sha512",
  1306. "npgsql.entityframeworkcore.postgresql.nuspec",
  1307. "postgresql.png"
  1308. ]
  1309. },
  1310. "Npgsql.EntityFrameworkCore.PostgreSQL.Design/1.1.0": {
  1311. "sha512": "+taA6t8sRI0JTbyCZH0GobEtJYvU4aAGBf5/2/CutWHiYpO2nLfJ8SQSyWYMKakrwn1/NDM9VV85mGEAzBZ7LQ==",
  1312. "type": "package",
  1313. "path": "npgsql.entityframeworkcore.postgresql.design/1.1.0",
  1314. "files": [
  1315. ".nupkg.metadata",
  1316. ".signature.p7s",
  1317. "lib/net451/Npgsql.EntityFrameworkCore.PostgreSQL.Design.dll",
  1318. "lib/netstandard1.3/Npgsql.EntityFrameworkCore.PostgreSQL.Design.dll",
  1319. "npgsql.entityframeworkcore.postgresql.design.1.1.0.nupkg.sha512",
  1320. "npgsql.entityframeworkcore.postgresql.design.nuspec"
  1321. ]
  1322. },
  1323. "System.Collections.Immutable/6.0.0": {
  1324. "sha512": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==",
  1325. "type": "package",
  1326. "path": "system.collections.immutable/6.0.0",
  1327. "files": [
  1328. ".nupkg.metadata",
  1329. ".signature.p7s",
  1330. "Icon.png",
  1331. "LICENSE.TXT",
  1332. "THIRD-PARTY-NOTICES.TXT",
  1333. "buildTransitive/netcoreapp2.0/System.Collections.Immutable.targets",
  1334. "buildTransitive/netcoreapp3.1/_._",
  1335. "lib/net461/System.Collections.Immutable.dll",
  1336. "lib/net461/System.Collections.Immutable.xml",
  1337. "lib/net6.0/System.Collections.Immutable.dll",
  1338. "lib/net6.0/System.Collections.Immutable.xml",
  1339. "lib/netstandard2.0/System.Collections.Immutable.dll",
  1340. "lib/netstandard2.0/System.Collections.Immutable.xml",
  1341. "system.collections.immutable.6.0.0.nupkg.sha512",
  1342. "system.collections.immutable.nuspec",
  1343. "useSharedDesignerContext.txt"
  1344. ]
  1345. },
  1346. "System.Diagnostics.DiagnosticSource/6.0.0": {
  1347. "sha512": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
  1348. "type": "package",
  1349. "path": "system.diagnostics.diagnosticsource/6.0.0",
  1350. "files": [
  1351. ".nupkg.metadata",
  1352. ".signature.p7s",
  1353. "Icon.png",
  1354. "LICENSE.TXT",
  1355. "THIRD-PARTY-NOTICES.TXT",
  1356. "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets",
  1357. "buildTransitive/netcoreapp3.1/_._",
  1358. "lib/net461/System.Diagnostics.DiagnosticSource.dll",
  1359. "lib/net461/System.Diagnostics.DiagnosticSource.xml",
  1360. "lib/net5.0/System.Diagnostics.DiagnosticSource.dll",
  1361. "lib/net5.0/System.Diagnostics.DiagnosticSource.xml",
  1362. "lib/net6.0/System.Diagnostics.DiagnosticSource.dll",
  1363. "lib/net6.0/System.Diagnostics.DiagnosticSource.xml",
  1364. "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll",
  1365. "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml",
  1366. "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512",
  1367. "system.diagnostics.diagnosticsource.nuspec",
  1368. "useSharedDesignerContext.txt"
  1369. ]
  1370. },
  1371. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  1372. "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  1373. "type": "package",
  1374. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  1375. "files": [
  1376. ".nupkg.metadata",
  1377. ".signature.p7s",
  1378. "Icon.png",
  1379. "LICENSE.TXT",
  1380. "THIRD-PARTY-NOTICES.TXT",
  1381. "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets",
  1382. "buildTransitive/netcoreapp3.1/_._",
  1383. "lib/net461/System.Runtime.CompilerServices.Unsafe.dll",
  1384. "lib/net461/System.Runtime.CompilerServices.Unsafe.xml",
  1385. "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll",
  1386. "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml",
  1387. "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll",
  1388. "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml",
  1389. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
  1390. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
  1391. "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
  1392. "system.runtime.compilerservices.unsafe.nuspec",
  1393. "useSharedDesignerContext.txt"
  1394. ]
  1395. },
  1396. "Entities/1.0.0": {
  1397. "type": "project",
  1398. "path": "../Entities/Entities.csproj",
  1399. "msbuildProject": "../Entities/Entities.csproj"
  1400. }
  1401. },
  1402. "projectFileDependencyGroups": {
  1403. "net6.0": [
  1404. "Entities >= 1.0.0"
  1405. ]
  1406. },
  1407. "packageFolders": {
  1408. "C:\\Users\\CompServis\\.nuget\\packages\\": {},
  1409. "C:\\Program Files (x86)\\DevExpress 21.2\\Components\\Offline Packages": {}
  1410. },
  1411. "project": {
  1412. "version": "1.0.0",
  1413. "restore": {
  1414. "projectUniqueName": "C:\\Users\\CompServis\\Desktop\\SeptemTech\\BankOperationsUpdate.WorkerService\\Contracts\\Contracts.csproj",
  1415. "projectName": "Contracts",
  1416. "projectPath": "C:\\Users\\CompServis\\Desktop\\SeptemTech\\BankOperationsUpdate.WorkerService\\Contracts\\Contracts.csproj",
  1417. "packagesPath": "C:\\Users\\CompServis\\.nuget\\packages\\",
  1418. "outputPath": "C:\\Users\\CompServis\\Desktop\\SeptemTech\\BankOperationsUpdate.WorkerService\\Contracts\\obj\\",
  1419. "projectStyle": "PackageReference",
  1420. "fallbackFolders": [
  1421. "C:\\Program Files (x86)\\DevExpress 21.2\\Components\\Offline Packages"
  1422. ],
  1423. "configFilePaths": [
  1424. "C:\\Users\\CompServis\\AppData\\Roaming\\NuGet\\NuGet.Config",
  1425. "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 21.2.config",
  1426. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  1427. ],
  1428. "originalTargetFrameworks": [
  1429. "net6.0"
  1430. ],
  1431. "sources": {
  1432. "C:\\Program Files (x86)\\DevExpress 21.2\\Components\\System\\Components\\Packages": {},
  1433. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  1434. "https://api.nuget.org/v3/index.json": {}
  1435. },
  1436. "frameworks": {
  1437. "net6.0": {
  1438. "targetAlias": "net6.0",
  1439. "projectReferences": {
  1440. "C:\\Users\\CompServis\\Desktop\\SeptemTech\\BankOperationsUpdate.WorkerService\\Entities\\Entities.csproj": {
  1441. "projectPath": "C:\\Users\\CompServis\\Desktop\\SeptemTech\\BankOperationsUpdate.WorkerService\\Entities\\Entities.csproj"
  1442. }
  1443. }
  1444. }
  1445. },
  1446. "warningProperties": {
  1447. "warnAsError": [
  1448. "NU1605"
  1449. ]
  1450. }
  1451. },
  1452. "frameworks": {
  1453. "net6.0": {
  1454. "targetAlias": "net6.0",
  1455. "imports": [
  1456. "net461",
  1457. "net462",
  1458. "net47",
  1459. "net471",
  1460. "net472",
  1461. "net48"
  1462. ],
  1463. "assetTargetFallback": true,
  1464. "warn": true,
  1465. "frameworkReferences": {
  1466. "Microsoft.NETCore.App": {
  1467. "privateAssets": "all"
  1468. }
  1469. },
  1470. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.300\\RuntimeIdentifierGraph.json"
  1471. }
  1472. }
  1473. }
  1474. }