Skip to content

Commit 628acdc

Browse files
committed
Update manifest
1 parent d0706be commit 628acdc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Packages/com.unity.ide.visualstudio/Editor/com.unity.ide.visualstudio.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"excludePlatforms": [],
88
"allowUnsafeCode": false,
9-
"overrideReferences": true,
9+
"overrideReferences": false,
1010
"precompiledReferences": [
1111
"Newtonsoft.Json.dll"
1212
],

Packages/com.unity.ide.visualstudio/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"unity": "2019.4",
77
"unityRelease": "25f1",
88
"dependencies": {
9-
"com.unity.test-framework": "1.1.9"
9+
"com.unity.test-framework": "1.1.9",
10+
"com.unity.nuget.newtonsoft-json": "3.0.2"
1011
},
1112
"relatedPackages": {
1213
"com.unity.ide.visualstudio.tests": "2.0.20"

0 commit comments

Comments
 (0)