Aip.Service.csproj.nuget.dgspec.json 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. {
  2. "format": 1,
  3. "restore": {
  4. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\Aip.Api.Service\\Aip.Service.csproj": {}
  5. },
  6. "projects": {
  7. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\Aip.Api.Service\\Aip.Service.csproj": {
  8. "version": "1.0.0",
  9. "restore": {
  10. "projectUniqueName": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\Aip.Api.Service\\Aip.Service.csproj",
  11. "projectName": "Aip.Service",
  12. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\Aip.Api.Service\\Aip.Service.csproj",
  13. "packagesPath": "C:\\Users\\OpenValue\\.nuget\\packages\\",
  14. "outputPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\Aip.Api.Service\\obj\\",
  15. "projectStyle": "PackageReference",
  16. "fallbackFolders": [
  17. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  18. ],
  19. "configFilePaths": [
  20. "C:\\Users\\OpenValue\\AppData\\Roaming\\NuGet\\NuGet.Config",
  21. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  22. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  23. ],
  24. "originalTargetFrameworks": [
  25. "net8.0"
  26. ],
  27. "sources": {
  28. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  29. "C:\\Program Files\\dotnet\\library-packs": {},
  30. "https://api.nuget.org/v3/index.json": {}
  31. },
  32. "frameworks": {
  33. "net8.0": {
  34. "targetAlias": "net8.0",
  35. "projectReferences": {
  36. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\Aip.Messaging\\Aip.Messaging.csproj": {
  37. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\Aip.Messaging\\Aip.Messaging.csproj"
  38. }
  39. }
  40. }
  41. },
  42. "warningProperties": {
  43. "warnAsError": [
  44. "NU1605"
  45. ]
  46. },
  47. "restoreAuditProperties": {
  48. "enableAudit": "true",
  49. "auditLevel": "low",
  50. "auditMode": "direct"
  51. }
  52. },
  53. "frameworks": {
  54. "net8.0": {
  55. "targetAlias": "net8.0",
  56. "dependencies": {
  57. "Dapper": {
  58. "target": "Package",
  59. "version": "[2.1.35, )"
  60. },
  61. "Microsoft.Data.SqlClient": {
  62. "target": "Package",
  63. "version": "[5.2.1, )"
  64. },
  65. "Microsoft.Extensions.Configuration": {
  66. "target": "Package",
  67. "version": "[8.0.0, )"
  68. },
  69. "Microsoft.Extensions.Hosting.WindowsServices": {
  70. "target": "Package",
  71. "version": "[8.0.0, )"
  72. },
  73. "Microsoft.Identity.Client": {
  74. "target": "Package",
  75. "version": "[4.61.3, )"
  76. },
  77. "Microsoft.Identity.Client.Extensions.Msal": {
  78. "target": "Package",
  79. "version": "[4.61.3, )"
  80. },
  81. "Microsoft.InformationProtection.File": {
  82. "target": "Package",
  83. "version": "[1.14.128, )"
  84. },
  85. "Newtonsoft.Json": {
  86. "target": "Package",
  87. "version": "[13.0.3, )"
  88. },
  89. "Refit": {
  90. "target": "Package",
  91. "version": "[7.1.2, )"
  92. },
  93. "Refit.HttpClientFactory": {
  94. "target": "Package",
  95. "version": "[7.1.2, )"
  96. },
  97. "Serilog": {
  98. "target": "Package",
  99. "version": "[4.0.0, )"
  100. },
  101. "Serilog.AspNetCore": {
  102. "target": "Package",
  103. "version": "[8.0.1, )"
  104. },
  105. "Serilog.Enrichers.Thread": {
  106. "target": "Package",
  107. "version": "[4.0.0, )"
  108. },
  109. "Serilog.Extensions.Logging": {
  110. "target": "Package",
  111. "version": "[8.0.0, )"
  112. },
  113. "Serilog.Sinks.Console": {
  114. "target": "Package",
  115. "version": "[6.0.0, )"
  116. },
  117. "Serilog.Sinks.File": {
  118. "target": "Package",
  119. "version": "[6.0.0, )"
  120. },
  121. "Swashbuckle.AspNetCore.Annotations": {
  122. "target": "Package",
  123. "version": "[6.6.2, )"
  124. },
  125. "Swashbuckle.AspNetCore.Filters": {
  126. "target": "Package",
  127. "version": "[8.0.2, )"
  128. },
  129. "Swashbuckle.AspNetCore.Swagger": {
  130. "target": "Package",
  131. "version": "[6.6.2, )"
  132. },
  133. "Swashbuckle.AspNetCore.SwaggerUI": {
  134. "target": "Package",
  135. "version": "[6.6.2, )"
  136. }
  137. },
  138. "imports": [
  139. "net461",
  140. "net462",
  141. "net47",
  142. "net471",
  143. "net472",
  144. "net48",
  145. "net481"
  146. ],
  147. "assetTargetFallback": true,
  148. "warn": true,
  149. "frameworkReferences": {
  150. "Microsoft.AspNetCore.App": {
  151. "privateAssets": "none"
  152. },
  153. "Microsoft.NETCore.App": {
  154. "privateAssets": "all"
  155. }
  156. },
  157. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json"
  158. }
  159. }
  160. },
  161. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\Aip.Messaging\\Aip.Messaging.csproj": {
  162. "version": "1.0.0",
  163. "restore": {
  164. "projectUniqueName": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\Aip.Messaging\\Aip.Messaging.csproj",
  165. "projectName": "Aip.Messaging",
  166. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\Aip.Messaging\\Aip.Messaging.csproj",
  167. "packagesPath": "C:\\Users\\OpenValue\\.nuget\\packages\\",
  168. "outputPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\Aip.Messaging\\obj\\",
  169. "projectStyle": "PackageReference",
  170. "skipContentFileWrite": true,
  171. "fallbackFolders": [
  172. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  173. ],
  174. "configFilePaths": [
  175. "C:\\Users\\OpenValue\\AppData\\Roaming\\NuGet\\NuGet.Config",
  176. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  177. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  178. ],
  179. "originalTargetFrameworks": [
  180. "net48"
  181. ],
  182. "sources": {
  183. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  184. "https://api.nuget.org/v3/index.json": {}
  185. },
  186. "frameworks": {
  187. "net48": {
  188. "projectReferences": {}
  189. }
  190. },
  191. "restoreAuditProperties": {
  192. "enableAudit": "true",
  193. "auditLevel": "low",
  194. "auditMode": "direct"
  195. }
  196. },
  197. "frameworks": {
  198. "net48": {
  199. "dependencies": {
  200. "Experimental.System.Messaging": {
  201. "target": "Package",
  202. "version": "[1.1.0, )"
  203. }
  204. }
  205. }
  206. },
  207. "runtimes": {
  208. "win": {
  209. "#import": []
  210. },
  211. "win-arm64": {
  212. "#import": []
  213. },
  214. "win-x64": {
  215. "#import": []
  216. },
  217. "win-x86": {
  218. "#import": []
  219. }
  220. }
  221. }
  222. }
  223. }