Skip to content

Commit

Permalink
Update RequiresPreviewFeaturesAttribute .cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Aug 16, 2024
1 parent bf797bd commit 6458b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Polyfill/RequiresPreviewFeaturesAttribute .cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#nullable enable

#if !NET8_0_OR_GREATER
#if !NET6_0_OR_GREATER

namespace System.Runtime.Versioning;

Expand Down Expand Up @@ -58,4 +58,4 @@ public RequiresPreviewFeaturesAttribute(string? message) =>
public string? Url { get; set; }
}

#endif
#endif

0 comments on commit 6458b3b

Please sign in to comment.