Skip to content

Commit 205377f

Browse files
committed
Use correct defines
To ensure that new API levels that will appear in Unity in future will not break the code.
1 parent da01e65 commit 205377f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Unity3D/ConcurrentDictionary.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !NET_4_6 && !NET_STANDARD_2_0 && !NET_STANDARD_2_1
1+
#if !UNITY_5_6_OR_NEWER || NET_2_0 || NET_2_0_SUBSET
22
using System;
33
using System.Collections;
44
using System.Collections.Generic;

0 commit comments

Comments
 (0)