BookStore.csproj.nuget.dgspec.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "format": 1,
  3. "restore": {
  4. "D:\\repos\\BookStoreSQL\\BookStore.csproj": {}
  5. },
  6. "projects": {
  7. "D:\\repos\\BookStoreSQL\\BookStore.csproj": {
  8. "version": "1.0.0",
  9. "restore": {
  10. "projectUniqueName": "D:\\repos\\BookStoreSQL\\BookStore.csproj",
  11. "projectName": "BookStore",
  12. "projectPath": "D:\\repos\\BookStoreSQL\\BookStore.csproj",
  13. "packagesPath": "C:\\Users\\yqks\\.nuget\\packages\\",
  14. "outputPath": "D:\\repos\\BookStoreSQL\\obj\\",
  15. "projectStyle": "PackageReference",
  16. "fallbackFolders": [
  17. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
  18. "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\",
  19. "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
  20. ],
  21. "configFilePaths": [
  22. "C:\\Users\\yqks\\AppData\\Roaming\\NuGet\\NuGet.Config",
  23. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  24. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
  25. "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
  26. ],
  27. "originalTargetFrameworks": [
  28. "net5.0-windows7.0"
  29. ],
  30. "sources": {
  31. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  32. "https://api.nuget.org/v3/index.json": {}
  33. },
  34. "frameworks": {
  35. "net5.0-windows7.0": {
  36. "targetAlias": "net5.0-windows",
  37. "projectReferences": {}
  38. }
  39. },
  40. "warningProperties": {
  41. "warnAsError": [
  42. "NU1605"
  43. ]
  44. }
  45. },
  46. "frameworks": {
  47. "net5.0-windows7.0": {
  48. "targetAlias": "net5.0-windows",
  49. "dependencies": {
  50. "Microsoft.EntityFrameworkCore": {
  51. "target": "Package",
  52. "version": "[5.0.13, )"
  53. },
  54. "Microsoft.EntityFrameworkCore.SqlServer": {
  55. "target": "Package",
  56. "version": "[5.0.13, )"
  57. }
  58. },
  59. "imports": [
  60. "net461",
  61. "net462",
  62. "net47",
  63. "net471",
  64. "net472",
  65. "net48"
  66. ],
  67. "assetTargetFallback": true,
  68. "warn": true,
  69. "frameworkReferences": {
  70. "Microsoft.NETCore.App": {
  71. "privateAssets": "all"
  72. },
  73. "Microsoft.WindowsDesktop.App.WPF": {
  74. "privateAssets": "none"
  75. }
  76. },
  77. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.101\\RuntimeIdentifierGraph.json"
  78. }
  79. }
  80. }
  81. }
  82. }