project.assets.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "version": 3,
  3. "targets": {
  4. "net8.0": {}
  5. },
  6. "libraries": {},
  7. "projectFileDependencyGroups": {
  8. "net8.0": []
  9. },
  10. "packageFolders": {
  11. "C:\\Users\\choro\\.nuget\\packages\\": {},
  12. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
  13. },
  14. "project": {
  15. "version": "1.0.0",
  16. "restore": {
  17. "projectUniqueName": "E:\\workspace\\bitforum\\backend\\bitforum\\bitforum.csproj",
  18. "projectName": "bitforum",
  19. "projectPath": "E:\\workspace\\bitforum\\backend\\bitforum\\bitforum.csproj",
  20. "packagesPath": "C:\\Users\\choro\\.nuget\\packages\\",
  21. "outputPath": "E:\\workspace\\bitforum\\backend\\bitforum\\obj\\",
  22. "projectStyle": "PackageReference",
  23. "fallbackFolders": [
  24. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  25. ],
  26. "configFilePaths": [
  27. "C:\\Users\\choro\\AppData\\Roaming\\NuGet\\NuGet.Config",
  28. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  29. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  30. ],
  31. "originalTargetFrameworks": [
  32. "net8.0"
  33. ],
  34. "sources": {
  35. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  36. "https://api.nuget.org/v3/index.json": {}
  37. },
  38. "frameworks": {
  39. "net8.0": {
  40. "targetAlias": "net8.0",
  41. "projectReferences": {}
  42. }
  43. },
  44. "warningProperties": {
  45. "warnAsError": [
  46. "NU1605"
  47. ]
  48. },
  49. "restoreAuditProperties": {
  50. "enableAudit": "true",
  51. "auditLevel": "low",
  52. "auditMode": "direct"
  53. },
  54. "SdkAnalysisLevel": "9.0.100"
  55. },
  56. "frameworks": {
  57. "net8.0": {
  58. "targetAlias": "net8.0",
  59. "imports": [
  60. "net461",
  61. "net462",
  62. "net47",
  63. "net471",
  64. "net472",
  65. "net48",
  66. "net481"
  67. ],
  68. "assetTargetFallback": true,
  69. "warn": true,
  70. "frameworkReferences": {
  71. "Microsoft.AspNetCore.App": {
  72. "privateAssets": "none"
  73. },
  74. "Microsoft.NETCore.App": {
  75. "privateAssets": "all"
  76. }
  77. },
  78. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.101/PortableRuntimeIdentifierGraph.json"
  79. }
  80. }
  81. }
  82. }