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,12 +3,11 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>libation.ico</ApplicationIcon>
<AssemblyName>Libation</AssemblyName>
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
@ -29,7 +28,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dinah.Core.WindowsDesktop" Version="2.1.2.1" />
<PackageReference Include="Dinah.Core.WindowsDesktop" Version="4.0.1.1" />
</ItemGroup>
<ItemGroup>