AipGateway.API.Middleware.csproj.nuget.dgspec.json 14 KB

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