Here it is explicitly checked that this is only included with netstandard2.0. But since MiniExcel is only built for net45 and netstandard2.0 this means that e.g. a net8 project that includes MiniExcel (in this case the netstandard2.0 lib) automatically includes Portable.System.DateTimeOnly.
This could only be prevented cleanly by building MiniExcel in different frameworks.
MiniExcel Version
1.32.0
Description
Since #576 there is a dependency bug.
Here it is explicitly checked that this is only included with
netstandard2.0
. But sinceMiniExcel
is only built fornet45
andnetstandard2.0
this means that e.g. anet8
project that includesMiniExcel
(in this case thenetstandard2.0
lib) automatically includesPortable.System.DateTimeOnly
.This could only be prevented cleanly by building
MiniExcel
in different frameworks.