Skip to content

Commit

Permalink
Run tests again on .NET 6 and 7 since the API snapshots are present, …
Browse files Browse the repository at this point in the history
…the frameworks are being installed by the action script and it's a sensible thing to do.
  • Loading branch information
danielcweber committed Dec 16, 2024
1 parent dd9f489 commit f38696b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<TargetFrameworks>net9.0</TargetFrameworks>
<TargetFrameworks Condition="'$(Configuration)' == 'Release'">net8.0;$(TargetFrameworks)</TargetFrameworks>
<TargetFrameworks Condition="'$(Configuration)' == 'Release'">net6.0;net7.0;net8.0;$(TargetFrameworks)</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f38696b

Please sign in to comment.