*fix Nullable conflict with imported type in mscorlib in unity 2021

This commit is contained in:
yenmoc 2022-09-13 23:49:18 +07:00
parent 58af49bad1
commit dd0286a611

View File

@ -2,7 +2,7 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; 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 namespace System.Diagnostics.CodeAnalysis
{ {