charlescao460 / MapleStoryDetectionSampleGenerator

Generate object detection samples from MapleStory in different formats (COCO, TFRecord, darknet...)
MIT License
23 stars 11 forks source link

Trapped with obsoleted .NET 5 #4

Closed charlescao460 closed 5 months ago

charlescao460 commented 2 years ago

MonoGame.Framework.WindowsDX has problem with .NET 6 under Windows 11 (unverified with Windows 10).

image

Therefore, we're stuck with obsoleted .NET 5. :(

The reason is likely the compatible layers between .NET 6 and .NET Framework. Maybe changing upstream to .NET 6 as well would fix the problem.