bug(csproj): EnableWindowsTargeting
This commit is contained in:
parent
c685c096dc
commit
3c72d5e418
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Version>1.0.0</Version>
|
||||
<FileVersion>1.0.0.0</FileVersion>
|
||||
<EnableWindowsTargeting>true</EnableWindowsTargeting>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue