Upgrade to .net6

This commit is contained in:
Robert McRackan 2021-11-24 12:59:02 -05:00
parent 2567ccb44c
commit b3dc5a7054
19 changed files with 40 additions and 41 deletions

View file

@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>