Domain.deps.json 1.2 KB

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