Skip to content

Commit

Permalink
Asmdef fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnSur committed Aug 3, 2023
1 parent b768f3e commit 6c90575
Showing 1 changed file with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "OneAsset.Editor",
"references": [
"OneAsset"
]
"name": "OneAsset.Editor",
"rootNamespace": "",
"references": [
"OneAsset"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

0 comments on commit 6c90575

Please sign in to comment.