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
commit be4f5a065d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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