I want to use YoloV8 in my C# Project. My Project uses Net5.0 version but the YoloV8 in Nuget Library use Netv6.0. I've tried to change the TargetFramework Tag of the YoloV8 Library from net6.0 to net5.0 but it doesn't seem to work. This is the Library i use: https://github.com/sstainba/Yolov8.Net/tree/main
What should I do to make the Yolov8 Library compatible with my project?
Thank you so much for helping me!!!