From cf177b50afde481a377b4687c4a17aea21f12106 Mon Sep 17 00:00:00 2001 From: dsarno Date: Thu, 15 Jan 2026 07:52:53 -0800 Subject: [PATCH] Replace asmdef GUID references (#564) --- MCPForUnity/Editor/MCPForUnity.Editor.asmdef | 2 +- MCPForUnity/Runtime/MCPForUnity.Runtime.asmdef | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MCPForUnity/Editor/MCPForUnity.Editor.asmdef b/MCPForUnity/Editor/MCPForUnity.Editor.asmdef index 47621bd..9685029 100644 --- a/MCPForUnity/Editor/MCPForUnity.Editor.asmdef +++ b/MCPForUnity/Editor/MCPForUnity.Editor.asmdef @@ -3,7 +3,7 @@ "rootNamespace": "MCPForUnity.Editor", "references": [ "MCPForUnity.Runtime", - "GUID:560b04d1a97f54a46a2660c3cc343a6f" + "Newtonsoft.Json" ], "includePlatforms": [ "Editor" diff --git a/MCPForUnity/Runtime/MCPForUnity.Runtime.asmdef b/MCPForUnity/Runtime/MCPForUnity.Runtime.asmdef index 52b509f..857872d 100644 --- a/MCPForUnity/Runtime/MCPForUnity.Runtime.asmdef +++ b/MCPForUnity/Runtime/MCPForUnity.Runtime.asmdef @@ -2,7 +2,7 @@ "name": "MCPForUnity.Runtime", "rootNamespace": "MCPForUnity.Runtime", "references": [ - "GUID:560b04d1a97f54a46a2660c3cc343a6f" + "Newtonsoft.Json" ], "includePlatforms": [], "excludePlatforms": [],