project.assets.json 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. {
  2. "version": 3,
  3. "targets": {
  4. "net6.0": {
  5. "Newtonsoft.Json/13.0.3": {
  6. "type": "package",
  7. "compile": {
  8. "lib/net6.0/Newtonsoft.Json.dll": {}
  9. },
  10. "runtime": {
  11. "lib/net6.0/Newtonsoft.Json.dll": {}
  12. }
  13. },
  14. "Fine.HttpServer/1.0.0": {
  15. "type": "project",
  16. "dependencies": {
  17. "Fine.IHttpServer": "1.0.0",
  18. "Fine.Util": "1.0.0"
  19. },
  20. "compile": {
  21. "bin/placeholder/Fine.HttpServer.dll": {}
  22. },
  23. "runtime": {
  24. "bin/placeholder/Fine.HttpServer.dll": {}
  25. }
  26. },
  27. "Fine.IHttpServer/1.0.0": {
  28. "type": "project",
  29. "compile": {
  30. "bin/placeholder/Fine.IHttpServer.dll": {}
  31. },
  32. "runtime": {
  33. "bin/placeholder/Fine.IHttpServer.dll": {}
  34. }
  35. },
  36. "Fine.MQTT/1.0.0": {
  37. "type": "project",
  38. "dependencies": {
  39. "Fine.Util": "1.0.0"
  40. },
  41. "compile": {
  42. "bin/placeholder/Fine.MQTT.dll": {}
  43. },
  44. "runtime": {
  45. "bin/placeholder/Fine.MQTT.dll": {}
  46. }
  47. },
  48. "Fine.Util/1.0.0": {
  49. "type": "project",
  50. "compile": {
  51. "bin/placeholder/Fine.Util.dll": {}
  52. },
  53. "runtime": {
  54. "bin/placeholder/Fine.Util.dll": {}
  55. }
  56. },
  57. "MQTTClient/1.0.0": {
  58. "type": "project",
  59. "compile": {
  60. "bin/placeholder/MQTTClient.dll": {}
  61. },
  62. "runtime": {
  63. "bin/placeholder/MQTTClient.dll": {}
  64. }
  65. },
  66. "OpcClientMqtt/1.0.0": {
  67. "type": "project",
  68. "compile": {
  69. "bin/placeholder/OpcClientMqtt.dll": {}
  70. },
  71. "runtime": {
  72. "bin/placeholder/OpcClientMqtt.dll": {}
  73. }
  74. }
  75. }
  76. },
  77. "libraries": {
  78. "Newtonsoft.Json/13.0.3": {
  79. "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
  80. "type": "package",
  81. "path": "newtonsoft.json/13.0.3",
  82. "files": [
  83. ".nupkg.metadata",
  84. ".signature.p7s",
  85. "LICENSE.md",
  86. "README.md",
  87. "lib/net20/Newtonsoft.Json.dll",
  88. "lib/net20/Newtonsoft.Json.xml",
  89. "lib/net35/Newtonsoft.Json.dll",
  90. "lib/net35/Newtonsoft.Json.xml",
  91. "lib/net40/Newtonsoft.Json.dll",
  92. "lib/net40/Newtonsoft.Json.xml",
  93. "lib/net45/Newtonsoft.Json.dll",
  94. "lib/net45/Newtonsoft.Json.xml",
  95. "lib/net6.0/Newtonsoft.Json.dll",
  96. "lib/net6.0/Newtonsoft.Json.xml",
  97. "lib/netstandard1.0/Newtonsoft.Json.dll",
  98. "lib/netstandard1.0/Newtonsoft.Json.xml",
  99. "lib/netstandard1.3/Newtonsoft.Json.dll",
  100. "lib/netstandard1.3/Newtonsoft.Json.xml",
  101. "lib/netstandard2.0/Newtonsoft.Json.dll",
  102. "lib/netstandard2.0/Newtonsoft.Json.xml",
  103. "newtonsoft.json.13.0.3.nupkg.sha512",
  104. "newtonsoft.json.nuspec",
  105. "packageIcon.png"
  106. ]
  107. },
  108. "Fine.HttpServer/1.0.0": {
  109. "type": "project",
  110. "path": "../Fine.HttpServer/Fine.HttpServer.csproj",
  111. "msbuildProject": "../Fine.HttpServer/Fine.HttpServer.csproj"
  112. },
  113. "Fine.IHttpServer/1.0.0": {
  114. "type": "project",
  115. "path": "../Fine.IHttpServer/Fine.IHttpServer.csproj",
  116. "msbuildProject": "../Fine.IHttpServer/Fine.IHttpServer.csproj"
  117. },
  118. "Fine.MQTT/1.0.0": {
  119. "type": "project",
  120. "path": "../Fine.MQTT/Fine.MQTT.csproj",
  121. "msbuildProject": "../Fine.MQTT/Fine.MQTT.csproj"
  122. },
  123. "Fine.Util/1.0.0": {
  124. "type": "project",
  125. "path": "../Fine.Util/Fine.Util.csproj",
  126. "msbuildProject": "../Fine.Util/Fine.Util.csproj"
  127. },
  128. "MQTTClient/1.0.0": {
  129. "type": "project",
  130. "path": "../MQTTClient/MQTTClient.csproj",
  131. "msbuildProject": "../MQTTClient/MQTTClient.csproj"
  132. },
  133. "OpcClientMqtt/1.0.0": {
  134. "type": "project",
  135. "path": "../OpcClientMqtt/OpcClientMqtt.csproj",
  136. "msbuildProject": "../OpcClientMqtt/OpcClientMqtt.csproj"
  137. }
  138. },
  139. "projectFileDependencyGroups": {
  140. "net6.0": [
  141. "Fine.HttpServer >= 1.0.0",
  142. "Fine.IHttpServer >= 1.0.0",
  143. "Fine.MQTT >= 1.0.0",
  144. "Fine.Util >= 1.0.0",
  145. "MQTTClient >= 1.0.0",
  146. "Newtonsoft.Json >= 13.0.3",
  147. "OpcClientMqtt >= 1.0.0"
  148. ]
  149. },
  150. "packageFolders": {
  151. "D:\\ProgramData\\NugetPackage": {},
  152. "d:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
  153. },
  154. "project": {
  155. "version": "1.0.0",
  156. "restore": {
  157. "projectUniqueName": "E:\\yszn\\Fine.OPCDaClient1027_vs2019\\Fine.OPCDaClient1027_vs2019\\YS.Smart.Admin\\YS.Smart.Admin.csproj",
  158. "projectName": "YS.Smart.Admin",
  159. "projectPath": "E:\\yszn\\Fine.OPCDaClient1027_vs2019\\Fine.OPCDaClient1027_vs2019\\YS.Smart.Admin\\YS.Smart.Admin.csproj",
  160. "packagesPath": "D:\\ProgramData\\NugetPackage",
  161. "outputPath": "E:\\yszn\\Fine.OPCDaClient1027_vs2019\\Fine.OPCDaClient1027_vs2019\\YS.Smart.Admin\\obj\\",
  162. "projectStyle": "PackageReference",
  163. "fallbackFolders": [
  164. "d:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  165. ],
  166. "configFilePaths": [
  167. "C:\\Users\\朱雄\\AppData\\Roaming\\NuGet\\NuGet.Config",
  168. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  169. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  170. ],
  171. "originalTargetFrameworks": [
  172. "net6.0"
  173. ],
  174. "sources": {
  175. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  176. "https://api.nuget.org/v3/index.json": {}
  177. },
  178. "frameworks": {
  179. "net6.0": {
  180. "targetAlias": "net6.0",
  181. "projectReferences": {
  182. "E:\\yszn\\Fine.OPCDaClient1027_vs2019\\Fine.OPCDaClient1027_vs2019\\Fine.HttpServer\\Fine.HttpServer.csproj": {
  183. "projectPath": "E:\\yszn\\Fine.OPCDaClient1027_vs2019\\Fine.OPCDaClient1027_vs2019\\Fine.HttpServer\\Fine.HttpServer.csproj"
  184. },
  185. "E:\\yszn\\Fine.OPCDaClient1027_vs2019\\Fine.OPCDaClient1027_vs2019\\Fine.IHttpServer\\Fine.IHttpServer.csproj": {
  186. "projectPath": "E:\\yszn\\Fine.OPCDaClient1027_vs2019\\Fine.OPCDaClient1027_vs2019\\Fine.IHttpServer\\Fine.IHttpServer.csproj"
  187. },
  188. "E:\\yszn\\Fine.OPCDaClient1027_vs2019\\Fine.OPCDaClient1027_vs2019\\Fine.MQTT\\Fine.MQTT.csproj": {
  189. "projectPath": "E:\\yszn\\Fine.OPCDaClient1027_vs2019\\Fine.OPCDaClient1027_vs2019\\Fine.MQTT\\Fine.MQTT.csproj"
  190. },
  191. "E:\\yszn\\Fine.OPCDaClient1027_vs2019\\Fine.OPCDaClient1027_vs2019\\Fine.Util\\Fine.Util.csproj": {
  192. "projectPath": "E:\\yszn\\Fine.OPCDaClient1027_vs2019\\Fine.OPCDaClient1027_vs2019\\Fine.Util\\Fine.Util.csproj"
  193. },
  194. "E:\\yszn\\Fine.OPCDaClient1027_vs2019\\Fine.OPCDaClient1027_vs2019\\MQTTClient\\MQTTClient.csproj": {
  195. "projectPath": "E:\\yszn\\Fine.OPCDaClient1027_vs2019\\Fine.OPCDaClient1027_vs2019\\MQTTClient\\MQTTClient.csproj"
  196. },
  197. "E:\\yszn\\Fine.OPCDaClient1027_vs2019\\Fine.OPCDaClient1027_vs2019\\OpcClientMqtt\\OpcClientMqtt.csproj": {
  198. "projectPath": "E:\\yszn\\Fine.OPCDaClient1027_vs2019\\Fine.OPCDaClient1027_vs2019\\OpcClientMqtt\\OpcClientMqtt.csproj"
  199. }
  200. }
  201. }
  202. },
  203. "warningProperties": {
  204. "warnAsError": [
  205. "NU1605"
  206. ]
  207. }
  208. },
  209. "frameworks": {
  210. "net6.0": {
  211. "targetAlias": "net6.0",
  212. "dependencies": {
  213. "Newtonsoft.Json": {
  214. "target": "Package",
  215. "version": "[13.0.3, )"
  216. }
  217. },
  218. "imports": [
  219. "net461",
  220. "net462",
  221. "net47",
  222. "net471",
  223. "net472",
  224. "net48"
  225. ],
  226. "assetTargetFallback": true,
  227. "warn": true,
  228. "frameworkReferences": {
  229. "Microsoft.AspNetCore.App": {
  230. "privateAssets": "none"
  231. },
  232. "Microsoft.NETCore.App": {
  233. "privateAssets": "all"
  234. }
  235. },
  236. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.301\\RuntimeIdentifierGraph.json"
  237. }
  238. }
  239. }
  240. }