Infrastructure.deps.json 940 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v6.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v6.0": {
  9. "Infrastructure/1.0.0": {
  10. "dependencies": {
  11. "Microsoft.EntityFrameworkCore.Analyzers": "7.0.1"
  12. },
  13. "runtime": {
  14. "Infrastructure.dll": {}
  15. }
  16. },
  17. "Microsoft.EntityFrameworkCore.Analyzers/7.0.1": {}
  18. }
  19. },
  20. "libraries": {
  21. "Infrastructure/1.0.0": {
  22. "type": "project",
  23. "serviceable": false,
  24. "sha512": ""
  25. },
  26. "Microsoft.EntityFrameworkCore.Analyzers/7.0.1": {
  27. "type": "package",
  28. "serviceable": true,
  29. "sha512": "sha512-4A4NFkPFoRMdry24Hjdb5/sOH3tU3hzFePTGnSg8P+VBrFp/EO8kcA4L0hBzwbXj2HGNL8I/quYyS5GVtb4EOg==",
  30. "path": "microsoft.entityframeworkcore.analyzers/7.0.1",
  31. "hashPath": "microsoft.entityframeworkcore.analyzers.7.0.1.nupkg.sha512"
  32. }
  33. }
  34. }