Recepie.csproj.nuget.dgspec.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "format": 1,
  3. "restore": {
  4. "D:\\Programming\\Projects\\Recepie\\Recepie.csproj": {}
  5. },
  6. "projects": {
  7. "D:\\Programming\\Projects\\Recepie\\Recepie.csproj": {
  8. "version": "1.0.0",
  9. "restore": {
  10. "projectUniqueName": "D:\\Programming\\Projects\\Recepie\\Recepie.csproj",
  11. "projectName": "Recepie",
  12. "projectPath": "D:\\Programming\\Projects\\Recepie\\Recepie.csproj",
  13. "packagesPath": "C:\\Users\\Axel-PC\\.nuget\\packages\\",
  14. "outputPath": "D:\\Programming\\Projects\\Recepie\\obj\\",
  15. "projectStyle": "PackageReference",
  16. "configFilePaths": [
  17. "C:\\Users\\Axel-PC\\AppData\\Roaming\\NuGet\\NuGet.Config",
  18. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  19. ],
  20. "originalTargetFrameworks": [
  21. "net8.0"
  22. ],
  23. "sources": {
  24. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  25. "https://api.nuget.org/v3/index.json": {}
  26. },
  27. "frameworks": {
  28. "net8.0": {
  29. "targetAlias": "net8.0",
  30. "projectReferences": {}
  31. }
  32. },
  33. "warningProperties": {
  34. "warnAsError": [
  35. "NU1605"
  36. ]
  37. },
  38. "restoreAuditProperties": {
  39. "enableAudit": "true",
  40. "auditLevel": "low",
  41. "auditMode": "direct"
  42. }
  43. },
  44. "frameworks": {
  45. "net8.0": {
  46. "targetAlias": "net8.0",
  47. "dependencies": {
  48. "Microsoft.EntityFrameworkCore": {
  49. "target": "Package",
  50. "version": "[9.0.9, )"
  51. },
  52. "Microsoft.EntityFrameworkCore.Tools": {
  53. "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
  54. "suppressParent": "All",
  55. "target": "Package",
  56. "version": "[9.0.9, )"
  57. },
  58. "Pomelo.EntityFrameworkCore.MySql": {
  59. "target": "Package",
  60. "version": "[9.0.0, )"
  61. }
  62. },
  63. "imports": [
  64. "net461",
  65. "net462",
  66. "net47",
  67. "net471",
  68. "net472",
  69. "net48",
  70. "net481"
  71. ],
  72. "assetTargetFallback": true,
  73. "warn": true,
  74. "downloadDependencies": [
  75. {
  76. "name": "Microsoft.NETCore.App.Host.linux-x64",
  77. "version": "[8.0.7, 8.0.7]"
  78. }
  79. ],
  80. "frameworkReferences": {
  81. "Microsoft.AspNetCore.App": {
  82. "privateAssets": "none"
  83. },
  84. "Microsoft.NETCore.App": {
  85. "privateAssets": "all"
  86. }
  87. },
  88. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.303/PortableRuntimeIdentifierGraph.json"
  89. }
  90. },
  91. "runtimes": {
  92. "linux-x64": {
  93. "#import": []
  94. }
  95. }
  96. }
  97. }
  98. }