Skip to content

Commit

Permalink
asmdef
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed May 31, 2019
1 parent 642cbe6 commit 92e1759
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Assets/UniRx.Async/Editor/UniRx.Async.Editor.asmdef
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "UniRx.Async.Editor",
"references": [
"GUID:f51ebe6a0ceec4240a699833d6309b23"
"UniRx.Async"
],
"includePlatforms": [
"Editor"
Expand Down
8 changes: 6 additions & 2 deletions Assets/UniRx.Async/UniRx.Async.asmdef
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "UniRx.Async",
"references": [],
"optionalUnityReferences": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": []
}

0 comments on commit 92e1759

Please sign in to comment.