ProjectZ/Assets/Mirror/Tests/Runtime/Mirror.Tests.Runtime.asmdef

22 lines
522 B
Plaintext
Raw Permalink Normal View History

2024-02-19 21:00:36 +03:00
{
"name": "Mirror.Tests.Runtime",
"references": [
"Mirror",
"Mirror.Components",
"Mirror.Tests.Common"
],
"optionalUnityReferences": [
"TestAssemblies"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"NSubstitute.dll",
"Castle.Core.dll",
"System.Threading.Tasks.Extensions.dll"
],
"autoReferenced": true,
"defineConstraints": []
}