Merge pull request #197 from fileman/ConsolidateNetCore31

Fix .net core version in Upgrade project
This commit is contained in:
Shaun Walker
2020-02-11 14:32:13 -05:00
committed by GitHub

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'">