Skip to content

Commit 60c4762

Browse files
committed
update assembly references
1 parent f2fb6b3 commit 60c4762

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/com.unity.formats.fbx.tests/com.unity.formats.fbx.editortests.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.unity.formats.fbx.editortests",
33
"references": [
44
"com.unity.formats.fbx.editor",
5-
"com.unity.formats.fbxsdk",
5+
"Unity.Formats.FbxSdk",
66
"com.unity.formats.fbx.runtime"
77
],
88
"optionalUnityReferences": [

Packages/com.unity.formats.fbx/Editor/com.unity.formats.fbx.editor.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.unity.formats.fbx.editor",
33
"references": [
44
"com.unity.formats.fbx.runtime",
5-
"com.unity.formats.fbxsdk"
5+
"Unity.Formats.FbxSdk"
66
],
77
"includePlatforms": [
88
"Editor"

0 commit comments

Comments
 (0)