Update shared tests to target netcoreapp3.0 on master (#6788)

This commit is contained in:
Hao Kung 2019-01-17 09:50:41 -08:00 committed by Nate McMaster
parent 19b543e45f
commit 2791dbf892
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp2.2;net461</TargetFrameworks>
<TargetFrameworks>netcoreapp3.0;net461</TargetFrameworks>
<DebugType>portable</DebugType>
</PropertyGroup>