AipGateway.API.Infrastructure.csproj.nuget.dgspec.json 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. {
  2. "format": 1,
  3. "restore": {
  4. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Infrastructure\\AipGateway.API.Infrastructure.csproj": {}
  5. },
  6. "projects": {
  7. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\AipGateway.API.Domain.csproj": {
  8. "version": "1.0.0",
  9. "restore": {
  10. "projectUniqueName": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\AipGateway.API.Domain.csproj",
  11. "projectName": "AipGateway.API.Domain",
  12. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\AipGateway.API.Domain.csproj",
  13. "packagesPath": "C:\\Users\\OpenValue\\.nuget\\packages\\",
  14. "outputPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\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. }
  37. },
  38. "warningProperties": {
  39. "warnAsError": [
  40. "NU1605"
  41. ]
  42. },
  43. "restoreAuditProperties": {
  44. "enableAudit": "true",
  45. "auditLevel": "low",
  46. "auditMode": "direct"
  47. }
  48. },
  49. "frameworks": {
  50. "net8.0": {
  51. "targetAlias": "net8.0",
  52. "dependencies": {
  53. "AutoMapper": {
  54. "target": "Package",
  55. "version": "[13.0.1, )"
  56. },
  57. "AutoMapper.Extensions.Microsoft.DependencyInjection": {
  58. "target": "Package",
  59. "version": "[12.0.0, )"
  60. },
  61. "FluentValidation": {
  62. "target": "Package",
  63. "version": "[11.9.1, )"
  64. },
  65. "FluentValidation.DependencyInjectionExtensions": {
  66. "target": "Package",
  67. "version": "[11.9.1, )"
  68. },
  69. "Microsoft.AspNetCore.Http.Features": {
  70. "target": "Package",
  71. "version": "[5.0.17, )"
  72. },
  73. "Microsoft.AspNetCore.Identity.EntityFrameworkCore": {
  74. "target": "Package",
  75. "version": "[8.0.0, )"
  76. },
  77. "Microsoft.EntityFrameworkCore": {
  78. "target": "Package",
  79. "version": "[8.0.0, )"
  80. },
  81. "Microsoft.EntityFrameworkCore.Design": {
  82. "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
  83. "suppressParent": "All",
  84. "target": "Package",
  85. "version": "[8.0.0, )"
  86. },
  87. "Microsoft.EntityFrameworkCore.SqlServer": {
  88. "target": "Package",
  89. "version": "[8.0.0, )"
  90. },
  91. "Microsoft.EntityFrameworkCore.Tools": {
  92. "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
  93. "suppressParent": "All",
  94. "target": "Package",
  95. "version": "[8.0.0, )"
  96. },
  97. "Microsoft.Extensions.Identity.Stores": {
  98. "target": "Package",
  99. "version": "[8.0.0, )"
  100. },
  101. "NReco.PdfGenerator": {
  102. "target": "Package",
  103. "version": "[1.2.1, )"
  104. },
  105. "Newtonsoft.Json": {
  106. "target": "Package",
  107. "version": "[13.0.3, )"
  108. }
  109. },
  110. "imports": [
  111. "net461",
  112. "net462",
  113. "net47",
  114. "net471",
  115. "net472",
  116. "net48",
  117. "net481"
  118. ],
  119. "assetTargetFallback": true,
  120. "warn": true,
  121. "frameworkReferences": {
  122. "Microsoft.NETCore.App": {
  123. "privateAssets": "all"
  124. }
  125. },
  126. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.204/PortableRuntimeIdentifierGraph.json"
  127. }
  128. }
  129. },
  130. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Infrastructure\\AipGateway.API.Infrastructure.csproj": {
  131. "version": "1.0.0",
  132. "restore": {
  133. "projectUniqueName": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Infrastructure\\AipGateway.API.Infrastructure.csproj",
  134. "projectName": "AipGateway.API.Infrastructure",
  135. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Infrastructure\\AipGateway.API.Infrastructure.csproj",
  136. "packagesPath": "C:\\Users\\OpenValue\\.nuget\\packages\\",
  137. "outputPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Infrastructure\\obj\\",
  138. "projectStyle": "PackageReference",
  139. "fallbackFolders": [
  140. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  141. ],
  142. "configFilePaths": [
  143. "C:\\Users\\OpenValue\\AppData\\Roaming\\NuGet\\NuGet.Config",
  144. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  145. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  146. ],
  147. "originalTargetFrameworks": [
  148. "net8.0"
  149. ],
  150. "sources": {
  151. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  152. "C:\\Program Files\\dotnet\\library-packs": {},
  153. "https://api.nuget.org/v3/index.json": {}
  154. },
  155. "frameworks": {
  156. "net8.0": {
  157. "targetAlias": "net8.0",
  158. "projectReferences": {
  159. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\AipGateway.API.Domain.csproj": {
  160. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\AipGateway.API.Domain.csproj"
  161. }
  162. }
  163. }
  164. },
  165. "warningProperties": {
  166. "warnAsError": [
  167. "NU1605"
  168. ]
  169. },
  170. "restoreAuditProperties": {
  171. "enableAudit": "true",
  172. "auditLevel": "low",
  173. "auditMode": "direct"
  174. }
  175. },
  176. "frameworks": {
  177. "net8.0": {
  178. "targetAlias": "net8.0",
  179. "dependencies": {
  180. "Microsoft.EntityFrameworkCore": {
  181. "target": "Package",
  182. "version": "[8.0.0, )"
  183. },
  184. "Microsoft.EntityFrameworkCore.Tools": {
  185. "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
  186. "suppressParent": "All",
  187. "target": "Package",
  188. "version": "[8.0.0, )"
  189. }
  190. },
  191. "imports": [
  192. "net461",
  193. "net462",
  194. "net47",
  195. "net471",
  196. "net472",
  197. "net48",
  198. "net481"
  199. ],
  200. "assetTargetFallback": true,
  201. "warn": true,
  202. "frameworkReferences": {
  203. "Microsoft.NETCore.App": {
  204. "privateAssets": "all"
  205. }
  206. },
  207. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.204/PortableRuntimeIdentifierGraph.json"
  208. }
  209. }
  210. }
  211. }
  212. }