AipGateway.AIP.Service.csproj.nuget.dgspec.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. {
  2. "format": 1,
  3. "restore": {
  4. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP.Service\\AipGateway.AIP.Service.csproj": {}
  5. },
  6. "projects": {
  7. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP.Service\\AipGateway.AIP.Service.csproj": {
  8. "version": "1.0.0",
  9. "restore": {
  10. "projectUniqueName": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP.Service\\AipGateway.AIP.Service.csproj",
  11. "projectName": "AipGateway.AIP.Service",
  12. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP.Service\\AipGateway.AIP.Service.csproj",
  13. "packagesPath": "C:\\Users\\OpenValue\\.nuget\\packages\\",
  14. "outputPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP.Service\\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. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\AipGateway.AIP.csproj": {
  37. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\AipGateway.AIP.csproj"
  38. }
  39. }
  40. }
  41. },
  42. "warningProperties": {
  43. "warnAsError": [
  44. "NU1605"
  45. ]
  46. },
  47. "restoreAuditProperties": {
  48. "enableAudit": "true",
  49. "auditLevel": "low",
  50. "auditMode": "direct"
  51. }
  52. },
  53. "frameworks": {
  54. "net8.0": {
  55. "targetAlias": "net8.0",
  56. "imports": [
  57. "net461",
  58. "net462",
  59. "net47",
  60. "net471",
  61. "net472",
  62. "net48",
  63. "net481"
  64. ],
  65. "assetTargetFallback": true,
  66. "warn": true,
  67. "frameworkReferences": {
  68. "Microsoft.AspNetCore.App": {
  69. "privateAssets": "none"
  70. },
  71. "Microsoft.NETCore.App": {
  72. "privateAssets": "all"
  73. }
  74. },
  75. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300/PortableRuntimeIdentifierGraph.json"
  76. }
  77. }
  78. },
  79. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\AipGateway.AIP.csproj": {
  80. "version": "1.0.0",
  81. "restore": {
  82. "projectUniqueName": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\AipGateway.AIP.csproj",
  83. "projectName": "AipGateway.AIP",
  84. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\AipGateway.AIP.csproj",
  85. "packagesPath": "C:\\Users\\OpenValue\\.nuget\\packages\\",
  86. "outputPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\obj\\",
  87. "projectStyle": "PackageReference",
  88. "skipContentFileWrite": true,
  89. "fallbackFolders": [
  90. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  91. ],
  92. "configFilePaths": [
  93. "C:\\Users\\OpenValue\\AppData\\Roaming\\NuGet\\NuGet.Config",
  94. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  95. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  96. ],
  97. "originalTargetFrameworks": [
  98. "net48"
  99. ],
  100. "sources": {
  101. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  102. "https://api.nuget.org/v3/index.json": {}
  103. },
  104. "frameworks": {
  105. "net48": {
  106. "projectReferences": {}
  107. }
  108. },
  109. "restoreAuditProperties": {
  110. "enableAudit": "true",
  111. "auditLevel": "low",
  112. "auditMode": "direct"
  113. }
  114. },
  115. "frameworks": {
  116. "net48": {
  117. "dependencies": {
  118. "Microsoft.Extensions.Configuration.Abstractions": {
  119. "target": "Package",
  120. "version": "[8.0.0, )"
  121. },
  122. "Microsoft.Identity.Client": {
  123. "target": "Package",
  124. "version": "[4.61.3, )"
  125. },
  126. "Microsoft.Identity.Client.Extensions.Msal": {
  127. "target": "Package",
  128. "version": "[4.61.3, )"
  129. },
  130. "Microsoft.InformationProtection.File": {
  131. "target": "Package",
  132. "version": "[1.14.128, )"
  133. },
  134. "Serilog": {
  135. "target": "Package",
  136. "version": "[4.0.0, )"
  137. },
  138. "log4net": {
  139. "target": "Package",
  140. "version": "[2.0.17, )"
  141. }
  142. }
  143. }
  144. },
  145. "runtimes": {
  146. "win": {
  147. "#import": []
  148. },
  149. "win-arm64": {
  150. "#import": []
  151. },
  152. "win-x64": {
  153. "#import": []
  154. },
  155. "win-x86": {
  156. "#import": []
  157. }
  158. }
  159. }
  160. }
  161. }