Skip to content

Commit

Permalink
Update Guard.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jan 16, 2023
1 parent 3cbb593 commit 6bfc959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Verify/Guard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public static void AgainstBadExtension(string value, [CallerArgumentExpression("
}
}
}
#if (NETFRAMEWORK || NETSTANDARD)
#if (NETFRAMEWORK || NETSTANDARD || NETCOREAPP)
namespace System.Runtime.CompilerServices
{
[AttributeUsage(AttributeTargets.Parameter)]
Expand Down

0 comments on commit 6bfc959

Please sign in to comment.