EasyMQ.MessagePackSerializer.csproj.nuget.dgspec.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. {
  2. "format": 1,
  3. "restore": {
  4. "E:\\程序\\ShakerControl\\EasyMQ.MessagePackSerializer\\EasyMQ.MessagePackSerializer.csproj": {}
  5. },
  6. "projects": {
  7. "E:\\程序\\ShakerControl\\EasyMQ.MessagePackSerializer\\EasyMQ.MessagePackSerializer.csproj": {
  8. "version": "1.0.0",
  9. "restore": {
  10. "projectUniqueName": "E:\\程序\\ShakerControl\\EasyMQ.MessagePackSerializer\\EasyMQ.MessagePackSerializer.csproj",
  11. "projectName": "EasyMQ.MessagePackSerializer",
  12. "projectPath": "E:\\程序\\ShakerControl\\EasyMQ.MessagePackSerializer\\EasyMQ.MessagePackSerializer.csproj",
  13. "packagesPath": "C:\\Users\\l2736\\.nuget\\packages\\",
  14. "outputPath": "E:\\程序\\ShakerControl\\EasyMQ.MessagePackSerializer\\obj\\",
  15. "projectStyle": "PackageReference",
  16. "fallbackFolders": [
  17. "d:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  18. ],
  19. "configFilePaths": [
  20. "C:\\Users\\l2736\\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. "https://pkgs.dev.azure.com/l273687697/cc8c1093-e041-4032-be7f-95fde0873889/_packaging/AzureNuget/nuget/v3/index.json": {}
  32. },
  33. "frameworks": {
  34. "net8.0": {
  35. "targetAlias": "net8.0",
  36. "projectReferences": {
  37. "E:\\程序\\ShakerControl\\EasyMQ\\EasyMQ.csproj": {
  38. "projectPath": "E:\\程序\\ShakerControl\\EasyMQ\\EasyMQ.csproj"
  39. }
  40. }
  41. }
  42. },
  43. "warningProperties": {
  44. "warnAsError": [
  45. "NU1605"
  46. ]
  47. },
  48. "restoreAuditProperties": {
  49. "enableAudit": "true",
  50. "auditLevel": "low",
  51. "auditMode": "direct"
  52. }
  53. },
  54. "frameworks": {
  55. "net8.0": {
  56. "targetAlias": "net8.0",
  57. "dependencies": {
  58. "MessagePack": {
  59. "target": "Package",
  60. "version": "[2.5.140, )"
  61. },
  62. "MessagePackAnalyzer": {
  63. "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
  64. "suppressParent": "All",
  65. "target": "Package",
  66. "version": "[2.5.140, )"
  67. }
  68. },
  69. "imports": [
  70. "net461",
  71. "net462",
  72. "net47",
  73. "net471",
  74. "net472",
  75. "net48",
  76. "net481"
  77. ],
  78. "assetTargetFallback": true,
  79. "warn": true,
  80. "frameworkReferences": {
  81. "Microsoft.NETCore.App": {
  82. "privateAssets": "all"
  83. }
  84. },
  85. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.204/PortableRuntimeIdentifierGraph.json"
  86. }
  87. }
  88. },
  89. "E:\\程序\\ShakerControl\\EasyMQ\\EasyMQ.csproj": {
  90. "version": "1.0.0",
  91. "restore": {
  92. "projectUniqueName": "E:\\程序\\ShakerControl\\EasyMQ\\EasyMQ.csproj",
  93. "projectName": "EasyMQ",
  94. "projectPath": "E:\\程序\\ShakerControl\\EasyMQ\\EasyMQ.csproj",
  95. "packagesPath": "C:\\Users\\l2736\\.nuget\\packages\\",
  96. "outputPath": "E:\\程序\\ShakerControl\\EasyMQ\\obj\\",
  97. "projectStyle": "PackageReference",
  98. "fallbackFolders": [
  99. "d:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  100. ],
  101. "configFilePaths": [
  102. "C:\\Users\\l2736\\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. "net7.0"
  108. ],
  109. "sources": {
  110. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  111. "C:\\Program Files\\dotnet\\library-packs": {},
  112. "https://api.nuget.org/v3/index.json": {},
  113. "https://pkgs.dev.azure.com/l273687697/cc8c1093-e041-4032-be7f-95fde0873889/_packaging/AzureNuget/nuget/v3/index.json": {}
  114. },
  115. "frameworks": {
  116. "net7.0": {
  117. "targetAlias": "net7.0",
  118. "projectReferences": {}
  119. }
  120. },
  121. "warningProperties": {
  122. "warnAsError": [
  123. "NU1605"
  124. ]
  125. },
  126. "restoreAuditProperties": {
  127. "enableAudit": "true",
  128. "auditLevel": "low",
  129. "auditMode": "direct"
  130. }
  131. },
  132. "frameworks": {
  133. "net7.0": {
  134. "targetAlias": "net7.0",
  135. "dependencies": {
  136. "Apache.NMS.ActiveMQ": {
  137. "target": "Package",
  138. "version": "[2.1.0, )"
  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\\8.0.204\\RuntimeIdentifierGraph.json"
  158. }
  159. }
  160. }
  161. }
  162. }