Files
ShrinkModFramework/Tests/ShrinkModFramework.Tests.asmdef
cneicy 78ccae3e07
Publish UPM package / publish (push) Failing after 1s
chore: initialize standalone UPM package
2026-08-26 02:50:31 +08:00

24 lines
518 B
Plaintext

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