BookStore.csproj.nuget.dgspec.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "format": 1,
  3. "restore": {
  4. "Z:\\2 курс\\BookStore\\BookStore.csproj": {}
  5. },
  6. "projects": {
  7. "Z:\\2 курс\\BookStore\\BookStore.csproj": {
  8. "version": "1.0.0",
  9. "restore": {
  10. "projectUniqueName": "Z:\\2 курс\\BookStore\\BookStore.csproj",
  11. "projectName": "BookStore",
  12. "projectPath": "Z:\\2 курс\\BookStore\\BookStore.csproj",
  13. "packagesPath": "C:\\Users\\gr606_pokse\\.nuget\\packages\\",
  14. "outputPath": "Z:\\2 курс\\BookStore\\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. ],
  20. "configFilePaths": [
  21. "C:\\Users\\gr606_pokse\\AppData\\Roaming\\NuGet\\NuGet.Config",
  22. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  23. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
  24. "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
  25. ],
  26. "originalTargetFrameworks": [
  27. "net5.0-windows7.0"
  28. ],
  29. "sources": {
  30. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  31. "https://api.nuget.org/v3/index.json": {}
  32. },
  33. "frameworks": {
  34. "net5.0-windows7.0": {
  35. "targetAlias": "net5.0-windows",
  36. "projectReferences": {}
  37. }
  38. },
  39. "warningProperties": {
  40. "warnAsError": [
  41. "NU1605"
  42. ]
  43. }
  44. },
  45. "frameworks": {
  46. "net5.0-windows7.0": {
  47. "targetAlias": "net5.0-windows",
  48. "dependencies": {
  49. "Microsoft.EntityFrameworkCore": {
  50. "target": "Package",
  51. "version": "[5.0.9, )"
  52. },
  53. "Microsoft.EntityFrameworkCore.SqlServer": {
  54. "target": "Package",
  55. "version": "[5.0.9, )"
  56. },
  57. "System.Configuration.ConfigurationManager": {
  58. "target": "Package",
  59. "version": "[5.0.0, )"
  60. }
  61. },
  62. "imports": [
  63. "net461",
  64. "net462",
  65. "net47",
  66. "net471",
  67. "net472",
  68. "net48"
  69. ],
  70. "assetTargetFallback": true,
  71. "warn": true,
  72. "frameworkReferences": {
  73. "Microsoft.NETCore.App": {
  74. "privateAssets": "all"
  75. },
  76. "Microsoft.WindowsDesktop.App.WPF": {
  77. "privateAssets": "none"
  78. }
  79. },
  80. "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json"
  81. }
  82. }
  83. }
  84. }
  85. }