Test.csproj.nuget.dgspec.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. {
  2. "format": 1,
  3. "restore": {
  4. "E:\\projects\\praktika\\Test\\Test.csproj": {}
  5. },
  6. "projects": {
  7. "E:\\projects\\praktika\\praktika\\BooksRating.csproj": {
  8. "version": "1.0.0",
  9. "restore": {
  10. "projectUniqueName": "E:\\projects\\praktika\\praktika\\BooksRating.csproj",
  11. "projectName": "BooksRating",
  12. "projectPath": "E:\\projects\\praktika\\praktika\\BooksRating.csproj",
  13. "packagesPath": "C:\\Users\\bdyom\\.nuget\\packages\\",
  14. "outputPath": "E:\\projects\\praktika\\praktika\\obj\\",
  15. "projectStyle": "PackageReference",
  16. "fallbackFolders": [
  17. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  18. ],
  19. "configFilePaths": [
  20. "C:\\Users\\bdyom\\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-windows"
  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-windows7.0": {
  34. "targetAlias": "net8.0-windows",
  35. "projectReferences": {}
  36. }
  37. },
  38. "warningProperties": {
  39. "warnAsError": [
  40. "NU1605"
  41. ]
  42. },
  43. "restoreAuditProperties": {
  44. "enableAudit": "true",
  45. "auditLevel": "low",
  46. "auditMode": "direct"
  47. }
  48. },
  49. "frameworks": {
  50. "net8.0-windows7.0": {
  51. "targetAlias": "net8.0-windows",
  52. "dependencies": {
  53. "Npgsql": {
  54. "target": "Package",
  55. "version": "[9.0.3, )"
  56. }
  57. },
  58. "imports": [
  59. "net461",
  60. "net462",
  61. "net47",
  62. "net471",
  63. "net472",
  64. "net48",
  65. "net481"
  66. ],
  67. "assetTargetFallback": true,
  68. "warn": true,
  69. "frameworkReferences": {
  70. "Microsoft.NETCore.App": {
  71. "privateAssets": "all"
  72. },
  73. "Microsoft.WindowsDesktop.App.WindowsForms": {
  74. "privateAssets": "none"
  75. }
  76. },
  77. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.200/PortableRuntimeIdentifierGraph.json"
  78. }
  79. }
  80. },
  81. "E:\\projects\\praktika\\Test\\Test.csproj": {
  82. "version": "1.0.0",
  83. "restore": {
  84. "projectUniqueName": "E:\\projects\\praktika\\Test\\Test.csproj",
  85. "projectName": "Test",
  86. "projectPath": "E:\\projects\\praktika\\Test\\Test.csproj",
  87. "packagesPath": "C:\\Users\\bdyom\\.nuget\\packages\\",
  88. "outputPath": "E:\\projects\\praktika\\Test\\obj\\",
  89. "projectStyle": "PackageReference",
  90. "fallbackFolders": [
  91. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  92. ],
  93. "configFilePaths": [
  94. "C:\\Users\\bdyom\\AppData\\Roaming\\NuGet\\NuGet.Config",
  95. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  96. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  97. ],
  98. "originalTargetFrameworks": [
  99. "net8.0"
  100. ],
  101. "sources": {
  102. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  103. "C:\\Program Files\\dotnet\\library-packs": {},
  104. "https://api.nuget.org/v3/index.json": {}
  105. },
  106. "frameworks": {
  107. "net8.0": {
  108. "targetAlias": "net8.0",
  109. "projectReferences": {
  110. "E:\\projects\\praktika\\praktika\\BooksRating.csproj": {
  111. "projectPath": "E:\\projects\\praktika\\praktika\\BooksRating.csproj"
  112. }
  113. }
  114. }
  115. },
  116. "warningProperties": {
  117. "warnAsError": [
  118. "NU1605"
  119. ]
  120. },
  121. "restoreAuditProperties": {
  122. "enableAudit": "true",
  123. "auditLevel": "low",
  124. "auditMode": "direct"
  125. }
  126. },
  127. "frameworks": {
  128. "net8.0": {
  129. "targetAlias": "net8.0",
  130. "dependencies": {
  131. "Microsoft.NET.Test.Sdk": {
  132. "target": "Package",
  133. "version": "[17.8.0, )"
  134. },
  135. "coverlet.collector": {
  136. "target": "Package",
  137. "version": "[6.0.0, )"
  138. },
  139. "xunit": {
  140. "target": "Package",
  141. "version": "[2.5.3, )"
  142. },
  143. "xunit.runner.visualstudio": {
  144. "target": "Package",
  145. "version": "[2.5.3, )"
  146. }
  147. },
  148. "imports": [
  149. "net461",
  150. "net462",
  151. "net47",
  152. "net471",
  153. "net472",
  154. "net48",
  155. "net481"
  156. ],
  157. "assetTargetFallback": true,
  158. "warn": true,
  159. "frameworkReferences": {
  160. "Microsoft.NETCore.App": {
  161. "privateAssets": "all"
  162. }
  163. },
  164. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.200/PortableRuntimeIdentifierGraph.json"
  165. }
  166. }
  167. }
  168. }
  169. }