project.assets.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621
  1. {
  2. "version": 3,
  3. "targets": {
  4. "net6.0": {
  5. "Dapr.Actors/1.8.0": {
  6. "type": "package",
  7. "dependencies": {
  8. "Dapr.Client": "1.8.0",
  9. "Microsoft.Extensions.Logging.Abstractions": "3.1.0"
  10. },
  11. "compile": {
  12. "lib/netcoreapp3.1/Dapr.Actors.dll": {
  13. "related": ".xml"
  14. }
  15. },
  16. "runtime": {
  17. "lib/netcoreapp3.1/Dapr.Actors.dll": {
  18. "related": ".xml"
  19. }
  20. }
  21. },
  22. "Dapr.Actors.AspNetCore/1.8.0": {
  23. "type": "package",
  24. "dependencies": {
  25. "Dapr.Actors": "1.8.0",
  26. "System.IO.Pipelines": "4.7.2"
  27. },
  28. "compile": {
  29. "lib/netcoreapp3.1/Dapr.Actors.AspNetCore.dll": {
  30. "related": ".xml"
  31. }
  32. },
  33. "runtime": {
  34. "lib/netcoreapp3.1/Dapr.Actors.AspNetCore.dll": {
  35. "related": ".xml"
  36. }
  37. },
  38. "frameworkReferences": [
  39. "Microsoft.AspNetCore.App"
  40. ]
  41. },
  42. "Dapr.AspNetCore/1.8.0": {
  43. "type": "package",
  44. "dependencies": {
  45. "Dapr.Client": "1.8.0",
  46. "System.IO.Pipelines": "4.7.2"
  47. },
  48. "compile": {
  49. "lib/netcoreapp3.1/Dapr.AspNetCore.dll": {
  50. "related": ".xml"
  51. }
  52. },
  53. "runtime": {
  54. "lib/netcoreapp3.1/Dapr.AspNetCore.dll": {
  55. "related": ".xml"
  56. }
  57. },
  58. "frameworkReferences": [
  59. "Microsoft.AspNetCore.App"
  60. ]
  61. },
  62. "Dapr.Client/1.8.0": {
  63. "type": "package",
  64. "dependencies": {
  65. "Google.Api.CommonProtos": "2.2.0",
  66. "Google.Protobuf": "3.15.0",
  67. "Grpc.Net.Client": "2.32.0",
  68. "System.Net.Http.Json": "5.0.0"
  69. },
  70. "compile": {
  71. "lib/netcoreapp3.1/Dapr.Client.dll": {
  72. "related": ".xml"
  73. }
  74. },
  75. "runtime": {
  76. "lib/netcoreapp3.1/Dapr.Client.dll": {
  77. "related": ".xml"
  78. }
  79. }
  80. },
  81. "Google.Api.CommonProtos/2.2.0": {
  82. "type": "package",
  83. "dependencies": {
  84. "Google.Protobuf": "[3.13.0, 4.0.0)"
  85. },
  86. "compile": {
  87. "lib/netstandard2.0/Google.Api.CommonProtos.dll": {
  88. "related": ".pdb;.xml"
  89. }
  90. },
  91. "runtime": {
  92. "lib/netstandard2.0/Google.Api.CommonProtos.dll": {
  93. "related": ".pdb;.xml"
  94. }
  95. }
  96. },
  97. "Google.Protobuf/3.15.0": {
  98. "type": "package",
  99. "dependencies": {
  100. "System.Memory": "4.5.3",
  101. "System.Runtime.CompilerServices.Unsafe": "4.5.2"
  102. },
  103. "compile": {
  104. "lib/netstandard2.0/Google.Protobuf.dll": {
  105. "related": ".pdb;.xml"
  106. }
  107. },
  108. "runtime": {
  109. "lib/netstandard2.0/Google.Protobuf.dll": {
  110. "related": ".pdb;.xml"
  111. }
  112. }
  113. },
  114. "Grpc.Core.Api/2.32.0": {
  115. "type": "package",
  116. "dependencies": {
  117. "System.Memory": "4.5.3"
  118. },
  119. "compile": {
  120. "lib/netstandard2.0/Grpc.Core.Api.dll": {
  121. "related": ".pdb;.xml"
  122. }
  123. },
  124. "runtime": {
  125. "lib/netstandard2.0/Grpc.Core.Api.dll": {
  126. "related": ".pdb;.xml"
  127. }
  128. }
  129. },
  130. "Grpc.Net.Client/2.32.0": {
  131. "type": "package",
  132. "dependencies": {
  133. "Grpc.Net.Common": "2.32.0",
  134. "Microsoft.Extensions.Logging.Abstractions": "3.0.3",
  135. "System.Diagnostics.DiagnosticSource": "4.5.1"
  136. },
  137. "compile": {
  138. "lib/net5.0/Grpc.Net.Client.dll": {
  139. "related": ".pdb;.xml"
  140. }
  141. },
  142. "runtime": {
  143. "lib/net5.0/Grpc.Net.Client.dll": {
  144. "related": ".pdb;.xml"
  145. }
  146. }
  147. },
  148. "Grpc.Net.Common/2.32.0": {
  149. "type": "package",
  150. "dependencies": {
  151. "Grpc.Core.Api": "2.32.0"
  152. },
  153. "compile": {
  154. "lib/net5.0/Grpc.Net.Common.dll": {
  155. "related": ".pdb;.xml"
  156. }
  157. },
  158. "runtime": {
  159. "lib/net5.0/Grpc.Net.Common.dll": {
  160. "related": ".pdb;.xml"
  161. }
  162. }
  163. },
  164. "Microsoft.Extensions.Logging.Abstractions/3.1.0": {
  165. "type": "package",
  166. "compile": {
  167. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  168. "related": ".xml"
  169. }
  170. },
  171. "runtime": {
  172. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  173. "related": ".xml"
  174. }
  175. }
  176. },
  177. "System.Diagnostics.DiagnosticSource/4.5.1": {
  178. "type": "package",
  179. "compile": {
  180. "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {
  181. "related": ".xml"
  182. }
  183. },
  184. "runtime": {
  185. "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {
  186. "related": ".xml"
  187. }
  188. }
  189. },
  190. "System.IO.Pipelines/4.7.2": {
  191. "type": "package",
  192. "compile": {
  193. "ref/netcoreapp2.0/System.IO.Pipelines.dll": {
  194. "related": ".xml"
  195. }
  196. },
  197. "runtime": {
  198. "lib/netcoreapp3.0/System.IO.Pipelines.dll": {
  199. "related": ".xml"
  200. }
  201. }
  202. },
  203. "System.Memory/4.5.3": {
  204. "type": "package",
  205. "compile": {
  206. "ref/netcoreapp2.1/_._": {}
  207. },
  208. "runtime": {
  209. "lib/netcoreapp2.1/_._": {}
  210. }
  211. },
  212. "System.Net.Http.Json/5.0.0": {
  213. "type": "package",
  214. "compile": {
  215. "lib/net5.0/System.Net.Http.Json.dll": {
  216. "related": ".xml"
  217. }
  218. },
  219. "runtime": {
  220. "lib/net5.0/System.Net.Http.Json.dll": {
  221. "related": ".xml"
  222. }
  223. }
  224. },
  225. "System.Runtime.CompilerServices.Unsafe/4.5.2": {
  226. "type": "package",
  227. "compile": {
  228. "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {
  229. "related": ".xml"
  230. }
  231. },
  232. "runtime": {
  233. "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": {
  234. "related": ".xml"
  235. }
  236. }
  237. }
  238. }
  239. },
  240. "libraries": {
  241. "Dapr.Actors/1.8.0": {
  242. "sha512": "mftPu+jT+StIrcQDJThRDkcJIyoR2o04FYe+lS3els0NJLzOvLsrK4WIqawI977R9tjv1J59J9FO0O140LsaVw==",
  243. "type": "package",
  244. "path": "dapr.actors/1.8.0",
  245. "files": [
  246. ".nupkg.metadata",
  247. ".signature.p7s",
  248. "dapr.actors.1.8.0.nupkg.sha512",
  249. "dapr.actors.nuspec",
  250. "images/logo-transparent.png",
  251. "lib/netcoreapp3.1/Dapr.Actors.dll",
  252. "lib/netcoreapp3.1/Dapr.Actors.xml"
  253. ]
  254. },
  255. "Dapr.Actors.AspNetCore/1.8.0": {
  256. "sha512": "fBoK/w1pe5p7Yb5lZL8iA2HWcxsXfomBBDY66vHgGKKI8Unm7vt6P+5klyofib091UnUjZhy5wwHHQHOj7ESGw==",
  257. "type": "package",
  258. "path": "dapr.actors.aspnetcore/1.8.0",
  259. "files": [
  260. ".nupkg.metadata",
  261. ".signature.p7s",
  262. "dapr.actors.aspnetcore.1.8.0.nupkg.sha512",
  263. "dapr.actors.aspnetcore.nuspec",
  264. "images/logo-transparent.png",
  265. "lib/netcoreapp3.1/Dapr.Actors.AspNetCore.dll",
  266. "lib/netcoreapp3.1/Dapr.Actors.AspNetCore.xml"
  267. ]
  268. },
  269. "Dapr.AspNetCore/1.8.0": {
  270. "sha512": "xOSq7Ol03hqKL5oSGOXX6TNQ/esQh1lLNrRMTM6HoKoCwvwxIKww+LhtpzZZffrskIBhnOmqzmdPUGoQY4HPbQ==",
  271. "type": "package",
  272. "path": "dapr.aspnetcore/1.8.0",
  273. "files": [
  274. ".nupkg.metadata",
  275. ".signature.p7s",
  276. "dapr.aspnetcore.1.8.0.nupkg.sha512",
  277. "dapr.aspnetcore.nuspec",
  278. "images/logo-transparent.png",
  279. "lib/netcoreapp3.1/Dapr.AspNetCore.dll",
  280. "lib/netcoreapp3.1/Dapr.AspNetCore.xml"
  281. ]
  282. },
  283. "Dapr.Client/1.8.0": {
  284. "sha512": "qrabRYmtZ0tlv7EZFi+fZFNad9tZsn1WQr24PAXMkMyPtcQtMfgYWY/h2N1MuUFAb7LBYZANyBcNoAJRnsjj/Q==",
  285. "type": "package",
  286. "path": "dapr.client/1.8.0",
  287. "files": [
  288. ".nupkg.metadata",
  289. ".signature.p7s",
  290. "dapr.client.1.8.0.nupkg.sha512",
  291. "dapr.client.nuspec",
  292. "images/logo-transparent.png",
  293. "lib/netcoreapp3.1/Dapr.Client.dll",
  294. "lib/netcoreapp3.1/Dapr.Client.xml"
  295. ]
  296. },
  297. "Google.Api.CommonProtos/2.2.0": {
  298. "sha512": "mxXNYkHYL7T6NG8cdbodxpixQZfpozBkZj2g+jGCB/sO13RqfUvh9YHd8G2QI5HP24brl+nILJReC3/gzgsrrg==",
  299. "type": "package",
  300. "path": "google.api.commonprotos/2.2.0",
  301. "files": [
  302. ".nupkg.metadata",
  303. ".signature.p7s",
  304. "LICENSE",
  305. "NuGetIcon.png",
  306. "google.api.commonprotos.2.2.0.nupkg.sha512",
  307. "google.api.commonprotos.nuspec",
  308. "lib/net461/Google.Api.CommonProtos.dll",
  309. "lib/net461/Google.Api.CommonProtos.pdb",
  310. "lib/net461/Google.Api.CommonProtos.xml",
  311. "lib/netstandard2.0/Google.Api.CommonProtos.dll",
  312. "lib/netstandard2.0/Google.Api.CommonProtos.pdb",
  313. "lib/netstandard2.0/Google.Api.CommonProtos.xml"
  314. ]
  315. },
  316. "Google.Protobuf/3.15.0": {
  317. "sha512": "2na7LsYrtxkEQaVCNjaafBzVu4IJ4U4+dwwBazK8oUkpDiIFjO0GkyTc+IbStx4xNVAV4EqHl+qp2uegFgFiiA==",
  318. "type": "package",
  319. "path": "google.protobuf/3.15.0",
  320. "files": [
  321. ".nupkg.metadata",
  322. ".signature.p7s",
  323. "google.protobuf.3.15.0.nupkg.sha512",
  324. "google.protobuf.nuspec",
  325. "lib/net45/Google.Protobuf.dll",
  326. "lib/net45/Google.Protobuf.pdb",
  327. "lib/net45/Google.Protobuf.xml",
  328. "lib/netstandard1.1/Google.Protobuf.dll",
  329. "lib/netstandard1.1/Google.Protobuf.pdb",
  330. "lib/netstandard1.1/Google.Protobuf.xml",
  331. "lib/netstandard2.0/Google.Protobuf.dll",
  332. "lib/netstandard2.0/Google.Protobuf.pdb",
  333. "lib/netstandard2.0/Google.Protobuf.xml"
  334. ]
  335. },
  336. "Grpc.Core.Api/2.32.0": {
  337. "sha512": "t9H6P/oYA4ZQI4fWq4eEwq2GmMNqmOSRfz5+YIat7pQuFmz1hRC2Vq/fL9ZVV1mjd5kHqBlhupMdlsBOsaxeEw==",
  338. "type": "package",
  339. "path": "grpc.core.api/2.32.0",
  340. "files": [
  341. ".nupkg.metadata",
  342. ".signature.p7s",
  343. "grpc.core.api.2.32.0.nupkg.sha512",
  344. "grpc.core.api.nuspec",
  345. "lib/net45/Grpc.Core.Api.dll",
  346. "lib/net45/Grpc.Core.Api.pdb",
  347. "lib/net45/Grpc.Core.Api.xml",
  348. "lib/netstandard1.5/Grpc.Core.Api.dll",
  349. "lib/netstandard1.5/Grpc.Core.Api.pdb",
  350. "lib/netstandard1.5/Grpc.Core.Api.xml",
  351. "lib/netstandard2.0/Grpc.Core.Api.dll",
  352. "lib/netstandard2.0/Grpc.Core.Api.pdb",
  353. "lib/netstandard2.0/Grpc.Core.Api.xml"
  354. ]
  355. },
  356. "Grpc.Net.Client/2.32.0": {
  357. "sha512": "T4lKl51ahaSprLcgoZvgn8zYwh834DpaPnrDs6jBRdipL2NHIAC0rPeE7UyzDp/lzv4Xll2tw1u65Fg9ckvErg==",
  358. "type": "package",
  359. "path": "grpc.net.client/2.32.0",
  360. "files": [
  361. ".nupkg.metadata",
  362. ".signature.p7s",
  363. "grpc.net.client.2.32.0.nupkg.sha512",
  364. "grpc.net.client.nuspec",
  365. "lib/net5.0/Grpc.Net.Client.dll",
  366. "lib/net5.0/Grpc.Net.Client.pdb",
  367. "lib/net5.0/Grpc.Net.Client.xml",
  368. "lib/netstandard2.1/Grpc.Net.Client.dll",
  369. "lib/netstandard2.1/Grpc.Net.Client.pdb",
  370. "lib/netstandard2.1/Grpc.Net.Client.xml",
  371. "packageIcon.png"
  372. ]
  373. },
  374. "Grpc.Net.Common/2.32.0": {
  375. "sha512": "vDsgy6fs+DlsylppjK9FBGTMMUe8vfAmaURV7ZTurM27itr8qBwymgqmwnVB2hcP1q35NqKx2NvPGe5S2IEnDw==",
  376. "type": "package",
  377. "path": "grpc.net.common/2.32.0",
  378. "files": [
  379. ".nupkg.metadata",
  380. ".signature.p7s",
  381. "grpc.net.common.2.32.0.nupkg.sha512",
  382. "grpc.net.common.nuspec",
  383. "lib/net5.0/Grpc.Net.Common.dll",
  384. "lib/net5.0/Grpc.Net.Common.pdb",
  385. "lib/net5.0/Grpc.Net.Common.xml",
  386. "lib/netstandard2.1/Grpc.Net.Common.dll",
  387. "lib/netstandard2.1/Grpc.Net.Common.pdb",
  388. "lib/netstandard2.1/Grpc.Net.Common.xml",
  389. "packageIcon.png"
  390. ]
  391. },
  392. "Microsoft.Extensions.Logging.Abstractions/3.1.0": {
  393. "sha512": "jjo4YXRx6MIpv6DiRxJjSpl+sPP0+5VW0clMEdLyIAz44PPwrDTFrd5PZckIxIXl1kKZ2KK6IL2nkt0+ug2MQg==",
  394. "type": "package",
  395. "path": "microsoft.extensions.logging.abstractions/3.1.0",
  396. "files": [
  397. ".nupkg.metadata",
  398. ".signature.p7s",
  399. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
  400. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
  401. "microsoft.extensions.logging.abstractions.3.1.0.nupkg.sha512",
  402. "microsoft.extensions.logging.abstractions.nuspec",
  403. "packageIcon.png"
  404. ]
  405. },
  406. "System.Diagnostics.DiagnosticSource/4.5.1": {
  407. "sha512": "zCno/m44ymWhgLFh7tELDG9587q0l/EynPM0m4KgLaWQbz/TEKvNRX2YT5ip2qXW/uayifQ2ZqbnErsKJ4lYrQ==",
  408. "type": "package",
  409. "path": "system.diagnostics.diagnosticsource/4.5.1",
  410. "files": [
  411. ".nupkg.metadata",
  412. ".signature.p7s",
  413. "LICENSE.TXT",
  414. "THIRD-PARTY-NOTICES.TXT",
  415. "lib/net45/System.Diagnostics.DiagnosticSource.dll",
  416. "lib/net45/System.Diagnostics.DiagnosticSource.xml",
  417. "lib/net46/System.Diagnostics.DiagnosticSource.dll",
  418. "lib/net46/System.Diagnostics.DiagnosticSource.xml",
  419. "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll",
  420. "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml",
  421. "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll",
  422. "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml",
  423. "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll",
  424. "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml",
  425. "system.diagnostics.diagnosticsource.4.5.1.nupkg.sha512",
  426. "system.diagnostics.diagnosticsource.nuspec",
  427. "useSharedDesignerContext.txt",
  428. "version.txt"
  429. ]
  430. },
  431. "System.IO.Pipelines/4.7.2": {
  432. "sha512": "rGIIhoY3lUdn9rWeuGdgeZZ0P+SpJ1wZI5g8TnXqgvuhFgUP7iP9Nt5FZebYInQZQxqnwjPxdYYBE5l/8PJmqQ==",
  433. "type": "package",
  434. "path": "system.io.pipelines/4.7.2",
  435. "files": [
  436. ".nupkg.metadata",
  437. ".signature.p7s",
  438. "Icon.png",
  439. "LICENSE.TXT",
  440. "THIRD-PARTY-NOTICES.TXT",
  441. "lib/net461/System.IO.Pipelines.dll",
  442. "lib/net461/System.IO.Pipelines.xml",
  443. "lib/netcoreapp3.0/System.IO.Pipelines.dll",
  444. "lib/netcoreapp3.0/System.IO.Pipelines.xml",
  445. "lib/netstandard1.3/System.IO.Pipelines.dll",
  446. "lib/netstandard1.3/System.IO.Pipelines.xml",
  447. "lib/netstandard2.0/System.IO.Pipelines.dll",
  448. "lib/netstandard2.0/System.IO.Pipelines.xml",
  449. "ref/net461/System.IO.Pipelines.dll",
  450. "ref/net461/System.IO.Pipelines.xml",
  451. "ref/netcoreapp2.0/System.IO.Pipelines.dll",
  452. "ref/netcoreapp2.0/System.IO.Pipelines.xml",
  453. "system.io.pipelines.4.7.2.nupkg.sha512",
  454. "system.io.pipelines.nuspec",
  455. "useSharedDesignerContext.txt",
  456. "version.txt"
  457. ]
  458. },
  459. "System.Memory/4.5.3": {
  460. "sha512": "3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==",
  461. "type": "package",
  462. "path": "system.memory/4.5.3",
  463. "files": [
  464. ".nupkg.metadata",
  465. ".signature.p7s",
  466. "LICENSE.TXT",
  467. "THIRD-PARTY-NOTICES.TXT",
  468. "lib/netcoreapp2.1/_._",
  469. "lib/netstandard1.1/System.Memory.dll",
  470. "lib/netstandard1.1/System.Memory.xml",
  471. "lib/netstandard2.0/System.Memory.dll",
  472. "lib/netstandard2.0/System.Memory.xml",
  473. "ref/netcoreapp2.1/_._",
  474. "system.memory.4.5.3.nupkg.sha512",
  475. "system.memory.nuspec",
  476. "useSharedDesignerContext.txt",
  477. "version.txt"
  478. ]
  479. },
  480. "System.Net.Http.Json/5.0.0": {
  481. "sha512": "3CPSQpCzEmI9o+1G79TnPCjF40omCdnoXj2Rg76BDwGj5+LZnFPjV+t35eedlvl+uthmholk/XXxXTYgJWSexw==",
  482. "type": "package",
  483. "path": "system.net.http.json/5.0.0",
  484. "files": [
  485. ".nupkg.metadata",
  486. ".signature.p7s",
  487. "Icon.png",
  488. "LICENSE.TXT",
  489. "THIRD-PARTY-NOTICES.TXT",
  490. "lib/net461/System.Net.Http.Json.dll",
  491. "lib/net461/System.Net.Http.Json.xml",
  492. "lib/net5.0/System.Net.Http.Json.dll",
  493. "lib/net5.0/System.Net.Http.Json.xml",
  494. "lib/netstandard2.0/System.Net.Http.Json.dll",
  495. "lib/netstandard2.0/System.Net.Http.Json.xml",
  496. "system.net.http.json.5.0.0.nupkg.sha512",
  497. "system.net.http.json.nuspec",
  498. "useSharedDesignerContext.txt",
  499. "version.txt"
  500. ]
  501. },
  502. "System.Runtime.CompilerServices.Unsafe/4.5.2": {
  503. "sha512": "wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ==",
  504. "type": "package",
  505. "path": "system.runtime.compilerservices.unsafe/4.5.2",
  506. "files": [
  507. ".nupkg.metadata",
  508. ".signature.p7s",
  509. "LICENSE.TXT",
  510. "THIRD-PARTY-NOTICES.TXT",
  511. "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll",
  512. "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml",
  513. "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll",
  514. "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml",
  515. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
  516. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
  517. "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll",
  518. "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml",
  519. "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
  520. "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
  521. "system.runtime.compilerservices.unsafe.4.5.2.nupkg.sha512",
  522. "system.runtime.compilerservices.unsafe.nuspec",
  523. "useSharedDesignerContext.txt",
  524. "version.txt"
  525. ]
  526. }
  527. },
  528. "projectFileDependencyGroups": {
  529. "net6.0": [
  530. "Dapr.Actors >= 1.8.0",
  531. "Dapr.Actors.AspNetCore >= 1.8.0",
  532. "Dapr.AspNetCore >= 1.8.0"
  533. ]
  534. },
  535. "packageFolders": {
  536. "C:\\Users\\OpenValue\\.nuget\\packages\\": {},
  537. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
  538. },
  539. "project": {
  540. "version": "1.0.0",
  541. "restore": {
  542. "projectUniqueName": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\TrafficControlService\\TrafficControlService.csproj",
  543. "projectName": "TrafficControlService",
  544. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\TrafficControlService\\TrafficControlService.csproj",
  545. "packagesPath": "C:\\Users\\OpenValue\\.nuget\\packages\\",
  546. "outputPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\TrafficControlService\\obj\\",
  547. "projectStyle": "PackageReference",
  548. "fallbackFolders": [
  549. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  550. ],
  551. "configFilePaths": [
  552. "C:\\Users\\OpenValue\\AppData\\Roaming\\NuGet\\NuGet.Config",
  553. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  554. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  555. ],
  556. "originalTargetFrameworks": [
  557. "net6.0"
  558. ],
  559. "sources": {
  560. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  561. "C:\\Program Files\\dotnet\\library-packs": {},
  562. "https://api.nuget.org/v3/index.json": {}
  563. },
  564. "frameworks": {
  565. "net6.0": {
  566. "targetAlias": "net6.0",
  567. "projectReferences": {}
  568. }
  569. },
  570. "warningProperties": {
  571. "warnAsError": [
  572. "NU1605"
  573. ]
  574. },
  575. "restoreAuditProperties": {
  576. "enableAudit": "true",
  577. "auditLevel": "low",
  578. "auditMode": "direct"
  579. }
  580. },
  581. "frameworks": {
  582. "net6.0": {
  583. "targetAlias": "net6.0",
  584. "dependencies": {
  585. "Dapr.Actors": {
  586. "target": "Package",
  587. "version": "[1.8.0, )"
  588. },
  589. "Dapr.Actors.AspNetCore": {
  590. "target": "Package",
  591. "version": "[1.8.0, )"
  592. },
  593. "Dapr.AspNetCore": {
  594. "target": "Package",
  595. "version": "[1.8.0, )"
  596. }
  597. },
  598. "imports": [
  599. "net461",
  600. "net462",
  601. "net47",
  602. "net471",
  603. "net472",
  604. "net48",
  605. "net481"
  606. ],
  607. "assetTargetFallback": true,
  608. "warn": true,
  609. "frameworkReferences": {
  610. "Microsoft.AspNetCore.App": {
  611. "privateAssets": "none"
  612. },
  613. "Microsoft.NETCore.App": {
  614. "privateAssets": "all"
  615. }
  616. },
  617. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.204\\RuntimeIdentifierGraph.json"
  618. }
  619. }
  620. }
  621. }