Skip to content

Commit

Permalink
im: dual target net8.0 and net9.0 in TrimmambleAnalysis
Browse files Browse the repository at this point in the history
  • Loading branch information
damianh committed Nov 10, 2024
1 parent f64ed32 commit e7c9ed0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<PublishTrimmed>true</PublishTrimmed>
<TrimmerSingleWarn>false</TrimmerSingleWarn>
Expand Down

0 comments on commit e7c9ed0

Please sign in to comment.