I have built an application using Windows Forms Desktop Application in C++/CLI, I am also using NuGet Package for MySQL.data as well as I am using MySQL code for the application.
I need to add a license to the project so which license should I add??
Windows Forms comes under MIT License
NuGet Package comes under Apache 2.0 license according to Wikipedia
MySQL code and connector comes under GPL v2 license
Also I am confused if Windows Forms Application uses .NET or .NET Framework and both are under what type of License