Change Environment.OSVersion to use RtlGetVersion (#33651)
authorStephen Toub <stoub@microsoft.com>
Fri, 20 Mar 2020 14:08:17 +0000 (10:08 -0400)
committerGitHub <noreply@github.com>
Fri, 20 Mar 2020 14:08:17 +0000 (10:08 -0400)
commit70193ba78dc38ee250ace16d3bd0a69b2bbd1edc
tree535dd693405d77d5988dc28b19c64e6a75204e05
parentc9edf7e621350ae8171e1ae4461d4a9e2c74c092
Change Environment.OSVersion to use RtlGetVersion (#33651)
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetVersionExW.cs [deleted file]
src/libraries/Common/src/Interop/Windows/NtDll/Interop.RTL_OSVERSIONINFOEX.cs [deleted file]
src/libraries/Common/src/Interop/Windows/NtDll/Interop.RtlGetVersion.cs
src/libraries/Common/tests/CoreFx.Private.TestUtilities/CoreFx.Private.TestUtilities.csproj
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Environment.Windows.cs
src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/System.Runtime.InteropServices.RuntimeInformation.csproj
src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/System/Runtime/InteropServices/RuntimeInformation/RuntimeInformation.Windows.cs