JoshClose / CsvHelper

Library to help reading and writing CSV files
http://joshclose.github.io/CsvHelper/
Other
4.63k stars 1.05k forks source link

Use NET6_0_OR_GREATER to detect support for DateOnly and TimeOnly #2221

Closed AustinWise closed 5 months ago

AustinWise commented 5 months ago

If support is ever added for .NET 7 or later, this will ensure support for these classes is still compiled in. These preprocessor symbols are documented here.

JoshClose commented 5 months ago

Nice find.

JoshClose commented 5 months ago

Fixed in 30.0.3 on NuGet. I have an issue with the build numbers apparently and need to fix that.