Update Repl test project to target 3.0

This commit is contained in:
Mike Lorbetske 2018-08-28 15:13:00 -07:00 committed by GitHub
parent d93d6bf751
commit b8daa4ae5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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