OS-specific builds in AppVeyor

This commit is contained in:
Matt Nadareski
2023-01-02 15:11:52 -08:00
parent a203dee28a
commit 909f241bc0
3 changed files with 106 additions and 18 deletions

View File

@@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>