Skip to content

Commit

Permalink
Added target for netcoreapp 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranid committed Jan 6, 2020
1 parent d7838a6 commit f3f60be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CANAPE.Cli/CANAPE.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.0; net471</TargetFrameworks>
<TargetFrameworks>netcoreapp3.0; netcoreapp2.0; net471</TargetFrameworks>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>James Forshaw</Authors>
<Description>Command Line Interface CANAPE.Core network library.</Description>
Expand Down

0 comments on commit f3f60be

Please sign in to comment.