Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorneuecc <ils@neue.cc>2021-11-04 12:04:25 +0300
committerneuecc <ils@neue.cc>2021-11-04 12:04:25 +0300
commit770f34110efa1c723438a9e92455e98ef83c1757 (patch)
treebc5294d5df681547dfc4c3d897d2ff690da3714b /src
parentc38823538505a4854abf3f94d894a61dcf07c98f (diff)
add msgPack.dll reference to Unity's Tests.asmdef
Diffstat (limited to 'src')
-rw-r--r--src/MessagePack.UnityClient/Assets/Scripts/Tests/Tests.asmdef24
1 files changed, 15 insertions, 9 deletions
diff --git a/src/MessagePack.UnityClient/Assets/Scripts/Tests/Tests.asmdef b/src/MessagePack.UnityClient/Assets/Scripts/Tests/Tests.asmdef
index 9fb3f171..a4466b00 100644
--- a/src/MessagePack.UnityClient/Assets/Scripts/Tests/Tests.asmdef
+++ b/src/MessagePack.UnityClient/Assets/Scripts/Tests/Tests.asmdef
@@ -1,19 +1,25 @@
{
"name": "MessagePack.Tests",
+ "rootNamespace": "",
"references": [
"MessagePack",
"MessagePack.Annotations",
- "RuntimeUnitTestToolkit"
- ],
- "optionalUnityReferences": [
- "TestAssemblies"
+ "RuntimeUnitTestToolkit",
+ "UnityEngine.TestRunner",
+ "UnityEditor.TestRunner"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
- "overrideReferences": false,
- "precompiledReferences": [],
- "autoReferenced": true,
- "defineConstraints": [],
- "versionDefines": []
+ "overrideReferences": true,
+ "precompiledReferences": [
+ "nunit.framework.dll",
+ "MsgPack.dll"
+ ],
+ "autoReferenced": false,
+ "defineConstraints": [
+ "UNITY_INCLUDE_TESTS"
+ ],
+ "versionDefines": [],
+ "noEngineReferences": false
} \ No newline at end of file