Apollo3zehn / PureHDF

A pure .NET library that makes reading and writing of HDF5 files (groups, datasets, attributes, ...) very easy.
MIT License
47 stars 16 forks source link

Support for .Net 8.0? #59

Closed neroarth94 closed 3 months ago

neroarth94 commented 5 months ago

.Net 8.0 has been released for some time already. Just wondering is there any plan to upgrade the framework to .net8? since it is a LTS

Apollo3zehn commented 5 months ago

I already tried to upgrade but something is handled different in the .NET 8 SDK dependency management such that it cannot compile anymore. I need to investigate this and will upgrade then.

neroarth94 commented 5 months ago

ok got it. thanks for the response. hopefully can be upgraded soon

Apollo3zehn commented 3 months ago

Its done