Halodi.PackageRegistryManager.Tests.asmdef 555 B

1234567891011121314151617181920212223
  1. {
  2. "name": "Halodi.PackageRegistryManager.Tests",
  3. "references": [
  4. "UnityEngine.TestRunner",
  5. "UnityEditor.TestRunner",
  6. "Halodi.PackageRegistryManager.Editor"
  7. ],
  8. "includePlatforms": [
  9. "Editor"
  10. ],
  11. "excludePlatforms": [],
  12. "allowUnsafeCode": false,
  13. "overrideReferences": true,
  14. "precompiledReferences": [
  15. "nunit.framework.dll"
  16. ],
  17. "autoReferenced": false,
  18. "defineConstraints": [
  19. "UNITY_INCLUDE_TESTS"
  20. ],
  21. "versionDefines": [],
  22. "noEngineReferences": false
  23. }