Skip to content

Commit

Permalink
Add Supported OS version to new interop API (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
manodasanW authored May 27, 2022
1 parent fb6a81d commit d68196c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cswinrt/strings/ComInteropHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,9 @@ public static UIViewSettings GetForWindow(IntPtr hwnd)
namespace Windows.Graphics.Display
{
#if UAC_VERSION_15
#if NET
[global::System.Runtime.Versioning.SupportedOSPlatform("Windows10.0.22621.0")]
#endif
#if EMBED
internal
#else
Expand Down

0 comments on commit d68196c

Please sign in to comment.