There's no reason to include netstandard as a target in FNA.Core - we only officially support .NET 7 anyway. If a client has their project use an earlier target, like .NET 6, the library resolves to netstandard and this causes the DLL resolver to fail, so this target is directly causing dllimport bugs.
There's no reason to include netstandard as a target in FNA.Core - we only officially support .NET 7 anyway. If a client has their project use an earlier target, like .NET 6, the library resolves to netstandard and this causes the DLL resolver to fail, so this target is directly causing dllimport bugs.