We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0706be commit 628acdcCopy full SHA for 628acdc
Packages/com.unity.ide.visualstudio/Editor/com.unity.ide.visualstudio.asmdef
@@ -6,7 +6,7 @@
6
],
7
"excludePlatforms": [],
8
"allowUnsafeCode": false,
9
- "overrideReferences": true,
+ "overrideReferences": false,
10
"precompiledReferences": [
11
"Newtonsoft.Json.dll"
12
Packages/com.unity.ide.visualstudio/package.json
@@ -6,7 +6,8 @@
"unity": "2019.4",
"unityRelease": "25f1",
"dependencies": {
- "com.unity.test-framework": "1.1.9"
+ "com.unity.test-framework": "1.1.9",
+ "com.unity.nuget.newtonsoft-json": "3.0.2"
},
"relatedPackages": {
13
"com.unity.ide.visualstudio.tests": "2.0.20"
0 commit comments