project.assets.json 70 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496
  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. "Contracts/1.0.0": {
  487. "type": "project",
  488. "framework": ".NETCoreApp,Version=v6.0",
  489. "dependencies": {
  490. "Entities": "1.0.0"
  491. },
  492. "compile": {
  493. "bin/placeholder/Contracts.dll": {}
  494. },
  495. "runtime": {
  496. "bin/placeholder/Contracts.dll": {}
  497. }
  498. },
  499. "Entities/1.0.0": {
  500. "type": "project",
  501. "framework": ".NETCoreApp,Version=v6.0",
  502. "dependencies": {
  503. "Microsoft.EntityFrameworkCore": "6.0.7",
  504. "Microsoft.NETCore.App": "2.2.8",
  505. "Npgsql.EntityFrameworkCore.PostgreSQL": "6.0.5",
  506. "Npgsql.EntityFrameworkCore.PostgreSQL.Design": "1.1.0"
  507. },
  508. "compile": {
  509. "bin/placeholder/Entities.dll": {}
  510. },
  511. "runtime": {
  512. "bin/placeholder/Entities.dll": {}
  513. }
  514. }
  515. }
  516. },
  517. "libraries": {
  518. "Microsoft.EntityFrameworkCore/6.0.7": {
  519. "sha512": "9BsvGSpTzxvqnxH19wLBFivK5TzWmsHZQc/1cQ4b2e+k85aIG9R4FYewQLHZdPrAxNQImXjTyW5nRI3s1rpt6A==",
  520. "type": "package",
  521. "path": "microsoft.entityframeworkcore/6.0.7",
  522. "files": [
  523. ".nupkg.metadata",
  524. ".signature.p7s",
  525. "Icon.png",
  526. "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props",
  527. "lib/net6.0/Microsoft.EntityFrameworkCore.dll",
  528. "lib/net6.0/Microsoft.EntityFrameworkCore.xml",
  529. "microsoft.entityframeworkcore.6.0.7.nupkg.sha512",
  530. "microsoft.entityframeworkcore.nuspec"
  531. ]
  532. },
  533. "Microsoft.EntityFrameworkCore.Abstractions/6.0.7": {
  534. "sha512": "bjU0CkTqldgpVPTSj9M+R/3EaTz+u0jMeQMIC91YdGYDbpX/tAN5UYx+Ihzk4AtP8gmhburQUgMTdnmCE9c5sA==",
  535. "type": "package",
  536. "path": "microsoft.entityframeworkcore.abstractions/6.0.7",
  537. "files": [
  538. ".nupkg.metadata",
  539. ".signature.p7s",
  540. "Icon.png",
  541. "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll",
  542. "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.xml",
  543. "microsoft.entityframeworkcore.abstractions.6.0.7.nupkg.sha512",
  544. "microsoft.entityframeworkcore.abstractions.nuspec"
  545. ]
  546. },
  547. "Microsoft.EntityFrameworkCore.Analyzers/6.0.7": {
  548. "sha512": "VAOrGma8mRspUb/9quwIr21UZVqfWOcRQqhcYNkHBUD7woenwFTBvntiC9h2Ebtvj/BrRfezqjaHpWVvPSg4dw==",
  549. "type": "package",
  550. "path": "microsoft.entityframeworkcore.analyzers/6.0.7",
  551. "files": [
  552. ".nupkg.metadata",
  553. ".signature.p7s",
  554. "Icon.png",
  555. "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll",
  556. "lib/netstandard2.0/_._",
  557. "microsoft.entityframeworkcore.analyzers.6.0.7.nupkg.sha512",
  558. "microsoft.entityframeworkcore.analyzers.nuspec"
  559. ]
  560. },
  561. "Microsoft.EntityFrameworkCore.Relational/6.0.5": {
  562. "sha512": "vhAQizlAgvPfurkh9XysNaFc/g3WPXtSka3Y1rXuQdnT//p16CDKt9lO9h+rYmooD+cA7TijSxwqck4GApDT/Q==",
  563. "type": "package",
  564. "path": "microsoft.entityframeworkcore.relational/6.0.5",
  565. "files": [
  566. ".nupkg.metadata",
  567. ".signature.p7s",
  568. "Icon.png",
  569. "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll",
  570. "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.xml",
  571. "microsoft.entityframeworkcore.relational.6.0.5.nupkg.sha512",
  572. "microsoft.entityframeworkcore.relational.nuspec"
  573. ]
  574. },
  575. "Microsoft.EntityFrameworkCore.Relational.Design/1.1.0": {
  576. "sha512": "fF0sVEUkoGeJutGIzwnYsJJ9o2hxEGJRpSaCxPq63rhSwn0hBmCwf9ET4QqYqO9Pc6+ODXenAQa095CWzuM4Kg==",
  577. "type": "package",
  578. "path": "microsoft.entityframeworkcore.relational.design/1.1.0",
  579. "files": [
  580. ".nupkg.metadata",
  581. ".signature.p7s",
  582. "lib/net451/Microsoft.EntityFrameworkCore.Relational.Design.dll",
  583. "lib/net451/Microsoft.EntityFrameworkCore.Relational.Design.xml",
  584. "lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.Design.dll",
  585. "lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.Design.xml",
  586. "microsoft.entityframeworkcore.relational.design.1.1.0.nupkg.sha512",
  587. "microsoft.entityframeworkcore.relational.design.nuspec"
  588. ]
  589. },
  590. "Microsoft.Extensions.Caching.Abstractions/6.0.0": {
  591. "sha512": "bcz5sSFJbganH0+YrfvIjJDIcKNW7TL07C4d1eTmXy/wOt52iz4LVogJb6pazs7W0+74j0YpXFErvp++Aq5Bsw==",
  592. "type": "package",
  593. "path": "microsoft.extensions.caching.abstractions/6.0.0",
  594. "files": [
  595. ".nupkg.metadata",
  596. ".signature.p7s",
  597. "Icon.png",
  598. "LICENSE.TXT",
  599. "THIRD-PARTY-NOTICES.TXT",
  600. "lib/net461/Microsoft.Extensions.Caching.Abstractions.dll",
  601. "lib/net461/Microsoft.Extensions.Caching.Abstractions.xml",
  602. "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll",
  603. "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml",
  604. "microsoft.extensions.caching.abstractions.6.0.0.nupkg.sha512",
  605. "microsoft.extensions.caching.abstractions.nuspec",
  606. "useSharedDesignerContext.txt"
  607. ]
  608. },
  609. "Microsoft.Extensions.Caching.Memory/6.0.1": {
  610. "sha512": "B4y+Cev05eMcjf1na0v9gza6GUtahXbtY1JCypIgx3B4Ea/KAgsWyXEmW4q6zMbmTMtKzmPVk09rvFJirvMwTg==",
  611. "type": "package",
  612. "path": "microsoft.extensions.caching.memory/6.0.1",
  613. "files": [
  614. ".nupkg.metadata",
  615. ".signature.p7s",
  616. "Icon.png",
  617. "LICENSE.TXT",
  618. "THIRD-PARTY-NOTICES.TXT",
  619. "lib/net461/Microsoft.Extensions.Caching.Memory.dll",
  620. "lib/net461/Microsoft.Extensions.Caching.Memory.xml",
  621. "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll",
  622. "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml",
  623. "microsoft.extensions.caching.memory.6.0.1.nupkg.sha512",
  624. "microsoft.extensions.caching.memory.nuspec",
  625. "useSharedDesignerContext.txt"
  626. ]
  627. },
  628. "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
  629. "sha512": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==",
  630. "type": "package",
  631. "path": "microsoft.extensions.configuration.abstractions/6.0.0",
  632. "files": [
  633. ".nupkg.metadata",
  634. ".signature.p7s",
  635. "Icon.png",
  636. "LICENSE.TXT",
  637. "THIRD-PARTY-NOTICES.TXT",
  638. "lib/net461/Microsoft.Extensions.Configuration.Abstractions.dll",
  639. "lib/net461/Microsoft.Extensions.Configuration.Abstractions.xml",
  640. "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll",
  641. "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml",
  642. "microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512",
  643. "microsoft.extensions.configuration.abstractions.nuspec",
  644. "useSharedDesignerContext.txt"
  645. ]
  646. },
  647. "Microsoft.Extensions.DependencyInjection/6.0.0": {
  648. "sha512": "k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==",
  649. "type": "package",
  650. "path": "microsoft.extensions.dependencyinjection/6.0.0",
  651. "files": [
  652. ".nupkg.metadata",
  653. ".signature.p7s",
  654. "Icon.png",
  655. "LICENSE.TXT",
  656. "THIRD-PARTY-NOTICES.TXT",
  657. "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets",
  658. "buildTransitive/netcoreapp3.1/_._",
  659. "lib/net461/Microsoft.Extensions.DependencyInjection.dll",
  660. "lib/net461/Microsoft.Extensions.DependencyInjection.xml",
  661. "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll",
  662. "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml",
  663. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll",
  664. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml",
  665. "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll",
  666. "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml",
  667. "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512",
  668. "microsoft.extensions.dependencyinjection.nuspec",
  669. "useSharedDesignerContext.txt"
  670. ]
  671. },
  672. "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
  673. "sha512": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==",
  674. "type": "package",
  675. "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0",
  676. "files": [
  677. ".nupkg.metadata",
  678. ".signature.p7s",
  679. "Icon.png",
  680. "LICENSE.TXT",
  681. "THIRD-PARTY-NOTICES.TXT",
  682. "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
  683. "buildTransitive/netcoreapp3.1/_._",
  684. "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  685. "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  686. "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  687. "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  688. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  689. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  690. "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  691. "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  692. "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512",
  693. "microsoft.extensions.dependencyinjection.abstractions.nuspec",
  694. "useSharedDesignerContext.txt"
  695. ]
  696. },
  697. "Microsoft.Extensions.Logging/6.0.0": {
  698. "sha512": "eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==",
  699. "type": "package",
  700. "path": "microsoft.extensions.logging/6.0.0",
  701. "files": [
  702. ".nupkg.metadata",
  703. ".signature.p7s",
  704. "Icon.png",
  705. "LICENSE.TXT",
  706. "THIRD-PARTY-NOTICES.TXT",
  707. "lib/net461/Microsoft.Extensions.Logging.dll",
  708. "lib/net461/Microsoft.Extensions.Logging.xml",
  709. "lib/netstandard2.0/Microsoft.Extensions.Logging.dll",
  710. "lib/netstandard2.0/Microsoft.Extensions.Logging.xml",
  711. "lib/netstandard2.1/Microsoft.Extensions.Logging.dll",
  712. "lib/netstandard2.1/Microsoft.Extensions.Logging.xml",
  713. "microsoft.extensions.logging.6.0.0.nupkg.sha512",
  714. "microsoft.extensions.logging.nuspec",
  715. "useSharedDesignerContext.txt"
  716. ]
  717. },
  718. "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
  719. "sha512": "/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==",
  720. "type": "package",
  721. "path": "microsoft.extensions.logging.abstractions/6.0.0",
  722. "files": [
  723. ".nupkg.metadata",
  724. ".signature.p7s",
  725. "Icon.png",
  726. "LICENSE.TXT",
  727. "THIRD-PARTY-NOTICES.TXT",
  728. "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll",
  729. "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
  730. "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
  731. "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
  732. "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
  733. "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
  734. "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
  735. "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
  736. "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
  737. "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
  738. "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
  739. "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
  740. "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
  741. "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
  742. "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll",
  743. "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
  744. "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
  745. "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
  746. "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
  747. "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
  748. "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
  749. "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
  750. "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
  751. "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
  752. "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
  753. "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
  754. "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
  755. "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
  756. "build/Microsoft.Extensions.Logging.Abstractions.targets",
  757. "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets",
  758. "buildTransitive/netcoreapp3.1/_._",
  759. "lib/net461/Microsoft.Extensions.Logging.Abstractions.dll",
  760. "lib/net461/Microsoft.Extensions.Logging.Abstractions.xml",
  761. "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll",
  762. "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml",
  763. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
  764. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
  765. "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512",
  766. "microsoft.extensions.logging.abstractions.nuspec",
  767. "useSharedDesignerContext.txt"
  768. ]
  769. },
  770. "Microsoft.Extensions.Options/6.0.0": {
  771. "sha512": "dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==",
  772. "type": "package",
  773. "path": "microsoft.extensions.options/6.0.0",
  774. "files": [
  775. ".nupkg.metadata",
  776. ".signature.p7s",
  777. "Icon.png",
  778. "LICENSE.TXT",
  779. "THIRD-PARTY-NOTICES.TXT",
  780. "lib/net461/Microsoft.Extensions.Options.dll",
  781. "lib/net461/Microsoft.Extensions.Options.xml",
  782. "lib/netstandard2.0/Microsoft.Extensions.Options.dll",
  783. "lib/netstandard2.0/Microsoft.Extensions.Options.xml",
  784. "lib/netstandard2.1/Microsoft.Extensions.Options.dll",
  785. "lib/netstandard2.1/Microsoft.Extensions.Options.xml",
  786. "microsoft.extensions.options.6.0.0.nupkg.sha512",
  787. "microsoft.extensions.options.nuspec",
  788. "useSharedDesignerContext.txt"
  789. ]
  790. },
  791. "Microsoft.Extensions.Primitives/6.0.0": {
  792. "sha512": "9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==",
  793. "type": "package",
  794. "path": "microsoft.extensions.primitives/6.0.0",
  795. "files": [
  796. ".nupkg.metadata",
  797. ".signature.p7s",
  798. "Icon.png",
  799. "LICENSE.TXT",
  800. "THIRD-PARTY-NOTICES.TXT",
  801. "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets",
  802. "buildTransitive/netcoreapp3.1/_._",
  803. "lib/net461/Microsoft.Extensions.Primitives.dll",
  804. "lib/net461/Microsoft.Extensions.Primitives.xml",
  805. "lib/net6.0/Microsoft.Extensions.Primitives.dll",
  806. "lib/net6.0/Microsoft.Extensions.Primitives.xml",
  807. "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll",
  808. "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.xml",
  809. "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
  810. "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
  811. "microsoft.extensions.primitives.6.0.0.nupkg.sha512",
  812. "microsoft.extensions.primitives.nuspec",
  813. "useSharedDesignerContext.txt"
  814. ]
  815. },
  816. "Microsoft.NETCore.App/2.2.8": {
  817. "sha512": "GOxlvyc8hFrnhDjYlm25JJ7PwoyeoOpZzcg6ZgF8n8l6VxezNupRkkTeA2ek1WsspN0CdAoA8e7iDVNU84/F+Q==",
  818. "type": "package",
  819. "path": "microsoft.netcore.app/2.2.8",
  820. "files": [
  821. ".nupkg.metadata",
  822. ".signature.p7s",
  823. "LICENSE.TXT",
  824. "Microsoft.NETCore.App.versions.txt",
  825. "THIRD-PARTY-NOTICES.TXT",
  826. "build/netcoreapp2.2/Microsoft.NETCore.App.PlatformManifest.txt",
  827. "build/netcoreapp2.2/Microsoft.NETCore.App.props",
  828. "build/netcoreapp2.2/Microsoft.NETCore.App.targets",
  829. "microsoft.netcore.app.2.2.8.nupkg.sha512",
  830. "microsoft.netcore.app.nuspec",
  831. "ref/netcoreapp2.2/Microsoft.CSharp.dll",
  832. "ref/netcoreapp2.2/Microsoft.CSharp.xml",
  833. "ref/netcoreapp2.2/Microsoft.VisualBasic.dll",
  834. "ref/netcoreapp2.2/Microsoft.VisualBasic.xml",
  835. "ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll",
  836. "ref/netcoreapp2.2/Microsoft.Win32.Primitives.xml",
  837. "ref/netcoreapp2.2/System.AppContext.dll",
  838. "ref/netcoreapp2.2/System.Buffers.dll",
  839. "ref/netcoreapp2.2/System.Buffers.xml",
  840. "ref/netcoreapp2.2/System.Collections.Concurrent.dll",
  841. "ref/netcoreapp2.2/System.Collections.Concurrent.xml",
  842. "ref/netcoreapp2.2/System.Collections.Immutable.dll",
  843. "ref/netcoreapp2.2/System.Collections.Immutable.xml",
  844. "ref/netcoreapp2.2/System.Collections.NonGeneric.dll",
  845. "ref/netcoreapp2.2/System.Collections.NonGeneric.xml",
  846. "ref/netcoreapp2.2/System.Collections.Specialized.dll",
  847. "ref/netcoreapp2.2/System.Collections.Specialized.xml",
  848. "ref/netcoreapp2.2/System.Collections.dll",
  849. "ref/netcoreapp2.2/System.Collections.xml",
  850. "ref/netcoreapp2.2/System.ComponentModel.Annotations.dll",
  851. "ref/netcoreapp2.2/System.ComponentModel.Annotations.xml",
  852. "ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll",
  853. "ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll",
  854. "ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.xml",
  855. "ref/netcoreapp2.2/System.ComponentModel.Primitives.dll",
  856. "ref/netcoreapp2.2/System.ComponentModel.Primitives.xml",
  857. "ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll",
  858. "ref/netcoreapp2.2/System.ComponentModel.TypeConverter.xml",
  859. "ref/netcoreapp2.2/System.ComponentModel.dll",
  860. "ref/netcoreapp2.2/System.ComponentModel.xml",
  861. "ref/netcoreapp2.2/System.Configuration.dll",
  862. "ref/netcoreapp2.2/System.Console.dll",
  863. "ref/netcoreapp2.2/System.Console.xml",
  864. "ref/netcoreapp2.2/System.Core.dll",
  865. "ref/netcoreapp2.2/System.Data.Common.dll",
  866. "ref/netcoreapp2.2/System.Data.Common.xml",
  867. "ref/netcoreapp2.2/System.Data.dll",
  868. "ref/netcoreapp2.2/System.Diagnostics.Contracts.dll",
  869. "ref/netcoreapp2.2/System.Diagnostics.Contracts.xml",
  870. "ref/netcoreapp2.2/System.Diagnostics.Debug.dll",
  871. "ref/netcoreapp2.2/System.Diagnostics.Debug.xml",
  872. "ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll",
  873. "ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.xml",
  874. "ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll",
  875. "ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.xml",
  876. "ref/netcoreapp2.2/System.Diagnostics.Process.dll",
  877. "ref/netcoreapp2.2/System.Diagnostics.Process.xml",
  878. "ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll",
  879. "ref/netcoreapp2.2/System.Diagnostics.StackTrace.xml",
  880. "ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll",
  881. "ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.xml",
  882. "ref/netcoreapp2.2/System.Diagnostics.Tools.dll",
  883. "ref/netcoreapp2.2/System.Diagnostics.Tools.xml",
  884. "ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll",
  885. "ref/netcoreapp2.2/System.Diagnostics.TraceSource.xml",
  886. "ref/netcoreapp2.2/System.Diagnostics.Tracing.dll",
  887. "ref/netcoreapp2.2/System.Diagnostics.Tracing.xml",
  888. "ref/netcoreapp2.2/System.Drawing.Primitives.dll",
  889. "ref/netcoreapp2.2/System.Drawing.Primitives.xml",
  890. "ref/netcoreapp2.2/System.Drawing.dll",
  891. "ref/netcoreapp2.2/System.Dynamic.Runtime.dll",
  892. "ref/netcoreapp2.2/System.Globalization.Calendars.dll",
  893. "ref/netcoreapp2.2/System.Globalization.Extensions.dll",
  894. "ref/netcoreapp2.2/System.Globalization.dll",
  895. "ref/netcoreapp2.2/System.IO.Compression.Brotli.dll",
  896. "ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll",
  897. "ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll",
  898. "ref/netcoreapp2.2/System.IO.Compression.ZipFile.xml",
  899. "ref/netcoreapp2.2/System.IO.Compression.dll",
  900. "ref/netcoreapp2.2/System.IO.Compression.xml",
  901. "ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll",
  902. "ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.xml",
  903. "ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll",
  904. "ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll",
  905. "ref/netcoreapp2.2/System.IO.FileSystem.Watcher.xml",
  906. "ref/netcoreapp2.2/System.IO.FileSystem.dll",
  907. "ref/netcoreapp2.2/System.IO.FileSystem.xml",
  908. "ref/netcoreapp2.2/System.IO.IsolatedStorage.dll",
  909. "ref/netcoreapp2.2/System.IO.IsolatedStorage.xml",
  910. "ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll",
  911. "ref/netcoreapp2.2/System.IO.MemoryMappedFiles.xml",
  912. "ref/netcoreapp2.2/System.IO.Pipes.dll",
  913. "ref/netcoreapp2.2/System.IO.Pipes.xml",
  914. "ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll",
  915. "ref/netcoreapp2.2/System.IO.dll",
  916. "ref/netcoreapp2.2/System.Linq.Expressions.dll",
  917. "ref/netcoreapp2.2/System.Linq.Expressions.xml",
  918. "ref/netcoreapp2.2/System.Linq.Parallel.dll",
  919. "ref/netcoreapp2.2/System.Linq.Parallel.xml",
  920. "ref/netcoreapp2.2/System.Linq.Queryable.dll",
  921. "ref/netcoreapp2.2/System.Linq.Queryable.xml",
  922. "ref/netcoreapp2.2/System.Linq.dll",
  923. "ref/netcoreapp2.2/System.Linq.xml",
  924. "ref/netcoreapp2.2/System.Memory.dll",
  925. "ref/netcoreapp2.2/System.Memory.xml",
  926. "ref/netcoreapp2.2/System.Net.Http.dll",
  927. "ref/netcoreapp2.2/System.Net.Http.xml",
  928. "ref/netcoreapp2.2/System.Net.HttpListener.dll",
  929. "ref/netcoreapp2.2/System.Net.HttpListener.xml",
  930. "ref/netcoreapp2.2/System.Net.Mail.dll",
  931. "ref/netcoreapp2.2/System.Net.Mail.xml",
  932. "ref/netcoreapp2.2/System.Net.NameResolution.dll",
  933. "ref/netcoreapp2.2/System.Net.NameResolution.xml",
  934. "ref/netcoreapp2.2/System.Net.NetworkInformation.dll",
  935. "ref/netcoreapp2.2/System.Net.NetworkInformation.xml",
  936. "ref/netcoreapp2.2/System.Net.Ping.dll",
  937. "ref/netcoreapp2.2/System.Net.Ping.xml",
  938. "ref/netcoreapp2.2/System.Net.Primitives.dll",
  939. "ref/netcoreapp2.2/System.Net.Primitives.xml",
  940. "ref/netcoreapp2.2/System.Net.Requests.dll",
  941. "ref/netcoreapp2.2/System.Net.Requests.xml",
  942. "ref/netcoreapp2.2/System.Net.Security.dll",
  943. "ref/netcoreapp2.2/System.Net.Security.xml",
  944. "ref/netcoreapp2.2/System.Net.ServicePoint.dll",
  945. "ref/netcoreapp2.2/System.Net.ServicePoint.xml",
  946. "ref/netcoreapp2.2/System.Net.Sockets.dll",
  947. "ref/netcoreapp2.2/System.Net.Sockets.xml",
  948. "ref/netcoreapp2.2/System.Net.WebClient.dll",
  949. "ref/netcoreapp2.2/System.Net.WebClient.xml",
  950. "ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll",
  951. "ref/netcoreapp2.2/System.Net.WebHeaderCollection.xml",
  952. "ref/netcoreapp2.2/System.Net.WebProxy.dll",
  953. "ref/netcoreapp2.2/System.Net.WebProxy.xml",
  954. "ref/netcoreapp2.2/System.Net.WebSockets.Client.dll",
  955. "ref/netcoreapp2.2/System.Net.WebSockets.Client.xml",
  956. "ref/netcoreapp2.2/System.Net.WebSockets.dll",
  957. "ref/netcoreapp2.2/System.Net.WebSockets.xml",
  958. "ref/netcoreapp2.2/System.Net.dll",
  959. "ref/netcoreapp2.2/System.Numerics.Vectors.dll",
  960. "ref/netcoreapp2.2/System.Numerics.Vectors.xml",
  961. "ref/netcoreapp2.2/System.Numerics.dll",
  962. "ref/netcoreapp2.2/System.ObjectModel.dll",
  963. "ref/netcoreapp2.2/System.ObjectModel.xml",
  964. "ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll",
  965. "ref/netcoreapp2.2/System.Reflection.DispatchProxy.xml",
  966. "ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll",
  967. "ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.xml",
  968. "ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll",
  969. "ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.xml",
  970. "ref/netcoreapp2.2/System.Reflection.Emit.dll",
  971. "ref/netcoreapp2.2/System.Reflection.Emit.xml",
  972. "ref/netcoreapp2.2/System.Reflection.Extensions.dll",
  973. "ref/netcoreapp2.2/System.Reflection.Metadata.dll",
  974. "ref/netcoreapp2.2/System.Reflection.Metadata.xml",
  975. "ref/netcoreapp2.2/System.Reflection.Primitives.dll",
  976. "ref/netcoreapp2.2/System.Reflection.Primitives.xml",
  977. "ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll",
  978. "ref/netcoreapp2.2/System.Reflection.TypeExtensions.xml",
  979. "ref/netcoreapp2.2/System.Reflection.dll",
  980. "ref/netcoreapp2.2/System.Resources.Reader.dll",
  981. "ref/netcoreapp2.2/System.Resources.ResourceManager.dll",
  982. "ref/netcoreapp2.2/System.Resources.ResourceManager.xml",
  983. "ref/netcoreapp2.2/System.Resources.Writer.dll",
  984. "ref/netcoreapp2.2/System.Resources.Writer.xml",
  985. "ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll",
  986. "ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.xml",
  987. "ref/netcoreapp2.2/System.Runtime.Extensions.dll",
  988. "ref/netcoreapp2.2/System.Runtime.Extensions.xml",
  989. "ref/netcoreapp2.2/System.Runtime.Handles.dll",
  990. "ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll",
  991. "ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.xml",
  992. "ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll",
  993. "ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.xml",
  994. "ref/netcoreapp2.2/System.Runtime.InteropServices.dll",
  995. "ref/netcoreapp2.2/System.Runtime.InteropServices.xml",
  996. "ref/netcoreapp2.2/System.Runtime.Loader.dll",
  997. "ref/netcoreapp2.2/System.Runtime.Loader.xml",
  998. "ref/netcoreapp2.2/System.Runtime.Numerics.dll",
  999. "ref/netcoreapp2.2/System.Runtime.Numerics.xml",
  1000. "ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll",
  1001. "ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.xml",
  1002. "ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll",
  1003. "ref/netcoreapp2.2/System.Runtime.Serialization.Json.xml",
  1004. "ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll",
  1005. "ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.xml",
  1006. "ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll",
  1007. "ref/netcoreapp2.2/System.Runtime.Serialization.Xml.xml",
  1008. "ref/netcoreapp2.2/System.Runtime.Serialization.dll",
  1009. "ref/netcoreapp2.2/System.Runtime.dll",
  1010. "ref/netcoreapp2.2/System.Runtime.xml",
  1011. "ref/netcoreapp2.2/System.Security.Claims.dll",
  1012. "ref/netcoreapp2.2/System.Security.Claims.xml",
  1013. "ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll",
  1014. "ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.xml",
  1015. "ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll",
  1016. "ref/netcoreapp2.2/System.Security.Cryptography.Csp.xml",
  1017. "ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll",
  1018. "ref/netcoreapp2.2/System.Security.Cryptography.Encoding.xml",
  1019. "ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll",
  1020. "ref/netcoreapp2.2/System.Security.Cryptography.Primitives.xml",
  1021. "ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll",
  1022. "ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.xml",
  1023. "ref/netcoreapp2.2/System.Security.Principal.dll",
  1024. "ref/netcoreapp2.2/System.Security.Principal.xml",
  1025. "ref/netcoreapp2.2/System.Security.SecureString.dll",
  1026. "ref/netcoreapp2.2/System.Security.dll",
  1027. "ref/netcoreapp2.2/System.ServiceModel.Web.dll",
  1028. "ref/netcoreapp2.2/System.ServiceProcess.dll",
  1029. "ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll",
  1030. "ref/netcoreapp2.2/System.Text.Encoding.Extensions.xml",
  1031. "ref/netcoreapp2.2/System.Text.Encoding.dll",
  1032. "ref/netcoreapp2.2/System.Text.RegularExpressions.dll",
  1033. "ref/netcoreapp2.2/System.Text.RegularExpressions.xml",
  1034. "ref/netcoreapp2.2/System.Threading.Overlapped.dll",
  1035. "ref/netcoreapp2.2/System.Threading.Overlapped.xml",
  1036. "ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll",
  1037. "ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.xml",
  1038. "ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll",
  1039. "ref/netcoreapp2.2/System.Threading.Tasks.Extensions.xml",
  1040. "ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll",
  1041. "ref/netcoreapp2.2/System.Threading.Tasks.Parallel.xml",
  1042. "ref/netcoreapp2.2/System.Threading.Tasks.dll",
  1043. "ref/netcoreapp2.2/System.Threading.Tasks.xml",
  1044. "ref/netcoreapp2.2/System.Threading.Thread.dll",
  1045. "ref/netcoreapp2.2/System.Threading.Thread.xml",
  1046. "ref/netcoreapp2.2/System.Threading.ThreadPool.dll",
  1047. "ref/netcoreapp2.2/System.Threading.ThreadPool.xml",
  1048. "ref/netcoreapp2.2/System.Threading.Timer.dll",
  1049. "ref/netcoreapp2.2/System.Threading.Timer.xml",
  1050. "ref/netcoreapp2.2/System.Threading.dll",
  1051. "ref/netcoreapp2.2/System.Threading.xml",
  1052. "ref/netcoreapp2.2/System.Transactions.Local.dll",
  1053. "ref/netcoreapp2.2/System.Transactions.Local.xml",
  1054. "ref/netcoreapp2.2/System.Transactions.dll",
  1055. "ref/netcoreapp2.2/System.ValueTuple.dll",
  1056. "ref/netcoreapp2.2/System.Web.HttpUtility.dll",
  1057. "ref/netcoreapp2.2/System.Web.HttpUtility.xml",
  1058. "ref/netcoreapp2.2/System.Web.dll",
  1059. "ref/netcoreapp2.2/System.Windows.dll",
  1060. "ref/netcoreapp2.2/System.Xml.Linq.dll",
  1061. "ref/netcoreapp2.2/System.Xml.ReaderWriter.dll",
  1062. "ref/netcoreapp2.2/System.Xml.ReaderWriter.xml",
  1063. "ref/netcoreapp2.2/System.Xml.Serialization.dll",
  1064. "ref/netcoreapp2.2/System.Xml.XDocument.dll",
  1065. "ref/netcoreapp2.2/System.Xml.XDocument.xml",
  1066. "ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll",
  1067. "ref/netcoreapp2.2/System.Xml.XPath.XDocument.xml",
  1068. "ref/netcoreapp2.2/System.Xml.XPath.dll",
  1069. "ref/netcoreapp2.2/System.Xml.XPath.xml",
  1070. "ref/netcoreapp2.2/System.Xml.XmlDocument.dll",
  1071. "ref/netcoreapp2.2/System.Xml.XmlSerializer.dll",
  1072. "ref/netcoreapp2.2/System.Xml.XmlSerializer.xml",
  1073. "ref/netcoreapp2.2/System.Xml.dll",
  1074. "ref/netcoreapp2.2/System.dll",
  1075. "ref/netcoreapp2.2/WindowsBase.dll",
  1076. "ref/netcoreapp2.2/mscorlib.dll",
  1077. "ref/netcoreapp2.2/netstandard.dll",
  1078. "runtime.json"
  1079. ]
  1080. },
  1081. "Microsoft.NETCore.DotNetAppHost/2.2.8": {
  1082. "sha512": "Lh1F6z41levvtfC3KuuiQe9ppWKRP1oIB42vP1QNQE4uumo95h+LpjPDeysX1DlTjCzG0BVGSUEpCW5fHkni7w==",
  1083. "type": "package",
  1084. "path": "microsoft.netcore.dotnetapphost/2.2.8",
  1085. "files": [
  1086. ".nupkg.metadata",
  1087. ".signature.p7s",
  1088. "LICENSE.TXT",
  1089. "THIRD-PARTY-NOTICES.TXT",
  1090. "microsoft.netcore.dotnetapphost.2.2.8.nupkg.sha512",
  1091. "microsoft.netcore.dotnetapphost.nuspec",
  1092. "runtime.json"
  1093. ]
  1094. },
  1095. "Microsoft.NETCore.DotNetHostPolicy/2.2.8": {
  1096. "sha512": "rOHr0Dk87vaiq9d1hMpXETB4IKq1jIiPQlVKNUjRGilK/cjOcadhsk+1MsrJ/GnM3eovhy8zW2PGkN8pYEolnw==",
  1097. "type": "package",
  1098. "path": "microsoft.netcore.dotnethostpolicy/2.2.8",
  1099. "files": [
  1100. ".nupkg.metadata",
  1101. ".signature.p7s",
  1102. "LICENSE.TXT",
  1103. "THIRD-PARTY-NOTICES.TXT",
  1104. "microsoft.netcore.dotnethostpolicy.2.2.8.nupkg.sha512",
  1105. "microsoft.netcore.dotnethostpolicy.nuspec",
  1106. "runtime.json"
  1107. ]
  1108. },
  1109. "Microsoft.NETCore.DotNetHostResolver/2.2.8": {
  1110. "sha512": "culLr+x2GvUkXVGi4ULZ7jmWJEhuAMyS7iTWBlkWnqbKtYJ36ZlgHbw/6qTm82790gJemEFeo9RehDwfRXfJzA==",
  1111. "type": "package",
  1112. "path": "microsoft.netcore.dotnethostresolver/2.2.8",
  1113. "files": [
  1114. ".nupkg.metadata",
  1115. ".signature.p7s",
  1116. "LICENSE.TXT",
  1117. "THIRD-PARTY-NOTICES.TXT",
  1118. "microsoft.netcore.dotnethostresolver.2.2.8.nupkg.sha512",
  1119. "microsoft.netcore.dotnethostresolver.nuspec",
  1120. "runtime.json"
  1121. ]
  1122. },
  1123. "Microsoft.NETCore.Platforms/2.2.4": {
  1124. "sha512": "ZeCe9PRhMpKzVWrNgTvWpLjJigppErzN663lJOqAzcx0xjXpcAMpIImFI46IE1gze18VWw6bbfo7JDkcaRWuOg==",
  1125. "type": "package",
  1126. "path": "microsoft.netcore.platforms/2.2.4",
  1127. "files": [
  1128. ".nupkg.metadata",
  1129. ".signature.p7s",
  1130. "LICENSE.TXT",
  1131. "THIRD-PARTY-NOTICES.TXT",
  1132. "lib/netstandard1.0/_._",
  1133. "microsoft.netcore.platforms.2.2.4.nupkg.sha512",
  1134. "microsoft.netcore.platforms.nuspec",
  1135. "runtime.json",
  1136. "useSharedDesignerContext.txt",
  1137. "version.txt"
  1138. ]
  1139. },
  1140. "Microsoft.NETCore.Targets/2.0.0": {
  1141. "sha512": "odP/tJj1z6GylFpNo7pMtbd/xQgTC3Ex2If63dRTL38bBNMwsBnJ+RceUIyHdRBC0oik/3NehYT+oECwBhIM3Q==",
  1142. "type": "package",
  1143. "path": "microsoft.netcore.targets/2.0.0",
  1144. "files": [
  1145. ".nupkg.metadata",
  1146. ".signature.p7s",
  1147. "LICENSE.TXT",
  1148. "THIRD-PARTY-NOTICES.TXT",
  1149. "lib/netstandard1.0/_._",
  1150. "microsoft.netcore.targets.2.0.0.nupkg.sha512",
  1151. "microsoft.netcore.targets.nuspec",
  1152. "runtime.json",
  1153. "useSharedDesignerContext.txt",
  1154. "version.txt"
  1155. ]
  1156. },
  1157. "NETStandard.Library/2.0.3": {
  1158. "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
  1159. "type": "package",
  1160. "path": "netstandard.library/2.0.3",
  1161. "files": [
  1162. ".nupkg.metadata",
  1163. ".signature.p7s",
  1164. "LICENSE.TXT",
  1165. "THIRD-PARTY-NOTICES.TXT",
  1166. "build/netstandard2.0/NETStandard.Library.targets",
  1167. "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll",
  1168. "build/netstandard2.0/ref/System.AppContext.dll",
  1169. "build/netstandard2.0/ref/System.Collections.Concurrent.dll",
  1170. "build/netstandard2.0/ref/System.Collections.NonGeneric.dll",
  1171. "build/netstandard2.0/ref/System.Collections.Specialized.dll",
  1172. "build/netstandard2.0/ref/System.Collections.dll",
  1173. "build/netstandard2.0/ref/System.ComponentModel.Composition.dll",
  1174. "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll",
  1175. "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll",
  1176. "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll",
  1177. "build/netstandard2.0/ref/System.ComponentModel.dll",
  1178. "build/netstandard2.0/ref/System.Console.dll",
  1179. "build/netstandard2.0/ref/System.Core.dll",
  1180. "build/netstandard2.0/ref/System.Data.Common.dll",
  1181. "build/netstandard2.0/ref/System.Data.dll",
  1182. "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll",
  1183. "build/netstandard2.0/ref/System.Diagnostics.Debug.dll",
  1184. "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll",
  1185. "build/netstandard2.0/ref/System.Diagnostics.Process.dll",
  1186. "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll",
  1187. "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll",
  1188. "build/netstandard2.0/ref/System.Diagnostics.Tools.dll",
  1189. "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll",
  1190. "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll",
  1191. "build/netstandard2.0/ref/System.Drawing.Primitives.dll",
  1192. "build/netstandard2.0/ref/System.Drawing.dll",
  1193. "build/netstandard2.0/ref/System.Dynamic.Runtime.dll",
  1194. "build/netstandard2.0/ref/System.Globalization.Calendars.dll",
  1195. "build/netstandard2.0/ref/System.Globalization.Extensions.dll",
  1196. "build/netstandard2.0/ref/System.Globalization.dll",
  1197. "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll",
  1198. "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll",
  1199. "build/netstandard2.0/ref/System.IO.Compression.dll",
  1200. "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll",
  1201. "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll",
  1202. "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll",
  1203. "build/netstandard2.0/ref/System.IO.FileSystem.dll",
  1204. "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll",
  1205. "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll",
  1206. "build/netstandard2.0/ref/System.IO.Pipes.dll",
  1207. "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll",
  1208. "build/netstandard2.0/ref/System.IO.dll",
  1209. "build/netstandard2.0/ref/System.Linq.Expressions.dll",
  1210. "build/netstandard2.0/ref/System.Linq.Parallel.dll",
  1211. "build/netstandard2.0/ref/System.Linq.Queryable.dll",
  1212. "build/netstandard2.0/ref/System.Linq.dll",
  1213. "build/netstandard2.0/ref/System.Net.Http.dll",
  1214. "build/netstandard2.0/ref/System.Net.NameResolution.dll",
  1215. "build/netstandard2.0/ref/System.Net.NetworkInformation.dll",
  1216. "build/netstandard2.0/ref/System.Net.Ping.dll",
  1217. "build/netstandard2.0/ref/System.Net.Primitives.dll",
  1218. "build/netstandard2.0/ref/System.Net.Requests.dll",
  1219. "build/netstandard2.0/ref/System.Net.Security.dll",
  1220. "build/netstandard2.0/ref/System.Net.Sockets.dll",
  1221. "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll",
  1222. "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll",
  1223. "build/netstandard2.0/ref/System.Net.WebSockets.dll",
  1224. "build/netstandard2.0/ref/System.Net.dll",
  1225. "build/netstandard2.0/ref/System.Numerics.dll",
  1226. "build/netstandard2.0/ref/System.ObjectModel.dll",
  1227. "build/netstandard2.0/ref/System.Reflection.Extensions.dll",
  1228. "build/netstandard2.0/ref/System.Reflection.Primitives.dll",
  1229. "build/netstandard2.0/ref/System.Reflection.dll",
  1230. "build/netstandard2.0/ref/System.Resources.Reader.dll",
  1231. "build/netstandard2.0/ref/System.Resources.ResourceManager.dll",
  1232. "build/netstandard2.0/ref/System.Resources.Writer.dll",
  1233. "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll",
  1234. "build/netstandard2.0/ref/System.Runtime.Extensions.dll",
  1235. "build/netstandard2.0/ref/System.Runtime.Handles.dll",
  1236. "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll",
  1237. "build/netstandard2.0/ref/System.Runtime.InteropServices.dll",
  1238. "build/netstandard2.0/ref/System.Runtime.Numerics.dll",
  1239. "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll",
  1240. "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll",
  1241. "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll",
  1242. "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll",
  1243. "build/netstandard2.0/ref/System.Runtime.Serialization.dll",
  1244. "build/netstandard2.0/ref/System.Runtime.dll",
  1245. "build/netstandard2.0/ref/System.Security.Claims.dll",
  1246. "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll",
  1247. "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll",
  1248. "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll",
  1249. "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll",
  1250. "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll",
  1251. "build/netstandard2.0/ref/System.Security.Principal.dll",
  1252. "build/netstandard2.0/ref/System.Security.SecureString.dll",
  1253. "build/netstandard2.0/ref/System.ServiceModel.Web.dll",
  1254. "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll",
  1255. "build/netstandard2.0/ref/System.Text.Encoding.dll",
  1256. "build/netstandard2.0/ref/System.Text.RegularExpressions.dll",
  1257. "build/netstandard2.0/ref/System.Threading.Overlapped.dll",
  1258. "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll",
  1259. "build/netstandard2.0/ref/System.Threading.Tasks.dll",
  1260. "build/netstandard2.0/ref/System.Threading.Thread.dll",
  1261. "build/netstandard2.0/ref/System.Threading.ThreadPool.dll",
  1262. "build/netstandard2.0/ref/System.Threading.Timer.dll",
  1263. "build/netstandard2.0/ref/System.Threading.dll",
  1264. "build/netstandard2.0/ref/System.Transactions.dll",
  1265. "build/netstandard2.0/ref/System.ValueTuple.dll",
  1266. "build/netstandard2.0/ref/System.Web.dll",
  1267. "build/netstandard2.0/ref/System.Windows.dll",
  1268. "build/netstandard2.0/ref/System.Xml.Linq.dll",
  1269. "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll",
  1270. "build/netstandard2.0/ref/System.Xml.Serialization.dll",
  1271. "build/netstandard2.0/ref/System.Xml.XDocument.dll",
  1272. "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll",
  1273. "build/netstandard2.0/ref/System.Xml.XPath.dll",
  1274. "build/netstandard2.0/ref/System.Xml.XmlDocument.dll",
  1275. "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll",
  1276. "build/netstandard2.0/ref/System.Xml.dll",
  1277. "build/netstandard2.0/ref/System.dll",
  1278. "build/netstandard2.0/ref/mscorlib.dll",
  1279. "build/netstandard2.0/ref/netstandard.dll",
  1280. "build/netstandard2.0/ref/netstandard.xml",
  1281. "lib/netstandard1.0/_._",
  1282. "netstandard.library.2.0.3.nupkg.sha512",
  1283. "netstandard.library.nuspec"
  1284. ]
  1285. },
  1286. "Npgsql/6.0.5": {
  1287. "sha512": "a11H5/b5yNTuFN0Ycjvb920oI6vQHadt6KhEMmcC7DfvsSHH8Z3wBam+CHmyWcfDxJJaxamcdBb8XA3BvqS4Kw==",
  1288. "type": "package",
  1289. "path": "npgsql/6.0.5",
  1290. "files": [
  1291. ".nupkg.metadata",
  1292. ".signature.p7s",
  1293. "README.md",
  1294. "lib/net5.0/Npgsql.dll",
  1295. "lib/net5.0/Npgsql.xml",
  1296. "lib/net6.0/Npgsql.dll",
  1297. "lib/net6.0/Npgsql.xml",
  1298. "lib/netcoreapp3.1/Npgsql.dll",
  1299. "lib/netcoreapp3.1/Npgsql.xml",
  1300. "lib/netstandard2.0/Npgsql.dll",
  1301. "lib/netstandard2.0/Npgsql.xml",
  1302. "lib/netstandard2.1/Npgsql.dll",
  1303. "lib/netstandard2.1/Npgsql.xml",
  1304. "npgsql.6.0.5.nupkg.sha512",
  1305. "npgsql.nuspec",
  1306. "postgresql.png"
  1307. ]
  1308. },
  1309. "Npgsql.EntityFrameworkCore.PostgreSQL/6.0.5": {
  1310. "sha512": "1eAaz5CwwZbATraqYyYsG2tMWZM1ydyLmQVpFGTzkUUKB/sAL5QWB0IfjSxOjiIDp5JY1WoFndkcaGMEcexVXg==",
  1311. "type": "package",
  1312. "path": "npgsql.entityframeworkcore.postgresql/6.0.5",
  1313. "files": [
  1314. ".nupkg.metadata",
  1315. ".signature.p7s",
  1316. "README.md",
  1317. "lib/net6.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll",
  1318. "npgsql.entityframeworkcore.postgresql.6.0.5.nupkg.sha512",
  1319. "npgsql.entityframeworkcore.postgresql.nuspec",
  1320. "postgresql.png"
  1321. ]
  1322. },
  1323. "Npgsql.EntityFrameworkCore.PostgreSQL.Design/1.1.0": {
  1324. "sha512": "+taA6t8sRI0JTbyCZH0GobEtJYvU4aAGBf5/2/CutWHiYpO2nLfJ8SQSyWYMKakrwn1/NDM9VV85mGEAzBZ7LQ==",
  1325. "type": "package",
  1326. "path": "npgsql.entityframeworkcore.postgresql.design/1.1.0",
  1327. "files": [
  1328. ".nupkg.metadata",
  1329. ".signature.p7s",
  1330. "lib/net451/Npgsql.EntityFrameworkCore.PostgreSQL.Design.dll",
  1331. "lib/netstandard1.3/Npgsql.EntityFrameworkCore.PostgreSQL.Design.dll",
  1332. "npgsql.entityframeworkcore.postgresql.design.1.1.0.nupkg.sha512",
  1333. "npgsql.entityframeworkcore.postgresql.design.nuspec"
  1334. ]
  1335. },
  1336. "System.Collections.Immutable/6.0.0": {
  1337. "sha512": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==",
  1338. "type": "package",
  1339. "path": "system.collections.immutable/6.0.0",
  1340. "files": [
  1341. ".nupkg.metadata",
  1342. ".signature.p7s",
  1343. "Icon.png",
  1344. "LICENSE.TXT",
  1345. "THIRD-PARTY-NOTICES.TXT",
  1346. "buildTransitive/netcoreapp2.0/System.Collections.Immutable.targets",
  1347. "buildTransitive/netcoreapp3.1/_._",
  1348. "lib/net461/System.Collections.Immutable.dll",
  1349. "lib/net461/System.Collections.Immutable.xml",
  1350. "lib/net6.0/System.Collections.Immutable.dll",
  1351. "lib/net6.0/System.Collections.Immutable.xml",
  1352. "lib/netstandard2.0/System.Collections.Immutable.dll",
  1353. "lib/netstandard2.0/System.Collections.Immutable.xml",
  1354. "system.collections.immutable.6.0.0.nupkg.sha512",
  1355. "system.collections.immutable.nuspec",
  1356. "useSharedDesignerContext.txt"
  1357. ]
  1358. },
  1359. "System.Diagnostics.DiagnosticSource/6.0.0": {
  1360. "sha512": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
  1361. "type": "package",
  1362. "path": "system.diagnostics.diagnosticsource/6.0.0",
  1363. "files": [
  1364. ".nupkg.metadata",
  1365. ".signature.p7s",
  1366. "Icon.png",
  1367. "LICENSE.TXT",
  1368. "THIRD-PARTY-NOTICES.TXT",
  1369. "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets",
  1370. "buildTransitive/netcoreapp3.1/_._",
  1371. "lib/net461/System.Diagnostics.DiagnosticSource.dll",
  1372. "lib/net461/System.Diagnostics.DiagnosticSource.xml",
  1373. "lib/net5.0/System.Diagnostics.DiagnosticSource.dll",
  1374. "lib/net5.0/System.Diagnostics.DiagnosticSource.xml",
  1375. "lib/net6.0/System.Diagnostics.DiagnosticSource.dll",
  1376. "lib/net6.0/System.Diagnostics.DiagnosticSource.xml",
  1377. "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll",
  1378. "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml",
  1379. "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512",
  1380. "system.diagnostics.diagnosticsource.nuspec",
  1381. "useSharedDesignerContext.txt"
  1382. ]
  1383. },
  1384. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  1385. "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  1386. "type": "package",
  1387. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  1388. "files": [
  1389. ".nupkg.metadata",
  1390. ".signature.p7s",
  1391. "Icon.png",
  1392. "LICENSE.TXT",
  1393. "THIRD-PARTY-NOTICES.TXT",
  1394. "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets",
  1395. "buildTransitive/netcoreapp3.1/_._",
  1396. "lib/net461/System.Runtime.CompilerServices.Unsafe.dll",
  1397. "lib/net461/System.Runtime.CompilerServices.Unsafe.xml",
  1398. "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll",
  1399. "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml",
  1400. "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll",
  1401. "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml",
  1402. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
  1403. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
  1404. "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
  1405. "system.runtime.compilerservices.unsafe.nuspec",
  1406. "useSharedDesignerContext.txt"
  1407. ]
  1408. },
  1409. "Contracts/1.0.0": {
  1410. "type": "project",
  1411. "path": "../Contracts/Contracts.csproj",
  1412. "msbuildProject": "../Contracts/Contracts.csproj"
  1413. },
  1414. "Entities/1.0.0": {
  1415. "type": "project",
  1416. "path": "../Entities/Entities.csproj",
  1417. "msbuildProject": "../Entities/Entities.csproj"
  1418. }
  1419. },
  1420. "projectFileDependencyGroups": {
  1421. "net6.0": [
  1422. "Contracts >= 1.0.0",
  1423. "Entities >= 1.0.0"
  1424. ]
  1425. },
  1426. "packageFolders": {
  1427. "C:\\Users\\CompServis\\.nuget\\packages\\": {},
  1428. "C:\\Program Files (x86)\\DevExpress 21.2\\Components\\Offline Packages": {}
  1429. },
  1430. "project": {
  1431. "version": "1.0.0",
  1432. "restore": {
  1433. "projectUniqueName": "C:\\Users\\CompServis\\Desktop\\SeptemTech\\BankOperationsUpdate.WorkerService\\Repository\\Repository.csproj",
  1434. "projectName": "Repository",
  1435. "projectPath": "C:\\Users\\CompServis\\Desktop\\SeptemTech\\BankOperationsUpdate.WorkerService\\Repository\\Repository.csproj",
  1436. "packagesPath": "C:\\Users\\CompServis\\.nuget\\packages\\",
  1437. "outputPath": "C:\\Users\\CompServis\\Desktop\\SeptemTech\\BankOperationsUpdate.WorkerService\\Repository\\obj\\",
  1438. "projectStyle": "PackageReference",
  1439. "fallbackFolders": [
  1440. "C:\\Program Files (x86)\\DevExpress 21.2\\Components\\Offline Packages"
  1441. ],
  1442. "configFilePaths": [
  1443. "C:\\Users\\CompServis\\AppData\\Roaming\\NuGet\\NuGet.Config",
  1444. "C:\\Program Files (x86)\\NuGet\\Config\\DevExpress 21.2.config",
  1445. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  1446. ],
  1447. "originalTargetFrameworks": [
  1448. "net6.0"
  1449. ],
  1450. "sources": {
  1451. "C:\\Program Files (x86)\\DevExpress 21.2\\Components\\System\\Components\\Packages": {},
  1452. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  1453. "https://api.nuget.org/v3/index.json": {}
  1454. },
  1455. "frameworks": {
  1456. "net6.0": {
  1457. "targetAlias": "net6.0",
  1458. "projectReferences": {
  1459. "C:\\Users\\CompServis\\Desktop\\SeptemTech\\BankOperationsUpdate.WorkerService\\Contracts\\Contracts.csproj": {
  1460. "projectPath": "C:\\Users\\CompServis\\Desktop\\SeptemTech\\BankOperationsUpdate.WorkerService\\Contracts\\Contracts.csproj"
  1461. },
  1462. "C:\\Users\\CompServis\\Desktop\\SeptemTech\\BankOperationsUpdate.WorkerService\\Entities\\Entities.csproj": {
  1463. "projectPath": "C:\\Users\\CompServis\\Desktop\\SeptemTech\\BankOperationsUpdate.WorkerService\\Entities\\Entities.csproj"
  1464. }
  1465. }
  1466. }
  1467. },
  1468. "warningProperties": {
  1469. "warnAsError": [
  1470. "NU1605"
  1471. ]
  1472. }
  1473. },
  1474. "frameworks": {
  1475. "net6.0": {
  1476. "targetAlias": "net6.0",
  1477. "imports": [
  1478. "net461",
  1479. "net462",
  1480. "net47",
  1481. "net471",
  1482. "net472",
  1483. "net48"
  1484. ],
  1485. "assetTargetFallback": true,
  1486. "warn": true,
  1487. "frameworkReferences": {
  1488. "Microsoft.NETCore.App": {
  1489. "privateAssets": "all"
  1490. }
  1491. },
  1492. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.300\\RuntimeIdentifierGraph.json"
  1493. }
  1494. }
  1495. }
  1496. }