Skip to content

Commit

Permalink
Set min ver attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Aug 26, 2020
1 parent 650033e commit e4776bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions OSVersionHelper/WindowsVersionHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
using Windows.Foundation.Metadata;
using Windows.Security.EnterpriseData;


#if WINDOWS10_0_19041
[assembly: SupportedOSPlatform("windows")]
#endif

namespace OSVersionHelper
{
public static class WindowsVersionHelper
Expand Down

0 comments on commit e4776bc

Please sign in to comment.