Files
ShrinkDataSaver/Tests/ShrinkDataSaver.Tests.asmdef
cneicy 739fe328e7
Publish UPM package / publish (push) Failing after 1s
chore: initialize standalone UPM package
2026-08-26 02:50:03 +08:00

25 lines
593 B
Plaintext

{
"name": "ShrinkDataSaver.Tests",
"rootNamespace": "ShrinkDataSaver.Tests",
"references": [
"ShrinkDataSaver.Runtime",
"UniTask",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"Newtonsoft.Json.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
}