Commit 16f692b
committed
Directory.Build.props: set minimum Windows API version
Enforce a minimum Windows API version of build 16299 (aka '1709',
aka 'Redstone 3', aka 'Fall Creators Update'). This was the previous
target SDK version before 240f73e changed the native projects to
use the latest Windows SDK installed.
Setting the TargetPlatformMinVersion property for the native projects
will prevent use of APIs newer that the specified version, with newer
Windows SDKs.
Signed-off-by: Matthew John Cheetham <mjcheetham@outlook.com>1 parent 347b73a commit 16f692b
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
37 | 46 | | |
38 | 47 | | |
39 | 48 | | |
0 commit comments