BookShelfMongoDB.csproj.nuget.dgspec.json 2.6 KB

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