Migrate to net core 3.1

This commit is contained in:
Alexey Golub
2019-12-05 21:03:49 +02:00
parent 457e14d0b6
commit 8382ca725d
8 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyName>DiscordChatExporter</AssemblyName>
<UseWPF>true</UseWPF>
<ApplicationIcon>../favicon.ico</ApplicationIcon>