Hi,
I'm trying to use VS NuGet package manager to Install the Infragistics.WinForms (19.2.134) to a .Net 4.8 project and I keep getting this error in the Package Manager console:
Could not install package 'Infragistics.WinForms.Shared 19.2.134'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.8', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
Any pointers to what is going wrong? I'm assuming that the WinForms packages will work under .Net 4.8.
Thanks
Sorry, Nuget of WindowsForms does not support '.NETFramework,Version=v4.8', support .NET Core.
If you use Nuget Package, Please set the Target Framework to .NET Core.
Infragistics NuGet Packagesinfragistics.com/.../nuget-packages
I am currently working on this and will update once I have more information.