Skip to content

Commit

Permalink
Merge in 'release/6.0' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Jun 20, 2022
2 parents b97242c + 13520f9 commit d500572
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void SkippingHiddenFiles()
// Files that begin with periods are considered hidden on Unix
string[] paths = GetNames(TestDirectory, new EnumerationOptions { ReturnSpecialDirectories = true, AttributesToSkip = 0 });

if (!PlatformDetection.IsWindows10Version22000OrGreater)
if (!PlatformDetection.IsWindows10Version20348OrGreater)
{
// Sometimes this is not returned - presumably an OS bug.
// This occurs often on Windows 11, very rarely otherwise.
Expand Down

0 comments on commit d500572

Please sign in to comment.