Files
ShrinkNetwork.Integration.E…/Tests/ShrinkNetwork.Integration.EventBus.Tests.asmdef
T
cneicy 05bfe9c430
Publish UPM package / publish (push) Failing after 1s
chore: initialize standalone UPM package
2026-08-26 02:50:38 +08:00

19 lines
512 B
Plaintext

{
"name": "ShrinkNetwork.Integration.EventBus.Tests",
"rootNamespace": "ShrinkNetwork.Integration.EventBus.Tests",
"references": [
"ShrinkNetwork.Integration.EventBus",
"ShrinkNetwork.Runtime",
"ShrinkEventBus.Runtime",
"UniTask",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
],
"includePlatforms": ["Editor"],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"autoReferenced": false,
"defineConstraints": ["UNITY_INCLUDE_TESTS"]
}