HangfireIO / Cronos

A fully-featured .NET library for working with Cron expressions. Built with time zones in mind and intuitively handles daylight saving time transitions
MIT License
974 stars 114 forks source link

Tested with netstandard 2.1 #33

Closed FrankAlberto closed 6 months ago

FrankAlberto commented 3 years ago

Just added netstandard version 2.1 and run all tests with Net Core 3.1. All run Success

sonarcloud[bot] commented 7 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
No Duplication information No Duplication information

odinserj commented 6 months ago

Thanks, I think netstandard2.0 is sufficient here, as there are no features used from the latest version. I also added tests for net6.0 platform recently, so everything is checked now.