atifaziz / NCrontab

Crontab for .NET
Apache License 2.0
913 stars 139 forks source link

Update to use .NET SDK 8 with latest dependencies #129

Closed atifaziz closed 3 months ago

atifaziz commented 3 months ago

This PR updates the solution to use .NET SDK 8 with latest versions of all dependencies. NUnit, however, remains at latest 3.x due to some breaking changes (like supporting only .NET Framework 4.6.2+).

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.90%. Comparing base (0a7a1d6) to head (469a4d9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #129 +/- ## ========================================== + Coverage 87.67% 87.90% +0.23% ========================================== Files 5 5 Lines 430 430 Branches 87 84 -3 ========================================== + Hits 377 378 +1 Misses 49 49 + Partials 4 3 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.