I'm trying to open an old proyect in my new VisualStudio 2022, ( it was made in VS2017). And I get the warnning:
Found conflicts between different versions of "System.Web.Http" that could not be resolved.
There was a conflict between "System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" and "System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
"System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" was chosen because it was primary and "System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" was not.
References which depend on "System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" [D:\Projects...\bin\System.Web.Http.dll]. D:\Projects...\bin\System.Web.Http.dll
Project file item includes which caused reference
"D:\Projects...\bin\System.Web.Http.dll".
System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL
References which depend on "System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
D:\Projects\Partes-2022-2\Partes\bin\Kendo.Mvc.dll
Project file item includes which caused reference "D:\Projects...\bin\Kendo.Mvc.dll". Kendo.Mvc, Version=2015.3.1111.545, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL
I have no idea How to fix it.
Thanks