Unity.CollabProxy.EditorTests.asmdef 253 B

12345678910111213
  1. {
  2. "name": "Unity.CollabProxy.EditorTests",
  3. "references": [
  4. "Unity.CollabProxy.Editor"
  5. ],
  6. "optionalUnityReferences": [
  7. "TestAssemblies"
  8. ],
  9. "includePlatforms": [
  10. "Editor"
  11. ],
  12. "excludePlatforms": []
  13. }