Skip to content

Commit f6fc60a

Browse files
authored
Disable autoReferenced in NuGetForUnity.asmdef (#724)
1 parent f789083 commit f6fc60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NuGetForUnity/Editor/NuGetForUnity.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"precompiledReferences": [
1212
"NuGetForUnity.PluginAPI.dll"
1313
],
14-
"autoReferenced": true,
14+
"autoReferenced": false,
1515
"defineConstraints": [],
1616
"versionDefines": [],
1717
"noEngineReferences": false

0 commit comments

Comments
 (0)