nmangue / NGrib

NGrib is a .NET library to read GRIB (GRid in Binary) files. GRIB is a gridded data standard from WMO (World Meteorological Organisation) and is used by many meteorological organisation. Fork of GribCS.
GNU Lesser General Public License v3.0
16 stars 10 forks source link

feat: Changed TargetFramework from net6 to net8 for test project #15

Closed dennisvanderpool closed 1 month ago

dennisvanderpool commented 6 months ago

.NET 6 is EOL at November 12, 2024. Changed test project to .NET 8

nmangue commented 1 month ago

Thanks for your contribution! I appreciate your effort, but the test class you submitted doesn't relate much to GRIB file decoding—it feels more like a POC of your usage. I’ll be updating the test project to .NET 8 soon. Looking forward to your future contributions!