We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da01e65 commit 205377fCopy full SHA for 205377f
Unity3D/ConcurrentDictionary.cs
@@ -1,4 +1,4 @@
1
-#if !NET_4_6 && !NET_STANDARD_2_0 && !NET_STANDARD_2_1
+#if !UNITY_5_6_OR_NEWER || NET_2_0 || NET_2_0_SUBSET
2
using System;
3
using System.Collections;
4
using System.Collections.Generic;
0 commit comments