AipGateway.API.Application.csproj.nuget.dgspec.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. {
  2. "format": 1,
  3. "restore": {
  4. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Application\\AipGateway.API.Application.csproj": {}
  5. },
  6. "projects": {
  7. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\AipGateway.AIP.csproj": {
  8. "version": "1.0.0",
  9. "restore": {
  10. "projectUniqueName": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\AipGateway.AIP.csproj",
  11. "projectName": "AipGateway.AIP",
  12. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\AipGateway.AIP.csproj",
  13. "packagesPath": "C:\\Users\\OpenValue\\.nuget\\packages\\",
  14. "outputPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\obj\\",
  15. "projectStyle": "PackageReference",
  16. "skipContentFileWrite": true,
  17. "fallbackFolders": [
  18. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  19. ],
  20. "configFilePaths": [
  21. "C:\\Users\\OpenValue\\AppData\\Roaming\\NuGet\\NuGet.Config",
  22. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  23. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  24. ],
  25. "originalTargetFrameworks": [
  26. "net48"
  27. ],
  28. "sources": {
  29. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  30. "https://api.nuget.org/v3/index.json": {}
  31. },
  32. "frameworks": {
  33. "net48": {
  34. "projectReferences": {}
  35. }
  36. },
  37. "restoreAuditProperties": {
  38. "enableAudit": "true",
  39. "auditLevel": "low",
  40. "auditMode": "direct"
  41. }
  42. },
  43. "frameworks": {
  44. "net48": {
  45. "dependencies": {
  46. "Microsoft.Identity.Client": {
  47. "target": "Package",
  48. "version": "[4.60.3, )"
  49. },
  50. "Microsoft.Identity.Client.Extensions.Msal": {
  51. "target": "Package",
  52. "version": "[4.60.3, )"
  53. },
  54. "Microsoft.InformationProtection.File": {
  55. "target": "Package",
  56. "version": "[1.14.128, )"
  57. }
  58. }
  59. }
  60. },
  61. "runtimes": {
  62. "win": {
  63. "#import": []
  64. },
  65. "win-arm64": {
  66. "#import": []
  67. },
  68. "win-x64": {
  69. "#import": []
  70. },
  71. "win-x86": {
  72. "#import": []
  73. }
  74. }
  75. },
  76. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Application\\AipGateway.API.Application.csproj": {
  77. "version": "1.0.0",
  78. "restore": {
  79. "projectUniqueName": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Application\\AipGateway.API.Application.csproj",
  80. "projectName": "AipGateway.API.Application",
  81. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Application\\AipGateway.API.Application.csproj",
  82. "packagesPath": "C:\\Users\\OpenValue\\.nuget\\packages\\",
  83. "outputPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Application\\obj\\",
  84. "projectStyle": "PackageReference",
  85. "fallbackFolders": [
  86. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  87. ],
  88. "configFilePaths": [
  89. "C:\\Users\\OpenValue\\AppData\\Roaming\\NuGet\\NuGet.Config",
  90. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  91. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  92. ],
  93. "originalTargetFrameworks": [
  94. "net8.0"
  95. ],
  96. "sources": {
  97. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  98. "C:\\Program Files\\dotnet\\library-packs": {},
  99. "https://api.nuget.org/v3/index.json": {}
  100. },
  101. "frameworks": {
  102. "net8.0": {
  103. "targetAlias": "net8.0",
  104. "projectReferences": {
  105. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\AipGateway.AIP.csproj": {
  106. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\AipGateway.AIP.csproj"
  107. },
  108. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\AipGateway.API.Domain.csproj": {
  109. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\AipGateway.API.Domain.csproj"
  110. },
  111. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Infrastructure\\AipGateway.API.Infrastructure.csproj": {
  112. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Infrastructure\\AipGateway.API.Infrastructure.csproj"
  113. }
  114. }
  115. }
  116. },
  117. "warningProperties": {
  118. "warnAsError": [
  119. "NU1605"
  120. ]
  121. },
  122. "restoreAuditProperties": {
  123. "enableAudit": "true",
  124. "auditLevel": "low",
  125. "auditMode": "direct"
  126. }
  127. },
  128. "frameworks": {
  129. "net8.0": {
  130. "targetAlias": "net8.0",
  131. "dependencies": {
  132. "Microsoft.AspNetCore.Authentication.JwtBearer": {
  133. "target": "Package",
  134. "version": "[8.0.4, )"
  135. },
  136. "Microsoft.EntityFrameworkCore": {
  137. "target": "Package",
  138. "version": "[8.0.0, )"
  139. },
  140. "Microsoft.EntityFrameworkCore.Tools": {
  141. "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
  142. "suppressParent": "All",
  143. "target": "Package",
  144. "version": "[8.0.0, )"
  145. },
  146. "Microsoft.Extensions.DependencyInjection.Abstractions": {
  147. "target": "Package",
  148. "version": "[8.0.1, )"
  149. }
  150. },
  151. "imports": [
  152. "net461",
  153. "net462",
  154. "net47",
  155. "net471",
  156. "net472",
  157. "net48",
  158. "net481"
  159. ],
  160. "assetTargetFallback": true,
  161. "warn": true,
  162. "frameworkReferences": {
  163. "Microsoft.NETCore.App": {
  164. "privateAssets": "all"
  165. }
  166. },
  167. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.204/PortableRuntimeIdentifierGraph.json"
  168. }
  169. }
  170. },
  171. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\AipGateway.API.Domain.csproj": {
  172. "version": "1.0.0",
  173. "restore": {
  174. "projectUniqueName": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\AipGateway.API.Domain.csproj",
  175. "projectName": "AipGateway.API.Domain",
  176. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\AipGateway.API.Domain.csproj",
  177. "packagesPath": "C:\\Users\\OpenValue\\.nuget\\packages\\",
  178. "outputPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\obj\\",
  179. "projectStyle": "PackageReference",
  180. "fallbackFolders": [
  181. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  182. ],
  183. "configFilePaths": [
  184. "C:\\Users\\OpenValue\\AppData\\Roaming\\NuGet\\NuGet.Config",
  185. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  186. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  187. ],
  188. "originalTargetFrameworks": [
  189. "net8.0"
  190. ],
  191. "sources": {
  192. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  193. "C:\\Program Files\\dotnet\\library-packs": {},
  194. "https://api.nuget.org/v3/index.json": {}
  195. },
  196. "frameworks": {
  197. "net8.0": {
  198. "targetAlias": "net8.0",
  199. "projectReferences": {}
  200. }
  201. },
  202. "warningProperties": {
  203. "warnAsError": [
  204. "NU1605"
  205. ]
  206. },
  207. "restoreAuditProperties": {
  208. "enableAudit": "true",
  209. "auditLevel": "low",
  210. "auditMode": "direct"
  211. }
  212. },
  213. "frameworks": {
  214. "net8.0": {
  215. "targetAlias": "net8.0",
  216. "dependencies": {
  217. "AutoMapper.Extensions.Microsoft.DependencyInjection": {
  218. "target": "Package",
  219. "version": "[12.0.1, )"
  220. },
  221. "FluentValidation": {
  222. "target": "Package",
  223. "version": "[11.9.1, )"
  224. },
  225. "FluentValidation.DependencyInjectionExtensions": {
  226. "target": "Package",
  227. "version": "[11.9.1, )"
  228. },
  229. "Microsoft.AspNetCore.Http.Features": {
  230. "target": "Package",
  231. "version": "[5.0.17, )"
  232. },
  233. "Microsoft.AspNetCore.Identity.EntityFrameworkCore": {
  234. "target": "Package",
  235. "version": "[8.0.0, )"
  236. },
  237. "Microsoft.EntityFrameworkCore": {
  238. "target": "Package",
  239. "version": "[8.0.0, )"
  240. },
  241. "Microsoft.EntityFrameworkCore.Design": {
  242. "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
  243. "suppressParent": "All",
  244. "target": "Package",
  245. "version": "[8.0.0, )"
  246. },
  247. "Microsoft.EntityFrameworkCore.SqlServer": {
  248. "target": "Package",
  249. "version": "[8.0.0, )"
  250. },
  251. "Microsoft.EntityFrameworkCore.Tools": {
  252. "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
  253. "suppressParent": "All",
  254. "target": "Package",
  255. "version": "[8.0.0, )"
  256. },
  257. "Microsoft.Extensions.Identity.Stores": {
  258. "target": "Package",
  259. "version": "[8.0.0, )"
  260. },
  261. "NReco.PdfGenerator": {
  262. "target": "Package",
  263. "version": "[1.2.1, )"
  264. },
  265. "Newtonsoft.Json": {
  266. "target": "Package",
  267. "version": "[13.0.3, )"
  268. }
  269. },
  270. "imports": [
  271. "net461",
  272. "net462",
  273. "net47",
  274. "net471",
  275. "net472",
  276. "net48",
  277. "net481"
  278. ],
  279. "assetTargetFallback": true,
  280. "warn": true,
  281. "frameworkReferences": {
  282. "Microsoft.NETCore.App": {
  283. "privateAssets": "all"
  284. }
  285. },
  286. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.204/PortableRuntimeIdentifierGraph.json"
  287. }
  288. }
  289. },
  290. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Infrastructure\\AipGateway.API.Infrastructure.csproj": {
  291. "version": "1.0.0",
  292. "restore": {
  293. "projectUniqueName": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Infrastructure\\AipGateway.API.Infrastructure.csproj",
  294. "projectName": "AipGateway.API.Infrastructure",
  295. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Infrastructure\\AipGateway.API.Infrastructure.csproj",
  296. "packagesPath": "C:\\Users\\OpenValue\\.nuget\\packages\\",
  297. "outputPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Infrastructure\\obj\\",
  298. "projectStyle": "PackageReference",
  299. "fallbackFolders": [
  300. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  301. ],
  302. "configFilePaths": [
  303. "C:\\Users\\OpenValue\\AppData\\Roaming\\NuGet\\NuGet.Config",
  304. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  305. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  306. ],
  307. "originalTargetFrameworks": [
  308. "net8.0"
  309. ],
  310. "sources": {
  311. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  312. "C:\\Program Files\\dotnet\\library-packs": {},
  313. "https://api.nuget.org/v3/index.json": {}
  314. },
  315. "frameworks": {
  316. "net8.0": {
  317. "targetAlias": "net8.0",
  318. "projectReferences": {
  319. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\AipGateway.API.Domain.csproj": {
  320. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\AipGateway.API.Domain.csproj"
  321. }
  322. }
  323. }
  324. },
  325. "warningProperties": {
  326. "warnAsError": [
  327. "NU1605"
  328. ]
  329. },
  330. "restoreAuditProperties": {
  331. "enableAudit": "true",
  332. "auditLevel": "low",
  333. "auditMode": "direct"
  334. }
  335. },
  336. "frameworks": {
  337. "net8.0": {
  338. "targetAlias": "net8.0",
  339. "dependencies": {
  340. "Microsoft.EntityFrameworkCore": {
  341. "target": "Package",
  342. "version": "[8.0.0, )"
  343. },
  344. "Microsoft.EntityFrameworkCore.Tools": {
  345. "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
  346. "suppressParent": "All",
  347. "target": "Package",
  348. "version": "[8.0.0, )"
  349. }
  350. },
  351. "imports": [
  352. "net461",
  353. "net462",
  354. "net47",
  355. "net471",
  356. "net472",
  357. "net48",
  358. "net481"
  359. ],
  360. "assetTargetFallback": true,
  361. "warn": true,
  362. "frameworkReferences": {
  363. "Microsoft.NETCore.App": {
  364. "privateAssets": "all"
  365. }
  366. },
  367. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.204/PortableRuntimeIdentifierGraph.json"
  368. }
  369. }
  370. }
  371. }
  372. }