project.assets.json 73 KB

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