Target net5.0 instead of netcoreapp3

This commit is contained in:
Roman Kapustin
2020-11-20 10:45:19 +03:00
parent 229aed1d46
commit 3b600f0a7b
9 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>
</PropertyGroup>