Skip to content

Commit

Permalink
feat: add net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jan 25, 2024
1 parent fa0bef8 commit 74a51ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NCrontab.Advanced.Tests/NCrontab.Advanced.Tests.csproj
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">

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

Expand Down
2 changes: 1 addition & 1 deletion NCrontab.Advanced/NCrontab.Advanced.csproj
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Company>Joe Coutcher</Company>
<TargetFrameworks>netstandard2.0;net462;net6.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462;net6.0;net8.0</TargetFrameworks>
<Product>NCrontab.Advanced</Product>
<Description>Cron string parser for .NET</Description>

Expand Down

0 comments on commit 74a51ad

Please sign in to comment.