Target .NET Framework 4.7.2 #15
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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).