mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 04:04:59 +00:00
update<Build>: build with .NET 6.0 and .Net Framework 4.8
This commit is contained in:
parent
18525425bb
commit
d40edebc58
3 changed files with 3 additions and 17 deletions
|
@ -1,6 +1,6 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net6.0-windows;net5.0-windows;net48</TargetFrameworks>
|
||||
<TargetFrameworks>net6.0-windows;net48</TargetFrameworks>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<UseWPF>true</UseWPF>
|
||||
<ApplicationIcon>App.ico</ApplicationIcon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue