bug(csproj): EnableWindowsTargeting
This commit is contained in:
parent
c685c096dc
commit
3c72d5e418
|
|
@ -25,6 +25,7 @@ jobs:
|
||||||
path: publish/win-x64/*
|
path: publish/win-x64/*
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
name: Release
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: startsWith(github.ref, 'refs/tag/v')
|
if: startsWith(github.ref, 'refs/tag/v')
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Version>1.0.0</Version>
|
<Version>1.0.0</Version>
|
||||||
<FileVersion>1.0.0.0</FileVersion>
|
<FileVersion>1.0.0.0</FileVersion>
|
||||||
|
<EnableWindowsTargeting>true</EnableWindowsTargeting>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue