bug(csproj): EnableWindowsTargeting

This commit is contained in:
rjindael 2023-07-27 23:47:21 -07:00
parent c685c096dc
commit 3c72d5e418
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ jobs:
path: publish/win-x64/*
release:
name: Release
needs: build
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tag/v')

View File

@ -10,6 +10,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Version>1.0.0</Version>
<FileVersion>1.0.0.0</FileVersion>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>
<ItemGroup>