Luban.Rust.deps.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v8.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v8.0": {
  9. "Luban.Rust/1.0.0": {
  10. "dependencies": {
  11. "Luban.Core": "1.0.0"
  12. },
  13. "runtime": {
  14. "Luban.Rust.dll": {}
  15. }
  16. },
  17. "NLog/5.3.4": {
  18. "runtime": {
  19. "lib/netstandard2.0/NLog.dll": {
  20. "assemblyVersion": "5.0.0.0",
  21. "fileVersion": "5.3.4.2778"
  22. }
  23. }
  24. },
  25. "Scriban/5.12.0": {
  26. "runtime": {
  27. "lib/net7.0/Scriban.dll": {
  28. "assemblyVersion": "5.0.0.0",
  29. "fileVersion": "5.12.0.0"
  30. }
  31. }
  32. },
  33. "Luban.Core/1.0.0": {
  34. "dependencies": {
  35. "NLog": "5.3.4",
  36. "Scriban": "5.12.0"
  37. },
  38. "runtime": {
  39. "Luban.Core.dll": {
  40. "assemblyVersion": "1.0.0.0",
  41. "fileVersion": "1.0.0.0"
  42. }
  43. }
  44. }
  45. }
  46. },
  47. "libraries": {
  48. "Luban.Rust/1.0.0": {
  49. "type": "project",
  50. "serviceable": false,
  51. "sha512": ""
  52. },
  53. "NLog/5.3.4": {
  54. "type": "package",
  55. "serviceable": true,
  56. "sha512": "sha512-gLy7+O1hEYJXIlcTr1/VWjGXrZTQFZzYNO18IWasD64pNwz0BreV+nHLxWKXWZzERRzoKnsk2XYtwLkTVk7J1A==",
  57. "path": "nlog/5.3.4",
  58. "hashPath": "nlog.5.3.4.nupkg.sha512"
  59. },
  60. "Scriban/5.12.0": {
  61. "type": "package",
  62. "serviceable": true,
  63. "sha512": "sha512-/YTTCxjBIpfwX3MKMT4JMFVl1jX4IHW7zih+Bg3cTIkzGnbFt+B3l/k90ILDw6DRiFE7T+VxEyls7zk4p029ng==",
  64. "path": "scriban/5.12.0",
  65. "hashPath": "scriban.5.12.0.nupkg.sha512"
  66. },
  67. "Luban.Core/1.0.0": {
  68. "type": "project",
  69. "serviceable": false,
  70. "sha512": ""
  71. }
  72. }
  73. }