update<SourceGit>: change Output to WinExe for .NET 5

This commit is contained in:
leo 2021-06-08 09:35:11 +08:00
parent e13467c457
commit d5c744165f

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0-windows</TargetFramework>
<OutputType>Exe</OutputType>
<OutputType>WinExe</OutputType>
<UseWPF>true</UseWPF>
<ApplicationIcon>App.ico</ApplicationIcon>
<Company>sourcegit</Company>