Skip to content

Commit

Permalink
feat!: require net472, net6.0 or net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jan 25, 2024
1 parent 1b4568b commit 69b7103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NCrontab.Advanced/NCrontab.Advanced.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

Expand Down

0 comments on commit 69b7103

Please sign in to comment.