Update to .Net 6 in .csproj

This commit is contained in:
Michael 2022-02-16 00:37:29 -06:00
parent 26a811c387
commit 1f533ff3e9
Signed by: TheShadowEevee
GPG key ID: 7A8AA92B3BAFAB75

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<PublishTrimmed>true</PublishTrimmed>
<PublishSingleFile>true</PublishSingleFile>
<TrimMode>link</TrimMode>