diff --git a/UnityGLTF/Assets/UnityGLTF/Tests/UnityGLTFTests.asmdef b/UnityGLTF/Assets/UnityGLTF/Tests/UnityGLTFTests.asmdef index e820e4857..d7dd69f4d 100644 --- a/UnityGLTF/Assets/UnityGLTF/Tests/UnityGLTFTests.asmdef +++ b/UnityGLTF/Assets/UnityGLTF/Tests/UnityGLTFTests.asmdef @@ -1,12 +1,23 @@ { "name": "UnityGLTFTests", - "optionalUnityReferences": [ - "TestAssemblies" - ], "references": [ "UnityGLTFScripts", - "UnityGLTFEditor" + "UnityGLTFEditor", + "UnityEngine.TestRunner", + "UnityEditor.TestRunner" ], "includePlatforms": [], - "excludePlatforms": [] + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": true, + "precompiledReferences": [ + "nunit.framework.dll", + "Newtonsoft.Json.dll", + "GLTFSerialization.dll" + ], + "autoReferenced": false, + "defineConstraints": [ + "UNITY_INCLUDE_TESTS" + ], + "versionDefines": [] } \ No newline at end of file