Skip to content

Commit

Permalink
test: add net8.0 on unix like
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jan 25, 2024
1 parent a97b1a6 commit 1b4568b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NCrontab.Advanced.Tests/NCrontab.Advanced.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<TargetFrameworks>net48;net6.0;net8.0</TargetFrameworks>
<TargetFrameworks Condition=" $([MSBuild]::IsOSUnixLike()) ">net6.0</TargetFrameworks>
<TargetFrameworks Condition=" $([MSBuild]::IsOSUnixLike()) ">net6.0;net8.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1b4568b

Please sign in to comment.