Skip to content

Commit 39086fc

Browse files
committed
[fix] assembly def fixes
1 parent b027de9 commit 39086fc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Editor/Neocortex.Ollama.Editor.asmdef

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "Neocortex.Ollama.Editor",
33
"rootNamespace": "",
44
"references": [
5-
"GUID:d1f1a193cf9c44f48b7d2f707f514d3c"
5+
"GUID:d1f1a193cf9c44f48b7d2f707f514d3c",
6+
"GUID:9cf82f3f0c8879a4581b529b73d0758b"
67
],
78
"includePlatforms": [
89
"Editor"

Runtime/Neocortex.Ollama.Runtime.asmdef

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "Neocortex.Ollama.Runtime",
33
"rootNamespace": "",
4-
"references": [],
4+
"references": [
5+
"GUID:08f54d1b1cb94fb458c34503226bb17b"
6+
],
57
"includePlatforms": [],
68
"excludePlatforms": [],
79
"allowUnsafeCode": false,

0 commit comments

Comments
 (0)