update<project>: add PropertyGroup.RuntimeIdentifier

This commit is contained in:
leo 2020-11-17 20:34:21 +08:00
parent 2b660e26f3
commit 76e6719441

View file

@ -2,6 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net5.0-windows</TargetFramework> <TargetFramework>net5.0-windows</TargetFramework>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained> <SelfContained>false</SelfContained>
<PublishSingleFile>true</PublishSingleFile> <PublishSingleFile>true</PublishSingleFile>
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>