Skip to content

Commit 18a70bd

Browse files
committed
Should be win8, not win8_1, actually.
Part of #84.
1 parent 1aace43 commit 18a70bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/build/Vezel.Zig.Sdk.Cross.Target.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<PropertyGroup Condition="$(TargetRuntimeIdentifier.StartsWith('win-'))">
3434
<TargetSystem>windows</TargetSystem>
35-
<TargetSystemVersion>win8_1</TargetSystemVersion>
35+
<TargetSystemVersion>win8</TargetSystemVersion>
3636
</PropertyGroup>
3737

3838
<PropertyGroup>

0 commit comments

Comments
 (0)