project.assets.json 2.1 KB

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