forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify
Environment.IsWindows8OrAbove
. (dotnet#70818)
* Simplify Environment.IsWindows8OrAbove. Since .NET 5, the regular Windows version detecton code always returns the correct version. * Remove two unused interop files.
- Loading branch information
1 parent
6e7001c
commit 1b6f76d
Showing
4 changed files
with
2 additions
and
64 deletions.
There are no files selected for viewing
13 changes: 0 additions & 13 deletions
13
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.VerSetConditionMask.cs
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.VerifyVersionExW.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters