AipGateway.Test.csproj.nuget.dgspec.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. {
  2. "format": 1,
  3. "restore": {
  4. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.Test\\AipGateway.Test.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.Test\\AipGateway.Test.csproj": {
  89. "version": "1.0.0",
  90. "restore": {
  91. "projectUniqueName": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.Test\\AipGateway.Test.csproj",
  92. "projectName": "AipGateway.Test",
  93. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.Test\\AipGateway.Test.csproj",
  94. "packagesPath": "C:\\Users\\OpenValue\\.nuget\\packages\\",
  95. "outputPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.Test\\obj\\",
  96. "projectStyle": "PackageReference",
  97. "skipContentFileWrite": true,
  98. "fallbackFolders": [
  99. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  100. ],
  101. "configFilePaths": [
  102. "C:\\Users\\OpenValue\\AppData\\Roaming\\NuGet\\NuGet.Config",
  103. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  104. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  105. ],
  106. "originalTargetFrameworks": [
  107. "net48"
  108. ],
  109. "sources": {
  110. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  111. "https://api.nuget.org/v3/index.json": {}
  112. },
  113. "frameworks": {
  114. "net48": {
  115. "projectReferences": {
  116. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\AipGateway.AIP.csproj": {
  117. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\AipGateway.AIP.csproj"
  118. }
  119. }
  120. }
  121. },
  122. "restoreAuditProperties": {
  123. "enableAudit": "true",
  124. "auditLevel": "low",
  125. "auditMode": "direct"
  126. }
  127. },
  128. "frameworks": {
  129. "net48": {
  130. "dependencies": {
  131. "Newtonsoft.Json": {
  132. "target": "Package",
  133. "version": "[13.0.3, )"
  134. },
  135. "Serilog": {
  136. "target": "Package",
  137. "version": "[4.0.0, )"
  138. },
  139. "Serilog.Settings.AppSettings": {
  140. "target": "Package",
  141. "version": "[2.2.2, )"
  142. },
  143. "Serilog.Settings.Configuration": {
  144. "target": "Package",
  145. "version": "[8.0.1, )"
  146. },
  147. "Serilog.Sinks.Console": {
  148. "target": "Package",
  149. "version": "[6.0.0, )"
  150. },
  151. "Serilog.Sinks.File": {
  152. "target": "Package",
  153. "version": "[6.0.0, )"
  154. },
  155. "System.Configuration.ConfigurationManager": {
  156. "target": "Package",
  157. "version": "[8.0.0, )"
  158. }
  159. }
  160. }
  161. },
  162. "runtimes": {
  163. "win": {
  164. "#import": []
  165. },
  166. "win-arm64": {
  167. "#import": []
  168. },
  169. "win-x64": {
  170. "#import": []
  171. },
  172. "win-x86": {
  173. "#import": []
  174. }
  175. }
  176. }
  177. }
  178. }