EntitySync.csproj.nuget.dgspec.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. {
  2. "format": 1,
  3. "restore": {
  4. "C:\\Users\\Administrator\\Desktop\\OA2023相关文件\\OA2023\\OASystem\\EntitySync\\EntitySync.csproj": {}
  5. },
  6. "projects": {
  7. "C:\\Users\\Administrator\\Desktop\\OA2023相关文件\\OA2023\\OASystem\\EntitySync\\EntitySync.csproj": {
  8. "version": "1.0.0",
  9. "restore": {
  10. "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\OA2023相关文件\\OA2023\\OASystem\\EntitySync\\EntitySync.csproj",
  11. "projectName": "EntitySync",
  12. "projectPath": "C:\\Users\\Administrator\\Desktop\\OA2023相关文件\\OA2023\\OASystem\\EntitySync\\EntitySync.csproj",
  13. "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\",
  14. "outputPath": "C:\\Users\\Administrator\\Desktop\\OA2023相关文件\\OA2023\\OASystem\\EntitySync\\obj\\",
  15. "projectStyle": "PackageReference",
  16. "configFilePaths": [
  17. "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config",
  18. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  19. ],
  20. "originalTargetFrameworks": [
  21. "net6.0"
  22. ],
  23. "sources": {
  24. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  25. "https://api.nuget.org/v3/index.json": {}
  26. },
  27. "frameworks": {
  28. "net6.0": {
  29. "targetAlias": "net6.0",
  30. "projectReferences": {
  31. "C:\\Users\\Administrator\\Desktop\\OA2023相关文件\\OA2023\\OASystem\\PaymentSystem.Domain\\OASystem.Domain.csproj": {
  32. "projectPath": "C:\\Users\\Administrator\\Desktop\\OA2023相关文件\\OA2023\\OASystem\\PaymentSystem.Domain\\OASystem.Domain.csproj"
  33. }
  34. }
  35. }
  36. },
  37. "warningProperties": {
  38. "warnAsError": [
  39. "NU1605"
  40. ]
  41. }
  42. },
  43. "frameworks": {
  44. "net6.0": {
  45. "targetAlias": "net6.0",
  46. "dependencies": {
  47. "Autofac": {
  48. "target": "Package",
  49. "version": "[6.4.0, )"
  50. },
  51. "Autofac.Extensions.DependencyInjection": {
  52. "target": "Package",
  53. "version": "[8.0.0, )"
  54. },
  55. "SqlSugarCore": {
  56. "target": "Package",
  57. "version": "[5.1.3.32, )"
  58. }
  59. },
  60. "imports": [
  61. "net461",
  62. "net462",
  63. "net47",
  64. "net471",
  65. "net472",
  66. "net48",
  67. "net481"
  68. ],
  69. "assetTargetFallback": true,
  70. "warn": true,
  71. "frameworkReferences": {
  72. "Microsoft.NETCore.App": {
  73. "privateAssets": "all"
  74. }
  75. },
  76. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json"
  77. }
  78. }
  79. },
  80. "C:\\Users\\Administrator\\Desktop\\OA2023相关文件\\OA2023\\OASystem\\PaymentSystem.Domain\\OASystem.Domain.csproj": {
  81. "version": "1.0.0",
  82. "restore": {
  83. "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\OA2023相关文件\\OA2023\\OASystem\\PaymentSystem.Domain\\OASystem.Domain.csproj",
  84. "projectName": "OASystem.Domain",
  85. "projectPath": "C:\\Users\\Administrator\\Desktop\\OA2023相关文件\\OA2023\\OASystem\\PaymentSystem.Domain\\OASystem.Domain.csproj",
  86. "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\",
  87. "outputPath": "C:\\Users\\Administrator\\Desktop\\OA2023相关文件\\OA2023\\OASystem\\PaymentSystem.Domain\\obj\\",
  88. "projectStyle": "PackageReference",
  89. "configFilePaths": [
  90. "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config",
  91. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  92. ],
  93. "originalTargetFrameworks": [
  94. "net6.0"
  95. ],
  96. "sources": {
  97. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  98. "https://api.nuget.org/v3/index.json": {}
  99. },
  100. "frameworks": {
  101. "net6.0": {
  102. "targetAlias": "net6.0",
  103. "projectReferences": {}
  104. }
  105. },
  106. "warningProperties": {
  107. "warnAsError": [
  108. "NU1605"
  109. ]
  110. }
  111. },
  112. "frameworks": {
  113. "net6.0": {
  114. "targetAlias": "net6.0",
  115. "dependencies": {
  116. "AutoMapper": {
  117. "target": "Package",
  118. "version": "[12.0.0, )"
  119. },
  120. "AutoMapper.Extensions.Microsoft.DependencyInjection": {
  121. "target": "Package",
  122. "version": "[12.0.0, )"
  123. },
  124. "Autofac": {
  125. "target": "Package",
  126. "version": "[6.4.0, )"
  127. },
  128. "Autofac.Extensions.DependencyInjection": {
  129. "target": "Package",
  130. "version": "[8.0.0, )"
  131. },
  132. "Serilog.Sinks.File": {
  133. "target": "Package",
  134. "version": "[5.0.0, )"
  135. },
  136. "SqlSugarCore": {
  137. "target": "Package",
  138. "version": "[5.1.3.32, )"
  139. }
  140. },
  141. "imports": [
  142. "net461",
  143. "net462",
  144. "net47",
  145. "net471",
  146. "net472",
  147. "net48",
  148. "net481"
  149. ],
  150. "assetTargetFallback": true,
  151. "warn": true,
  152. "frameworkReferences": {
  153. "Microsoft.NETCore.App": {
  154. "privateAssets": "all"
  155. }
  156. },
  157. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json"
  158. }
  159. }
  160. }
  161. }
  162. }