This will add support for Net6 DateOnly and TimeOnly types.
Fleece core can multitarget, but the idea is not to mess a lot with interface multitargeting, so this proposal uses DateTime as a interface vehicle to transport both Date and Time separately.
This will add support for Net6
DateOnly
andTimeOnly
types.Fleece core can multitarget, but the idea is not to mess a lot with interface multitargeting, so this proposal uses
DateTime
as a interface vehicle to transport both Date and Time separately.