Skip to content

Commit a6064b1

Browse files
committed
fix(build): make assembly definitions compatible to unity 2018 and 2019
1 parent 1b47145 commit a6064b1

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

Tests/IBM.Watson.Tests.asmdef

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
{
22
"name": "IBM.Watson.Tests",
3-
"references": [
4-
"WatsonUnitySDK",
5-
"IBM.Cloud.SDK"
6-
],
3+
"references": [
4+
"WatsonUnitySDK",
5+
"IBM.Cloud.SDK"
6+
],
77
"optionalUnityReferences": [
88
"TestAssemblies"
99
],
1010
"includePlatforms": [],
1111
"excludePlatforms": [],
1212
"allowUnsafeCode": false,
13-
"overrideReferences": false,
14-
"precompiledReferences": [],
15-
"autoReferenced": true,
16-
"defineConstraints": []
13+
"overrideReferences": true,
14+
"precompiledReferences": [
15+
"nunit.framework.dll",
16+
"Newtonsoft.Json.dll"
17+
],
18+
"autoReferenced": false,
19+
"defineConstraints": [],
20+
"versionDefines": []
1721
}

0 commit comments

Comments
 (0)