Skip to content

Commit

Permalink
tool: use RollForward for instead of multi-target (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
tibel committed Apr 17, 2023
1 parent 8406bc1 commit 8ba4959
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Tmds.DBus.Tool/Tmds.DBus.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFramework>net6.0</TargetFramework>
<RollForward>Major</RollForward>
<PackAsTool>true</PackAsTool>
<ToolCommandName>dotnet-dbus</ToolCommandName>
<AssemblyName>dotnet-dbus</AssemblyName>
Expand Down

0 comments on commit 8ba4959

Please sign in to comment.