Skip to content

Commit f39c3ea

Browse files
committed
chore(asmdef): Update assembly definition references
Changed overrideReferences to true and added Lunar.dll to precompiledReferences.
1 parent fb91339 commit f39c3ea

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed
Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
{
2-
"name": "com.bliaik.lunar.addressables.runtime",
3-
"rootNamespace": "Lunar.Adapters.Unity.Addressables",
4-
"references": [
5-
"GUID:84651a3751eca9349aac36a66bba901b",
6-
"GUID:9e24947de15b9834991c9d8411ea37cf",
7-
"GUID:2e06119b091f14c75885a2a022e35ceb"
8-
],
9-
"includePlatforms": [],
10-
"excludePlatforms": [],
11-
"allowUnsafeCode": false,
12-
"overrideReferences": false,
13-
"precompiledReferences": [],
14-
"autoReferenced": true,
15-
"defineConstraints": [],
16-
"versionDefines": [],
17-
"noEngineReferences": false
2+
"name": "com.bliaik.lunar.addressables.runtime",
3+
"rootNamespace": "Lunar.Adapters.Unity.Addressables",
4+
"references": [
5+
"GUID:84651a3751eca9349aac36a66bba901b",
6+
"GUID:9e24947de15b9834991c9d8411ea37cf",
7+
"GUID:2e06119b091f14c75885a2a022e35ceb"
8+
],
9+
"includePlatforms": [],
10+
"excludePlatforms": [],
11+
"allowUnsafeCode": false,
12+
"overrideReferences": true,
13+
"precompiledReferences": [
14+
"Lunar.dll"
15+
],
16+
"autoReferenced": true,
17+
"defineConstraints": [],
18+
"versionDefines": [],
19+
"noEngineReferences": false
1820
}

0 commit comments

Comments
 (0)