terrafx / terrafx.interop.windows

Interop bindings for Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`SupportedOSPlatform` declarations are incorrect for Windows 8

ericwj opened this issue · comments

commented
/// <summary>Windows 8 version <c>6.2.9200</c></summary>
-[SupportedOSPlatform("windows8.0")]
+[SupportedOSPlatformGuard("windows6.2.9200")]
/// <summary>Windows 8.1 version <c>6.3.9200</c></summary>
-[SupportedOSPlatform("windows8.1")]
+[SupportedOSPlatformGuard("windows6.3.9200")]
/// <summary>Windows 8.1 (Update 1) version <c>6.3.9600</c></summary>
+[SupportedOSPlatformGuard("windows6.3.9600")]