Files
ShrinkContext.EventBusAdapter/Tests/ShrinkContext.EventBusAdapter.Tests.asmdef
cneicy b00f0b3684
Publish UPM package / publish (push) Failing after 1s
chore: initialize standalone UPM package
2026-08-26 02:50:01 +08:00

24 lines
640 B
Plaintext

{
"name": "ShrinkContext.EventBusAdapter.Tests",
"rootNamespace": "ShrinkContext.EventBusAdapter.Tests",
"references": [
"ShrinkContext.EventBusAdapter.Runtime",
"ShrinkContext.Core.Runtime",
"ShrinkEventBus.Runtime",
"UniTask",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
}