Skip to content

Commit

Permalink
Ensure attrib is used
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Sep 15, 2020
1 parent 89efa28 commit 2385c4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OSVersionHelper/WindowsVersionHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
using Windows.Security.EnterpriseData;


#if WINDOWS10_0_19041
#if NET5_0
using System.Runtime.Versioning;
[assembly: SupportedOSPlatform("windows")]
#endif

Expand Down

0 comments on commit 2385c4e

Please sign in to comment.