Firstborn/Library/PackageCache/com.unity.collections@1.4.0/Unity.Collections.Tests/Unity.Collections.Tests.asmdef
Schaken-Mods b486678290 Library -Artifacts
Library -Artifacts
2023-03-28 12:24:16 -05:00

36 lines
816 B
Plaintext

{
"name": "Unity.Collections.Tests",
"references": [
"Unity.Collections",
"Unity.Burst",
"Unity.Jobs",
"Unity.Mathematics",
"Unity.Collections.BurstCompatibilityGen"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines":
[
{
"name": "com.unity.jobs",
"expression": "[0.0.0,0.70.0-preview.1)",
"define": "UNITY_JOBS_LESS_THAN_0_7"
}
],
"noEngineReferences": false,
"optionalUnityReferences": [
"TestAssemblies"
]
}