Would it be possible to dual publish v9 as both net9.0 and net8.0? I don't believe any of the dependencies require net9.0 specifically. Right now it' s just net9.0: https://www.nuget.org/packages/EFCore.BulkExtensions.PostgreSql/#dependencies-body-tab
For those of us pinned to the LTS runtimes, it would be nice to use both EFCore v9 and BulkExtensions v9 together (at the moment I'm using v8 of BulkExtensions, and just hoping there's no compatibility issues with EFCore v9)
Would it be possible to dual publish
v9as bothnet9.0andnet8.0? I don't believe any of the dependencies requirenet9.0specifically. Right now it' s justnet9.0: https://www.nuget.org/packages/EFCore.BulkExtensions.PostgreSql/#dependencies-body-tabFor those of us pinned to the LTS runtimes, it would be nice to use both EFCore v9 and BulkExtensions v9 together (at the moment I'm using v8 of BulkExtensions, and just hoping there's no compatibility issues with EFCore v9)