Remove NETCOREAPP2_1 conditions

This commit is contained in:
Jason Nelson
2022-01-27 19:56:53 -08:00
parent c212f9efa8
commit b7be61a914

View File

@@ -5,7 +5,7 @@
namespace System.Diagnostics.CodeAnalysis
{
#if !NETCORE || NETCOREAPP2_1
#if !NETCORE
internal sealed class DoesNotReturnAttribute : Attribute { }
[AttributeUsage(AttributeTargets.Parameter, Inherited = false)]