Replace asmdef GUID references (#564)

main
dsarno 2026-01-15 07:52:53 -08:00 committed by GitHub
parent 98796264ef
commit cf177b50af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"rootNamespace": "MCPForUnity.Editor", "rootNamespace": "MCPForUnity.Editor",
"references": [ "references": [
"MCPForUnity.Runtime", "MCPForUnity.Runtime",
"GUID:560b04d1a97f54a46a2660c3cc343a6f" "Newtonsoft.Json"
], ],
"includePlatforms": [ "includePlatforms": [
"Editor" "Editor"

View File

@ -2,7 +2,7 @@
"name": "MCPForUnity.Runtime", "name": "MCPForUnity.Runtime",
"rootNamespace": "MCPForUnity.Runtime", "rootNamespace": "MCPForUnity.Runtime",
"references": [ "references": [
"GUID:560b04d1a97f54a46a2660c3cc343a6f" "Newtonsoft.Json"
], ],
"includePlatforms": [], "includePlatforms": [],
"excludePlatforms": [], "excludePlatforms": [],