diff --git a/Assets/Tests/Editor/EerieVillage.Tests.Editor.asmdef b/Assets/Tests/Editor/EerieVillage.Tests.Editor.asmdef index b3636f5..549c02b 100644 --- a/Assets/Tests/Editor/EerieVillage.Tests.Editor.asmdef +++ b/Assets/Tests/Editor/EerieVillage.Tests.Editor.asmdef @@ -10,11 +10,9 @@ ], "excludePlatforms": [], "allowUnsafeCode": false, - "overrideReferences": true, - "precompiledReferences": [ - "nunit.framework.dll" - ], - "autoReferenced": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, "defineConstraints": [ "UNITY_INCLUDE_TESTS" ],