File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 ` #search-input ` now absorbs the flex/shrink so the ` EnumFlagsField ` and help
1818 button keep their natural size instead of colliding
1919
20+ ### Tests
21+
22+ * [ ThunderKit.Core.Tests] ( Tests/Editor/ThunderKit.Core.Tests.asmdef ) now declares
23+ ` nunit.framework.dll ` as a precompiled reference instead of an assembly definition
24+ reference, so the test assembly resolves on Unity 2018.4.12 — the minimum editor
25+ version declared in ` package.json `
26+
2027### Community Contributions
2128
2229* Thanks to @jan-bures for adding conditional compilation for Unity version
Original file line number Diff line number Diff line change 44 "ThunderKit.Core",
55 "ThunderKit.Common",
66 "ThunderKit.Markdown",
7- "ThunderKit.Thunderstore",
8- "nunit.framework"
7+ "ThunderKit.Thunderstore"
98 ],
109 "optionalUnityReferences": [
1110 "TestAssemblies"
1716 "allowUnsafeCode": false,
1817 "overrideReferences": true,
1918 "precompiledReferences": [
20- "AssetsTools.NET.dll"
19+ "AssetsTools.NET.dll",
20+ "nunit.framework.dll"
2121 ],
2222 "autoReferenced": true,
2323 "defineConstraints": []
You can’t perform that action at this time.
0 commit comments