Skip to content

Commit

Permalink
Fix test dummy target
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Nov 14, 2024
1 parent 99bd5fb commit 6307f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CliWrap.Tests.Dummy/CliWrap.Tests.Dummy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net8.0</TargetFrameworks>
<TargetFrameworks>net9.0</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOsPlatform('Windows'))">$(TargetFrameworks);net48</TargetFrameworks>
</PropertyGroup>

Expand Down

0 comments on commit 6307f7c

Please sign in to comment.