API.csproj.nuget.dgspec.json 14 KB

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