Skip to content

Commit 6305c67

Browse files
committed
Update LanguageFeatures.cs
1 parent 4377c09 commit 6305c67

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Cronos/LanguageFeatures.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using System.ComponentModel;
1+
#if !NET5_0_OR_GREATER
2+
using System.ComponentModel;
23

34
namespace System.Runtime.CompilerServices
45
{
@@ -66,4 +67,5 @@ internal sealed class NotNullIfNotNullAttribute : Attribute
6667
public string ParameterName { get; }
6768
}
6869
#endif
69-
}
70+
}
71+
#endif

0 commit comments

Comments
 (0)