Opc.UaFx.Client.deps.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v3.1",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v3.1": {
  9. "Opc.UaFx.Client/1.0.0": {
  10. "dependencies": {
  11. "Microsoft.Win32.Registry": "4.7.0",
  12. "Newtonsoft.Json": "12.0.3",
  13. "Portable.BouncyCastle": "1.8.6",
  14. "System.Management": "4.7.0",
  15. "System.ServiceModel.Primitives": "4.5.3",
  16. "Traeger.Utilities": "1.5.28",
  17. "Traeger.Utilities.Licensing": "1.6.29",
  18. "Traeger.Utilities.Licensing.Code": "1.8.1",
  19. "Traeger.Utilities.Platform": "1.8.3",
  20. "Traeger.Utilities.Reflection": "1.5.13",
  21. "Traeger.Utilities.Resources": "1.0.3"
  22. },
  23. "runtime": {
  24. "Opc.UaFx.Client.dll": {}
  25. }
  26. },
  27. "Microsoft.NETCore.Platforms/3.1.0": {},
  28. "Microsoft.Win32.Registry/4.7.0": {
  29. "dependencies": {
  30. "System.Security.AccessControl": "4.7.0",
  31. "System.Security.Principal.Windows": "4.7.0"
  32. }
  33. },
  34. "Newtonsoft.Json/12.0.3": {
  35. "runtime": {
  36. "lib/netstandard2.0/Newtonsoft.Json.dll": {
  37. "assemblyVersion": "12.0.0.0",
  38. "fileVersion": "12.0.3.23909"
  39. }
  40. }
  41. },
  42. "Portable.BouncyCastle/1.8.6": {
  43. "runtime": {
  44. "lib/netstandard2.0/BouncyCastle.Crypto.dll": {
  45. "assemblyVersion": "1.8.6.0",
  46. "fileVersion": "1.8.6.1"
  47. }
  48. }
  49. },
  50. "System.CodeDom/4.7.0": {
  51. "runtime": {
  52. "lib/netstandard2.0/System.CodeDom.dll": {
  53. "assemblyVersion": "4.0.3.0",
  54. "fileVersion": "4.700.19.56404"
  55. }
  56. }
  57. },
  58. "System.Management/4.7.0": {
  59. "dependencies": {
  60. "Microsoft.NETCore.Platforms": "3.1.0",
  61. "Microsoft.Win32.Registry": "4.7.0",
  62. "System.CodeDom": "4.7.0"
  63. },
  64. "runtime": {
  65. "lib/netstandard2.0/System.Management.dll": {
  66. "assemblyVersion": "4.0.1.0",
  67. "fileVersion": "4.700.19.56404"
  68. }
  69. },
  70. "runtimeTargets": {
  71. "runtimes/win/lib/netcoreapp2.0/System.Management.dll": {
  72. "rid": "win",
  73. "assetType": "runtime",
  74. "assemblyVersion": "4.0.1.0",
  75. "fileVersion": "4.700.19.56404"
  76. }
  77. }
  78. },
  79. "System.Private.ServiceModel/4.5.3": {
  80. "dependencies": {
  81. "Microsoft.NETCore.Platforms": "3.1.0",
  82. "System.Reflection.DispatchProxy": "4.5.0",
  83. "System.Security.Principal.Windows": "4.7.0"
  84. },
  85. "runtimeTargets": {
  86. "runtimes/unix/lib/netstandard2.0/System.Private.ServiceModel.dll": {
  87. "rid": "unix",
  88. "assetType": "runtime",
  89. "assemblyVersion": "4.5.0.3",
  90. "fileVersion": "4.6.26720.1"
  91. },
  92. "runtimes/win/lib/netstandard2.0/System.Private.ServiceModel.dll": {
  93. "rid": "win",
  94. "assetType": "runtime",
  95. "assemblyVersion": "4.5.0.3",
  96. "fileVersion": "4.6.26720.1"
  97. }
  98. }
  99. },
  100. "System.Reflection.DispatchProxy/4.5.0": {},
  101. "System.Security.AccessControl/4.7.0": {
  102. "dependencies": {
  103. "Microsoft.NETCore.Platforms": "3.1.0",
  104. "System.Security.Principal.Windows": "4.7.0"
  105. }
  106. },
  107. "System.Security.Principal.Windows/4.7.0": {},
  108. "System.ServiceModel.Primitives/4.5.3": {
  109. "dependencies": {
  110. "System.Private.ServiceModel": "4.5.3"
  111. },
  112. "runtime": {
  113. "lib/netstandard2.0/System.ServiceModel.Primitives.dll": {
  114. "assemblyVersion": "4.5.0.3",
  115. "fileVersion": "4.6.26720.1"
  116. },
  117. "lib/netstandard2.0/System.ServiceModel.dll": {
  118. "assemblyVersion": "4.0.0.0",
  119. "fileVersion": "4.6.26720.1"
  120. }
  121. }
  122. },
  123. "Traeger.Utilities/1.5.28": {
  124. "dependencies": {
  125. "Traeger.Utilities.Resources": "1.0.3"
  126. }
  127. },
  128. "Traeger.Utilities.Licensing/1.6.29": {
  129. "dependencies": {
  130. "Traeger.Utilities": "1.5.28",
  131. "Traeger.Utilities.Reflection": "1.5.13",
  132. "Traeger.Utilities.Resources": "1.0.3"
  133. }
  134. },
  135. "Traeger.Utilities.Licensing.Code/1.8.1": {
  136. "dependencies": {
  137. "Traeger.Utilities": "1.5.28",
  138. "Traeger.Utilities.Licensing": "1.6.29",
  139. "Traeger.Utilities.Platform": "1.8.3",
  140. "Traeger.Utilities.Reflection": "1.5.13"
  141. }
  142. },
  143. "Traeger.Utilities.Platform/1.8.3": {
  144. "dependencies": {
  145. "Traeger.Utilities": "1.5.28",
  146. "Traeger.Utilities.Resources": "1.0.3"
  147. },
  148. "runtimeTargets": {
  149. "runtimes/linux-arm/native/libnma.so": {
  150. "rid": "linux-arm",
  151. "assetType": "native",
  152. "fileVersion": "0.0.0.0"
  153. },
  154. "runtimes/linux-arm64/native/libnma.so": {
  155. "rid": "linux-arm64",
  156. "assetType": "native",
  157. "fileVersion": "0.0.0.0"
  158. },
  159. "runtimes/linux-x64/native/libnma.so": {
  160. "rid": "linux-x64",
  161. "assetType": "native",
  162. "fileVersion": "0.0.0.0"
  163. }
  164. }
  165. },
  166. "Traeger.Utilities.Reflection/1.5.13": {
  167. "dependencies": {
  168. "Traeger.Utilities": "1.5.28",
  169. "Traeger.Utilities.Resources": "1.0.3"
  170. }
  171. },
  172. "Traeger.Utilities.Resources/1.0.3": {}
  173. }
  174. },
  175. "libraries": {
  176. "Opc.UaFx.Client/1.0.0": {
  177. "type": "project",
  178. "serviceable": false,
  179. "sha512": ""
  180. },
  181. "Microsoft.NETCore.Platforms/3.1.0": {
  182. "type": "package",
  183. "serviceable": true,
  184. "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
  185. "path": "microsoft.netcore.platforms/3.1.0",
  186. "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
  187. },
  188. "Microsoft.Win32.Registry/4.7.0": {
  189. "type": "package",
  190. "serviceable": true,
  191. "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
  192. "path": "microsoft.win32.registry/4.7.0",
  193. "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
  194. },
  195. "Newtonsoft.Json/12.0.3": {
  196. "type": "package",
  197. "serviceable": true,
  198. "sha512": "sha512-6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==",
  199. "path": "newtonsoft.json/12.0.3",
  200. "hashPath": "newtonsoft.json.12.0.3.nupkg.sha512"
  201. },
  202. "Portable.BouncyCastle/1.8.6": {
  203. "type": "package",
  204. "serviceable": true,
  205. "sha512": "sha512-y+GvZomzhY+Lwu5mMeNmFFYLHiEr2xFDOANhABn/wgg64/QpTzfgpNGPct+pXgQHjmutd363ZCur/91DLaBxOw==",
  206. "path": "portable.bouncycastle/1.8.6",
  207. "hashPath": "portable.bouncycastle.1.8.6.nupkg.sha512"
  208. },
  209. "System.CodeDom/4.7.0": {
  210. "type": "package",
  211. "serviceable": true,
  212. "sha512": "sha512-Hs9pw/kmvH3lXaZ1LFKj3pLQsiGfj2xo3sxSzwiLlRL6UcMZUTeCfoJ9Udalvn3yq5dLlPEZzYegrTQ1/LhPOQ==",
  213. "path": "system.codedom/4.7.0",
  214. "hashPath": "system.codedom.4.7.0.nupkg.sha512"
  215. },
  216. "System.Management/4.7.0": {
  217. "type": "package",
  218. "serviceable": true,
  219. "sha512": "sha512-IY+uuGhgzWiCg21i8IvQeY/Z7m1tX8VuPF+ludfn7iTCaccTtJo5HkjZbBEL8kbBubKhAKKtNXr7uMtmAc28Pw==",
  220. "path": "system.management/4.7.0",
  221. "hashPath": "system.management.4.7.0.nupkg.sha512"
  222. },
  223. "System.Private.ServiceModel/4.5.3": {
  224. "type": "package",
  225. "serviceable": true,
  226. "sha512": "sha512-ancrQgJagx+yC4SZbuE+eShiEAUIF0E1d21TRSoy1C/rTwafAVcBr/fKibkq5TQzyy9uNil2tx2/iaUxsy0S9g==",
  227. "path": "system.private.servicemodel/4.5.3",
  228. "hashPath": "system.private.servicemodel.4.5.3.nupkg.sha512"
  229. },
  230. "System.Reflection.DispatchProxy/4.5.0": {
  231. "type": "package",
  232. "serviceable": true,
  233. "sha512": "sha512-+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==",
  234. "path": "system.reflection.dispatchproxy/4.5.0",
  235. "hashPath": "system.reflection.dispatchproxy.4.5.0.nupkg.sha512"
  236. },
  237. "System.Security.AccessControl/4.7.0": {
  238. "type": "package",
  239. "serviceable": true,
  240. "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
  241. "path": "system.security.accesscontrol/4.7.0",
  242. "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
  243. },
  244. "System.Security.Principal.Windows/4.7.0": {
  245. "type": "package",
  246. "serviceable": true,
  247. "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
  248. "path": "system.security.principal.windows/4.7.0",
  249. "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
  250. },
  251. "System.ServiceModel.Primitives/4.5.3": {
  252. "type": "package",
  253. "serviceable": true,
  254. "sha512": "sha512-Wc9Hgg4Cmqi416zvEgq2sW1YYCGuhwWzspDclJWlFZqY6EGhFUPZU+kVpl5z9kAgrSOQP7/Uiik+PtSQtmq+5A==",
  255. "path": "system.servicemodel.primitives/4.5.3",
  256. "hashPath": "system.servicemodel.primitives.4.5.3.nupkg.sha512"
  257. },
  258. "Traeger.Utilities/1.5.28": {
  259. "type": "package",
  260. "serviceable": true,
  261. "sha512": "sha512-dblWriBLvVPVG3aORc3S1pJBFvVYyblx0/Q1jcdYXYSNeBMNCzWBb4LnRNeBjnJGGmwPxGbxs/dNdBswkH48Ig==",
  262. "path": "traeger.utilities/1.5.28",
  263. "hashPath": "traeger.utilities.1.5.28.nupkg.sha512"
  264. },
  265. "Traeger.Utilities.Licensing/1.6.29": {
  266. "type": "package",
  267. "serviceable": true,
  268. "sha512": "sha512-bqiRGOGRgFGxGcs9sJRfquAI089a22ApwcL9lDRs6ZPr3uQgrSJE3oxz/IwMu2me70ypwPzPSW6QnnD2mY+S4g==",
  269. "path": "traeger.utilities.licensing/1.6.29",
  270. "hashPath": "traeger.utilities.licensing.1.6.29.nupkg.sha512"
  271. },
  272. "Traeger.Utilities.Licensing.Code/1.8.1": {
  273. "type": "package",
  274. "serviceable": true,
  275. "sha512": "sha512-0x1QJBYiYkWgx3Z2GO6WhwxEhEuKX9m+yH5GQqGZgbZuiAawi/JXplwGD13Or8OSwVDAWw3eIcrQsQehCqXG1A==",
  276. "path": "traeger.utilities.licensing.code/1.8.1",
  277. "hashPath": "traeger.utilities.licensing.code.1.8.1.nupkg.sha512"
  278. },
  279. "Traeger.Utilities.Platform/1.8.3": {
  280. "type": "package",
  281. "serviceable": true,
  282. "sha512": "sha512-Q5e/Qckjz8soCaCfZhb1odAd3j6ESfw2ulRV6dEv9nGkkC2b191Fyen3g/xNFvqwaEr4C4Ye7/IV0DNqnDeyTA==",
  283. "path": "traeger.utilities.platform/1.8.3",
  284. "hashPath": "traeger.utilities.platform.1.8.3.nupkg.sha512"
  285. },
  286. "Traeger.Utilities.Reflection/1.5.13": {
  287. "type": "package",
  288. "serviceable": true,
  289. "sha512": "sha512-iPZG6/pB2HhuX8wXMZU5dLguDW0aFMnyCw24WM3T40tGyuDIl/XrfR3MDZ7hgqMGl7Arz4igXnEMGPUXVWWwJQ==",
  290. "path": "traeger.utilities.reflection/1.5.13",
  291. "hashPath": "traeger.utilities.reflection.1.5.13.nupkg.sha512"
  292. },
  293. "Traeger.Utilities.Resources/1.0.3": {
  294. "type": "package",
  295. "serviceable": true,
  296. "sha512": "sha512-VbPoWx1eRPul21Xi3bV8fMkqJPJS+B6pGFgzMZpEWf3XHUkiRQwWYFIJnbnSL8KGF7WecWhE1aEqNO7ivRO+qQ==",
  297. "path": "traeger.utilities.resources/1.0.3",
  298. "hashPath": "traeger.utilities.resources.1.0.3.nupkg.sha512"
  299. }
  300. }
  301. }