Files
ShrinkNetwork/Tests/Editor/ShrinkNetwork.Editor.Tests.asmdef
cneicy 8eaaa3040a
Publish UPM package / publish (push) Failing after 1s
chore: initialize standalone UPM package
2026-08-26 02:50:34 +08:00

24 lines
493 B
Plaintext

{
"name": "ShrinkNetwork.Editor.Tests",
"rootNamespace": "ShrinkNetwork.Editor.Tests",
"references": [
"ShrinkNetwork.Runtime",
"ShrinkNetwork.Editor"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false,
"optionalUnityReferences": [
"TestAssemblies"
]
}