Skip to content

Commit

Permalink
Enable multi-targetting
Browse files Browse the repository at this point in the history
  • Loading branch information
enisn committed Aug 2, 2023
1 parent a0c5155 commit a1d3f69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions AbpDevTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<!--<TargetFrameworks>net6.0;net7.0</TargetFrameworks>-->
<TargetFramework>net7.0</TargetFramework>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<!--<TargetFramework>net7.0</TargetFramework>-->
<Version>1.0.1</Version>
<ImplicitUsings>enable</ImplicitUsings>
<PackAsTool>true</PackAsTool>
<ToolCommandName>abpdev</ToolCommandName>
Expand Down

0 comments on commit a1d3f69

Please sign in to comment.