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

@@ -2,7 +2,7 @@
<Import Project="../DiscordChatExporter.props" />
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>