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

@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>libation.ico</ApplicationIcon>
<AssemblyName>Libation</AssemblyName>
@ -13,7 +13,7 @@
<!-- <PublishSingleFile>true</PublishSingleFile> -->
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Version>4.0.14.4</Version>
<Version>4.0.14.6</Version>
</PropertyGroup>
<ItemGroup>