Update Repl project to target 3.0

This commit is contained in:
Mike Lorbetske 2018-08-28 15:12:16 -07:00 committed by GitHub
parent 9a0ab9df63
commit c3c634aa1e
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.1</TargetFramework>
<TargetFramework>netcoreapp3.0</TargetFramework>
<Description>A framework for creating REPLs in .NET Core.</Description>
<PackageTags>dotnet;repl</PackageTags>
<IsPackable>false</IsPackable>