Fix .net core version in Upgrade project

This commit is contained in:
Emanuele Filardo
2020-02-08 00:34:16 +01:00
parent 34936eab6b
commit 49e69d3c3e

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">