mahalex / MatFileHandler

MATLAB .mat-file reading/writing API for .NET Standard
MIT License
40 stars 12 forks source link

Target .NET Framework 4.7.2 #15

Closed mahalex closed 4 years ago

mahalex commented 4 years ago

It would be nice to have MatFileHandler target .NET Framework 4.7.2 (in addition to existing target frameworks, e.g., .NET Framework 4.6.1). Reason: currently if one references MatFileHandler from a 4.7.2 (or later) project, NuGet resolves the reference to a .NET Framework 4.6.1 build of MatFileHandler (instead of .NET Standard 2.0 one). This leads to a unnecessary DLLs being referenced (for example, System.ValueTuple).