Replace asmdef GUID references (#564)
parent
98796264ef
commit
cf177b50af
|
|
@ -3,7 +3,7 @@
|
||||||
"rootNamespace": "MCPForUnity.Editor",
|
"rootNamespace": "MCPForUnity.Editor",
|
||||||
"references": [
|
"references": [
|
||||||
"MCPForUnity.Runtime",
|
"MCPForUnity.Runtime",
|
||||||
"GUID:560b04d1a97f54a46a2660c3cc343a6f"
|
"Newtonsoft.Json"
|
||||||
],
|
],
|
||||||
"includePlatforms": [
|
"includePlatforms": [
|
||||||
"Editor"
|
"Editor"
|
||||||
|
|
|
||||||
|
|
@ -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": [],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue