Skip to content

Commit

Permalink
Should be win8, not win8_1, actually.
Browse files Browse the repository at this point in the history
Part of #84.
  • Loading branch information
alexrp committed Aug 6, 2023
1 parent 37d488f commit c5b5574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/build/Vezel.Zig.Sdk.Cross.Target.targets
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<PropertyGroup Condition="$(TargetRuntimeIdentifier.StartsWith('win-'))">
<TargetSystem>windows</TargetSystem>
<TargetSystemVersion>win8_1</TargetSystemVersion>
<TargetSystemVersion>win8</TargetSystemVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit c5b5574

Please sign in to comment.