vezel-dev / zig-sdk

An MSBuild SDK for building Zig, C, and C++ projects using the Zig compiler.

Home Page:https://docs.vezel.dev/zig-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`TargetSystemVersion` for Windows should be `win8`

alexrp opened this issue · comments

.NET 7 still supports Windows Server 2012: https://github.com/dotnet/core/blob/main/release-notes/7.0/supported-os.md#windows

This means that the bump of TargetSystemVersion from win7 to win10 was actually too aggressive; it should be win8.