Files
ShrinkNetwork.Integration.App/Tests/ShrinkNetwork.Integration.App.Tests.asmdef
cneicy b9011b9e65
Publish UPM package / publish (push) Failing after 1s
chore: initialize standalone UPM package
2026-08-26 02:50:36 +08:00

25 lines
665 B
Plaintext

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