com.Tivadar.Best.HTTP.asmdef 864 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "com.Tivadar.Best.HTTP",
  3. "rootNamespace": "Best.HTTP",
  4. "references": [
  5. "Unity.Burst",
  6. "Unity.Profiling.Core",
  7. "UniTask"
  8. ],
  9. "includePlatforms": [],
  10. "excludePlatforms": [],
  11. "allowUnsafeCode": true,
  12. "overrideReferences": false,
  13. "precompiledReferences": [],
  14. "autoReferenced": true,
  15. "defineConstraints": [],
  16. "versionDefines": [
  17. {
  18. "name": "com.unity.burst",
  19. "expression": "1.8.7",
  20. "define": "BESTHTTP_WITH_BURST"
  21. },
  22. {
  23. "name": "com.unity.profiling.core",
  24. "expression": "1.0.0",
  25. "define": "BESTHTTP_PROFILE"
  26. },
  27. {
  28. "name": "com.cysharp.unitask",
  29. "expression": "1.0.0",
  30. "define": "WITH_UNITASK"
  31. }
  32. ],
  33. "noEngineReferences": false
  34. }