Update Repl project to target 3.0
This commit is contained in:
parent
9a0ab9df63
commit
c3c634aa1e
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue