Skip to content

Commit

Permalink
💥 zap!: autoReferenced = false. Now AssemblyDefinition is required to…
Browse files Browse the repository at this point in the history
… reference from user libraries.
  • Loading branch information
esnya committed Feb 25, 2023
1 parent 64536ba commit 7100ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"autoReferenced": false,
"defineConstraints": [
"UDON"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"autoReferenced": false,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
Expand Down

0 comments on commit 7100ddd

Please sign in to comment.