upgrade to .NET5

This commit is contained in:
Robert McRackan 2020-11-18 09:32:15 -05:00
parent f30e9dae6f
commit 2df38706f7
14 changed files with 21 additions and 21 deletions

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon />
<StartupObject />