Skip to content

Commit 031aaad

Browse files
committed
add Unity.Nuget.Newtonsoft-Json in the assembly definition
1 parent cd795f7 commit 031aaad

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

Editor/undream.llmunity.Editor.asmdef

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"Editor"
55
],
66
"references": [
7-
"undream.llmunity.Runtime"
7+
"undream.llmunity.Runtime",
8+
"Unity.Nuget.Newtonsoft-Json"
89
]
9-
}
10+
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "undream.llmunity.Runtime",
33
"references": [
4-
"Cloud.Unum.USearch"
4+
"Cloud.Unum.USearch",
5+
"Unity.Nuget.Newtonsoft-Json"
56
]
6-
}
7+
}

Tests/Editor/undream.llmunity.Editor.Tests.asmdef

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "undream.llmunity.Editor.Tests",
33
"references": [
4-
"undream.llmunity.Runtime"
4+
"undream.llmunity.Runtime",
5+
"Unity.Nuget.Newtonsoft-Json"
56
],
67
"optionalUnityReferences": [
78
"TestAssemblies"

0 commit comments

Comments
 (0)