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

Commit 8391ec0

Browse files
committed
Let Unity 2018.3 recreate the ExtensionLoader.asmdef file
1 parent 160bd8c commit 8391ec0

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
{
22
"name": "ExtensionLoader",
3-
"precompiledReferences": ["../../build/GitHub.UnityShim.dll"],
3+
"references": [],
4+
"optionalUnityReferences": [],
45
"includePlatforms": [
56
"Editor"
67
],
7-
"excludePlatforms": []
8+
"excludePlatforms": [],
9+
"allowUnsafeCode": false,
10+
"overrideReferences": true,
11+
"precompiledReferences": [
12+
"GitHub.UnityShim.dll"
13+
],
14+
"autoReferenced": true
815
}

0 commit comments

Comments
 (0)