Files
ShrinkContext.Core/Tests/ShrinkContext.Core.Tests.asmdef
cneicy 6eebb8e8e4
Publish UPM package / publish (push) Failing after 1s
chore: initialize standalone UPM package
2026-08-26 02:49:58 +08:00

22 lines
530 B
Plaintext

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