File tree Expand file tree Collapse file tree 2 files changed +29
-8
lines changed
Expand file tree Collapse file tree 2 files changed +29
-8
lines changed Original file line number Diff line number Diff line change 44 "references": [
55 "UnityEngine.TestRunner",
66 "UnityEditor.TestRunner",
7- "NUnit.Analyzers_Unity",
8- "APIExamples.Tests",
9- "UniTask",
10- "TestHelper"
7+ "APIExamples.Tests",
8+ "UniTask",
9+ "TestHelper"
1110 ],
1211 "includePlatforms": [
1312 "Editor"
2221 "defineConstraints": [
2322 "UNITY_INCLUDE_TESTS"
2423 ],
25- "versionDefines": [],
24+ "versionDefines": [
25+ {
26+ "name": "com.unity.test-framework",
27+ "expression": "1.5",
28+ "define": "ENABLE_UTF_1_5"
29+ },
30+ {
31+ "name": "com.unity.test-framework",
32+ "expression": "1.6",
33+ "define": "ENABLE_UTF_1_6"
34+ }
35+ ],
2636 "noEngineReferences": false
2737}
Original file line number Diff line number Diff line change 55 "UnityEngine.TestRunner",
66 "UnityEditor.TestRunner",
77 "APIExamples",
8- "UniTask",
9- "TestHelper"
8+ "UniTask",
9+ "TestHelper"
1010 ],
1111 "includePlatforms": [],
1212 "excludePlatforms": [],
1919 "defineConstraints": [
2020 "UNITY_INCLUDE_TESTS"
2121 ],
22- "versionDefines": [],
22+ "versionDefines": [
23+ {
24+ "name": "com.unity.test-framework",
25+ "expression": "1.5",
26+ "define": "ENABLE_UTF_1_5"
27+ },
28+ {
29+ "name": "com.unity.test-framework",
30+ "expression": "1.6",
31+ "define": "ENABLE_UTF_1_6"
32+ }
33+ ],
2334 "noEngineReferences": false
2435}
You can’t perform that action at this time.
0 commit comments