Skip to content

Commit

Permalink
Fix HasAppContainerToken() to use [SupportedOSPlatform] instead of [S…
Browse files Browse the repository at this point in the history
…upportedOSPlatformGuard]
  • Loading branch information
kevinchalet committed Feb 8, 2023
1 parent b054d4e commit 3ec44a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ internal static bool IsWindowsRuntimeSupported()
/// <see langword="true"/> if the specified identity contains an
/// AppContainer token, <see langword="false"/> otherwise.
/// </returns>
[SupportedOSPlatformGuard("windows10.0.17763")]
[SupportedOSPlatform("windows10.0.17763")]
internal static unsafe bool HasAppContainerToken(WindowsIdentity identity)
{
if (identity is null)
Expand Down

0 comments on commit 3ec44a3

Please sign in to comment.