mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
update<project>: add PropertyGroup.RuntimeIdentifier
This commit is contained in:
parent
2b660e26f3
commit
76e6719441
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
<PropertyGroup>
|
||||
<TargetFramework>net5.0-windows</TargetFramework>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||
<SelfContained>false</SelfContained>
|
||||
<PublishSingleFile>true</PublishSingleFile>
|
||||
<UseWPF>true</UseWPF>
|
||||
|
|
Loading…
Reference in a new issue