Target .NET 6.0

This commit is contained in:
jvyden 2021-11-29 20:43:20 -05:00
commit 2b7f83213f
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
7 changed files with 12 additions and 12 deletions

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>osx-x64</RuntimeIdentifiers>
<AssemblyName>LBPUnion.UnionPatcher.Gui.MacOS</AssemblyName>
<RootNamespace>LBPUnion.UnionPatcher.Gui.MacOS</RootNamespace>