Update HttpRepl project to target 3.0
This commit is contained in:
parent
85b22edb6a
commit
9a0ab9df63
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<PackAsTool>true</PackAsTool>
|
||||
<AssemblyName>dotnet-httprepl</AssemblyName>
|
||||
<LangVersion>latest</LangVersion>
|
||||
|
|
|
|||
Loading…
Reference in New Issue