AipGateway.API.csproj.nuget.dgspec.json 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  1. {
  2. "format": 1,
  3. "restore": {
  4. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API\\AipGateway.API.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.Configuration.Abstractions": {
  47. "target": "Package",
  48. "version": "[8.0.0, )"
  49. },
  50. "Microsoft.Identity.Client": {
  51. "target": "Package",
  52. "version": "[4.61.3, )"
  53. },
  54. "Microsoft.Identity.Client.Extensions.Msal": {
  55. "target": "Package",
  56. "version": "[4.61.3, )"
  57. },
  58. "Microsoft.InformationProtection.File": {
  59. "target": "Package",
  60. "version": "[1.14.128, )"
  61. },
  62. "Serilog": {
  63. "target": "Package",
  64. "version": "[4.0.0, )"
  65. },
  66. "log4net": {
  67. "target": "Package",
  68. "version": "[2.0.17, )"
  69. }
  70. }
  71. }
  72. },
  73. "runtimes": {
  74. "win": {
  75. "#import": []
  76. },
  77. "win-arm64": {
  78. "#import": []
  79. },
  80. "win-x64": {
  81. "#import": []
  82. },
  83. "win-x86": {
  84. "#import": []
  85. }
  86. }
  87. },
  88. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Application\\AipGateway.API.Application.csproj": {
  89. "version": "1.0.0",
  90. "restore": {
  91. "projectUniqueName": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Application\\AipGateway.API.Application.csproj",
  92. "projectName": "AipGateway.API.Application",
  93. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Application\\AipGateway.API.Application.csproj",
  94. "packagesPath": "C:\\Users\\OpenValue\\.nuget\\packages\\",
  95. "outputPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Application\\obj\\",
  96. "projectStyle": "PackageReference",
  97. "fallbackFolders": [
  98. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  99. ],
  100. "configFilePaths": [
  101. "C:\\Users\\OpenValue\\AppData\\Roaming\\NuGet\\NuGet.Config",
  102. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  103. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  104. ],
  105. "originalTargetFrameworks": [
  106. "net8.0"
  107. ],
  108. "sources": {
  109. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  110. "C:\\Program Files\\dotnet\\library-packs": {},
  111. "https://api.nuget.org/v3/index.json": {}
  112. },
  113. "frameworks": {
  114. "net8.0": {
  115. "targetAlias": "net8.0",
  116. "projectReferences": {
  117. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\AipGateway.AIP.csproj": {
  118. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\AipGateway.AIP.csproj"
  119. },
  120. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\AipGateway.API.Domain.csproj": {
  121. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\AipGateway.API.Domain.csproj"
  122. },
  123. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Infrastructure\\AipGateway.API.Infrastructure.csproj": {
  124. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Infrastructure\\AipGateway.API.Infrastructure.csproj"
  125. }
  126. }
  127. }
  128. },
  129. "warningProperties": {
  130. "warnAsError": [
  131. "NU1605"
  132. ]
  133. },
  134. "restoreAuditProperties": {
  135. "enableAudit": "true",
  136. "auditLevel": "low",
  137. "auditMode": "direct"
  138. }
  139. },
  140. "frameworks": {
  141. "net8.0": {
  142. "targetAlias": "net8.0",
  143. "dependencies": {
  144. "Microsoft.AspNetCore.Authentication.JwtBearer": {
  145. "target": "Package",
  146. "version": "[8.0.4, )"
  147. },
  148. "Microsoft.EntityFrameworkCore": {
  149. "target": "Package",
  150. "version": "[8.0.4, )"
  151. },
  152. "Microsoft.EntityFrameworkCore.Tools": {
  153. "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
  154. "suppressParent": "All",
  155. "target": "Package",
  156. "version": "[8.0.0, )"
  157. },
  158. "Microsoft.Extensions.DependencyInjection.Abstractions": {
  159. "target": "Package",
  160. "version": "[8.0.1, )"
  161. }
  162. },
  163. "imports": [
  164. "net461",
  165. "net462",
  166. "net47",
  167. "net471",
  168. "net472",
  169. "net48",
  170. "net481"
  171. ],
  172. "assetTargetFallback": true,
  173. "warn": true,
  174. "frameworkReferences": {
  175. "Microsoft.NETCore.App": {
  176. "privateAssets": "all"
  177. }
  178. },
  179. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json"
  180. }
  181. }
  182. },
  183. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\AipGateway.API.Domain.csproj": {
  184. "version": "1.0.0",
  185. "restore": {
  186. "projectUniqueName": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\AipGateway.API.Domain.csproj",
  187. "projectName": "AipGateway.API.Domain",
  188. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\AipGateway.API.Domain.csproj",
  189. "packagesPath": "C:\\Users\\OpenValue\\.nuget\\packages\\",
  190. "outputPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\obj\\",
  191. "projectStyle": "PackageReference",
  192. "fallbackFolders": [
  193. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  194. ],
  195. "configFilePaths": [
  196. "C:\\Users\\OpenValue\\AppData\\Roaming\\NuGet\\NuGet.Config",
  197. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  198. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  199. ],
  200. "originalTargetFrameworks": [
  201. "net8.0"
  202. ],
  203. "sources": {
  204. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  205. "C:\\Program Files\\dotnet\\library-packs": {},
  206. "https://api.nuget.org/v3/index.json": {}
  207. },
  208. "frameworks": {
  209. "net8.0": {
  210. "targetAlias": "net8.0",
  211. "projectReferences": {}
  212. }
  213. },
  214. "warningProperties": {
  215. "warnAsError": [
  216. "NU1605"
  217. ]
  218. },
  219. "restoreAuditProperties": {
  220. "enableAudit": "true",
  221. "auditLevel": "low",
  222. "auditMode": "direct"
  223. }
  224. },
  225. "frameworks": {
  226. "net8.0": {
  227. "targetAlias": "net8.0",
  228. "dependencies": {
  229. "AutoMapper.Extensions.Microsoft.DependencyInjection": {
  230. "target": "Package",
  231. "version": "[12.0.1, )"
  232. },
  233. "FluentValidation": {
  234. "target": "Package",
  235. "version": "[11.9.1, )"
  236. },
  237. "FluentValidation.DependencyInjectionExtensions": {
  238. "target": "Package",
  239. "version": "[11.9.1, )"
  240. },
  241. "Microsoft.AspNetCore.Http.Features": {
  242. "target": "Package",
  243. "version": "[5.0.17, )"
  244. },
  245. "Microsoft.AspNetCore.Identity.EntityFrameworkCore": {
  246. "target": "Package",
  247. "version": "[8.0.0, )"
  248. },
  249. "Microsoft.EntityFrameworkCore": {
  250. "target": "Package",
  251. "version": "[8.0.4, )"
  252. },
  253. "Microsoft.EntityFrameworkCore.Design": {
  254. "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
  255. "suppressParent": "All",
  256. "target": "Package",
  257. "version": "[8.0.0, )"
  258. },
  259. "Microsoft.EntityFrameworkCore.SqlServer": {
  260. "target": "Package",
  261. "version": "[8.0.4, )"
  262. },
  263. "Microsoft.EntityFrameworkCore.Tools": {
  264. "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
  265. "suppressParent": "All",
  266. "target": "Package",
  267. "version": "[8.0.0, )"
  268. },
  269. "Microsoft.Extensions.Identity.Stores": {
  270. "target": "Package",
  271. "version": "[8.0.0, )"
  272. },
  273. "NReco.PdfGenerator": {
  274. "target": "Package",
  275. "version": "[1.2.1, )"
  276. },
  277. "Newtonsoft.Json": {
  278. "target": "Package",
  279. "version": "[13.0.3, )"
  280. }
  281. },
  282. "imports": [
  283. "net461",
  284. "net462",
  285. "net47",
  286. "net471",
  287. "net472",
  288. "net48",
  289. "net481"
  290. ],
  291. "assetTargetFallback": true,
  292. "warn": true,
  293. "frameworkReferences": {
  294. "Microsoft.NETCore.App": {
  295. "privateAssets": "all"
  296. }
  297. },
  298. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json"
  299. }
  300. }
  301. },
  302. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Infrastructure\\AipGateway.API.Infrastructure.csproj": {
  303. "version": "1.0.0",
  304. "restore": {
  305. "projectUniqueName": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Infrastructure\\AipGateway.API.Infrastructure.csproj",
  306. "projectName": "AipGateway.API.Infrastructure",
  307. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Infrastructure\\AipGateway.API.Infrastructure.csproj",
  308. "packagesPath": "C:\\Users\\OpenValue\\.nuget\\packages\\",
  309. "outputPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Infrastructure\\obj\\",
  310. "projectStyle": "PackageReference",
  311. "fallbackFolders": [
  312. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  313. ],
  314. "configFilePaths": [
  315. "C:\\Users\\OpenValue\\AppData\\Roaming\\NuGet\\NuGet.Config",
  316. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  317. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  318. ],
  319. "originalTargetFrameworks": [
  320. "net8.0"
  321. ],
  322. "sources": {
  323. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  324. "C:\\Program Files\\dotnet\\library-packs": {},
  325. "https://api.nuget.org/v3/index.json": {}
  326. },
  327. "frameworks": {
  328. "net8.0": {
  329. "targetAlias": "net8.0",
  330. "projectReferences": {
  331. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\AipGateway.API.Domain.csproj": {
  332. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\AipGateway.API.Domain.csproj"
  333. }
  334. }
  335. }
  336. },
  337. "warningProperties": {
  338. "warnAsError": [
  339. "NU1605"
  340. ]
  341. },
  342. "restoreAuditProperties": {
  343. "enableAudit": "true",
  344. "auditLevel": "low",
  345. "auditMode": "direct"
  346. }
  347. },
  348. "frameworks": {
  349. "net8.0": {
  350. "targetAlias": "net8.0",
  351. "dependencies": {
  352. "Microsoft.EntityFrameworkCore": {
  353. "target": "Package",
  354. "version": "[8.0.4, )"
  355. },
  356. "Microsoft.EntityFrameworkCore.Tools": {
  357. "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
  358. "suppressParent": "All",
  359. "target": "Package",
  360. "version": "[8.0.0, )"
  361. }
  362. },
  363. "imports": [
  364. "net461",
  365. "net462",
  366. "net47",
  367. "net471",
  368. "net472",
  369. "net48",
  370. "net481"
  371. ],
  372. "assetTargetFallback": true,
  373. "warn": true,
  374. "frameworkReferences": {
  375. "Microsoft.NETCore.App": {
  376. "privateAssets": "all"
  377. }
  378. },
  379. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json"
  380. }
  381. }
  382. },
  383. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API\\AipGateway.API.csproj": {
  384. "version": "1.0.0",
  385. "restore": {
  386. "projectUniqueName": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API\\AipGateway.API.csproj",
  387. "projectName": "AipGateway.API",
  388. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API\\AipGateway.API.csproj",
  389. "packagesPath": "C:\\Users\\OpenValue\\.nuget\\packages\\",
  390. "outputPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API\\obj\\",
  391. "projectStyle": "PackageReference",
  392. "fallbackFolders": [
  393. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  394. ],
  395. "configFilePaths": [
  396. "C:\\Users\\OpenValue\\AppData\\Roaming\\NuGet\\NuGet.Config",
  397. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  398. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  399. ],
  400. "originalTargetFrameworks": [
  401. "net8.0"
  402. ],
  403. "sources": {
  404. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  405. "C:\\Program Files\\dotnet\\library-packs": {},
  406. "https://api.nuget.org/v3/index.json": {}
  407. },
  408. "frameworks": {
  409. "net8.0": {
  410. "targetAlias": "net8.0",
  411. "projectReferences": {
  412. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\AipGateway.AIP.csproj": {
  413. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\AipGateway.AIP.csproj"
  414. },
  415. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Application\\AipGateway.API.Application.csproj": {
  416. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Application\\AipGateway.API.Application.csproj"
  417. },
  418. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\AipGateway.API.Domain.csproj": {
  419. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.API.Domain\\AipGateway.API.Domain.csproj"
  420. },
  421. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.DRM\\AipGateway.DRM.csproj": {
  422. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.DRM\\AipGateway.DRM.csproj"
  423. },
  424. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.Messaging\\AipGateway.Messaging.csproj": {
  425. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.Messaging\\AipGateway.Messaging.csproj"
  426. }
  427. }
  428. }
  429. },
  430. "warningProperties": {
  431. "warnAsError": [
  432. "NU1605"
  433. ]
  434. },
  435. "restoreAuditProperties": {
  436. "enableAudit": "true",
  437. "auditLevel": "low",
  438. "auditMode": "direct"
  439. }
  440. },
  441. "frameworks": {
  442. "net8.0": {
  443. "targetAlias": "net8.0",
  444. "dependencies": {
  445. "Coravel": {
  446. "target": "Package",
  447. "version": "[5.0.3, )"
  448. },
  449. "Dapper": {
  450. "target": "Package",
  451. "version": "[2.1.35, )"
  452. },
  453. "Microsoft.AspNetCore.Mvc.NewtonsoftJson": {
  454. "target": "Package",
  455. "version": "[8.0.4, )"
  456. },
  457. "Microsoft.EntityFrameworkCore": {
  458. "target": "Package",
  459. "version": "[8.0.4, )"
  460. },
  461. "Microsoft.EntityFrameworkCore.SqlServer": {
  462. "target": "Package",
  463. "version": "[8.0.4, )"
  464. },
  465. "Microsoft.Extensions.Logging.Log4Net.AspNetCore": {
  466. "target": "Package",
  467. "version": "[8.0.0, )"
  468. },
  469. "Serilog": {
  470. "target": "Package",
  471. "version": "[4.0.0, )"
  472. },
  473. "Serilog.AspNetCore": {
  474. "target": "Package",
  475. "version": "[8.0.1, )"
  476. },
  477. "Serilog.Enrichers.Thread": {
  478. "target": "Package",
  479. "version": "[4.0.0, )"
  480. },
  481. "Serilog.Extensions.Logging": {
  482. "target": "Package",
  483. "version": "[8.0.0, )"
  484. },
  485. "Serilog.Sinks.Console": {
  486. "target": "Package",
  487. "version": "[6.0.0, )"
  488. },
  489. "Serilog.Sinks.File": {
  490. "target": "Package",
  491. "version": "[6.0.0, )"
  492. },
  493. "Swashbuckle.AspNetCore": {
  494. "target": "Package",
  495. "version": "[6.5.0, )"
  496. },
  497. "Swashbuckle.AspNetCore.Annotations": {
  498. "target": "Package",
  499. "version": "[6.5.0, )"
  500. },
  501. "Swashbuckle.AspNetCore.Filters": {
  502. "target": "Package",
  503. "version": "[8.0.2, )"
  504. }
  505. },
  506. "imports": [
  507. "net461",
  508. "net462",
  509. "net47",
  510. "net471",
  511. "net472",
  512. "net48",
  513. "net481"
  514. ],
  515. "assetTargetFallback": true,
  516. "warn": true,
  517. "frameworkReferences": {
  518. "Microsoft.AspNetCore.App": {
  519. "privateAssets": "none"
  520. },
  521. "Microsoft.NETCore.App": {
  522. "privateAssets": "all"
  523. }
  524. },
  525. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json"
  526. }
  527. }
  528. },
  529. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.DRM\\AipGateway.DRM.csproj": {
  530. "restore": {
  531. "projectUniqueName": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.DRM\\AipGateway.DRM.csproj",
  532. "projectName": "AipGateway.DRM",
  533. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.DRM\\AipGateway.DRM.csproj",
  534. "frameworks": {
  535. "net48": {
  536. "projectReferences": {}
  537. }
  538. }
  539. },
  540. "frameworks": {
  541. "net48": {}
  542. }
  543. },
  544. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.Messaging\\AipGateway.Messaging.csproj": {
  545. "version": "1.0.0",
  546. "restore": {
  547. "projectUniqueName": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.Messaging\\AipGateway.Messaging.csproj",
  548. "projectName": "AipGateway.Messaging",
  549. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.Messaging\\AipGateway.Messaging.csproj",
  550. "packagesPath": "C:\\Users\\OpenValue\\.nuget\\packages\\",
  551. "outputPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.Messaging\\obj\\",
  552. "projectStyle": "PackageReference",
  553. "skipContentFileWrite": true,
  554. "fallbackFolders": [
  555. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  556. ],
  557. "configFilePaths": [
  558. "C:\\Users\\OpenValue\\AppData\\Roaming\\NuGet\\NuGet.Config",
  559. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  560. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  561. ],
  562. "originalTargetFrameworks": [
  563. "net48"
  564. ],
  565. "sources": {
  566. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  567. "https://api.nuget.org/v3/index.json": {}
  568. },
  569. "frameworks": {
  570. "net48": {
  571. "projectReferences": {}
  572. }
  573. },
  574. "restoreAuditProperties": {
  575. "enableAudit": "true",
  576. "auditLevel": "low",
  577. "auditMode": "direct"
  578. }
  579. },
  580. "frameworks": {
  581. "net48": {
  582. "dependencies": {
  583. "Experimental.System.Messaging": {
  584. "target": "Package",
  585. "version": "[1.1.0, )"
  586. }
  587. }
  588. }
  589. },
  590. "runtimes": {
  591. "win": {
  592. "#import": []
  593. },
  594. "win-arm64": {
  595. "#import": []
  596. },
  597. "win-x64": {
  598. "#import": []
  599. },
  600. "win-x86": {
  601. "#import": []
  602. }
  603. }
  604. }
  605. }
  606. }