Merge pull request #13 from worldreaver/master
Fix Nullable conflict with imported type in mscorlib in unity 2021
This commit is contained in:
commit
da0f91e4b1
@ -2,7 +2,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
#if NETSTANDARD2_0 || NET_STANDARD_2_0 || NET_4_6
|
||||
#if (NETSTANDARD2_0 || NET_STANDARD_2_0 || NET_4_6) && !UNITY_2021_1_OR_NEWER
|
||||
|
||||
namespace System.Diagnostics.CodeAnalysis
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user