Skip to content

Commit f46424a

Browse files
committed
Code cleanup.
1 parent 94ba340 commit f46424a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
namespace System.Runtime.CompilerServices
1+
#if NETSTANDARD2_0
2+
3+
namespace System.Runtime.CompilerServices
24
{
35
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)]
46
internal sealed class MaybeNullWhenFalseAttribute : Attribute
57
{
68
}
79
}
10+
11+
#endif

0 commit comments

Comments
 (0)