Skip to content

Commit

Permalink
Merge pull request #75164 from dotnet/JoeRobich-patch-1
Browse files Browse the repository at this point in the history
Remove unnecessary NETCOREAPP3_1
  • Loading branch information
JoeRobich authored Sep 19, 2024
2 parents 9fe9c65 + 77f8c13 commit f869d0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ internal sealed class DoesNotReturnIfAttribute : Attribute

#endif

#if !NETCOREAPP || NETCOREAPP3_1
#if !NETCOREAPP

/// <summary>Specifies that the method or property will ensure that the listed field and property members have not-null values.</summary>
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Property, Inherited = false, AllowMultiple = true)]
Expand Down

0 comments on commit f869d0f

Please sign in to comment.