Change back to net6.0 from net60

This commit is contained in:
Michael 2022-03-22 00:03:30 -05:00
parent 6c28901c18
commit 4ddadd87ef
Signed by: TheShadowEevee
GPG key ID: 7A8AA92B3BAFAB75

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net60</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<SelfContained>true</SelfContained>
<PublishTrimmed>true</PublishTrimmed>
<PublishSingleFile>true</PublishSingleFile>