FNA-XNA / FNA

FNA - Accuracy-focused XNA4 reimplementation for open platforms
https://fna-xna.github.io/
2.65k stars 272 forks source link

Remove netstandard2.0 target from FNA.Core.csproj #453

Closed thatcosmonaut closed 1 year ago

thatcosmonaut commented 1 year ago

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.