Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 9609f31

Browse files
committed
fix asmdef files giving errors on 2018.3
1 parent d103888 commit 9609f31

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/ExtensionLoader/ExtensionLoader.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ExtensionLoader",
3-
"references": ["../../build/GitHub.UnityShim.dll"],
3+
"precompiledReferences": ["../../build/GitHub.UnityShim.dll"],
44
"includePlatforms": [
55
"Editor"
66
],

src/UnityExtension/Assets/Editor/UnityTests/UnityTests.asmdef

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@
33
"references": [
44
"GitHub.Unity"
55
],
6+
"optionalUnityReferences": [
7+
"TestAssemblies"
8+
],
69
"includePlatforms": [
710
"Editor"
811
],
9-
"excludePlatforms": []
12+
"excludePlatforms": [],
13+
"allowUnsafeCode": false,
14+
"overrideReferences": false,
15+
"precompiledReferences": [],
16+
"autoReferenced": true,
17+
"defineConstraints": []
1018
}

0 commit comments

Comments
 (0)