Files
ShrinkContext.AppAdapter/Tests/ShrinkContext.AppAdapter.Tests.asmdef
cneicy 2e8cc588c4
Publish UPM package / publish (push) Failing after 1s
chore: initialize standalone UPM package
2026-08-26 02:49:53 +08:00

33 lines
937 B
Plaintext

{
"name": "ShrinkContext.AppAdapter.Tests",
"rootNamespace": "ShrinkContext.AppAdapter.Tests",
"references": [
"ShrinkContext.AppAdapter.Runtime",
"ShrinkContext.AppAdapter.Editor",
"ShrinkContext.Core.Runtime",
"ShrinkApp.Core.Runtime",
"ShrinkApp.Starter.Basic.Runtime",
"ShrinkEventBus.Runtime",
"ShrinkNetwork.Integration.App",
"ShrinkCommand.Integration.App",
"ShrinkDataSaver.Integration.App",
"ShrinkNetwork.Runtime",
"ShrinkCommand.Runtime",
"UniTask",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
}