How to loop through Inner list of object
I have a need where I need to loop through sublist of each class.
Could not load file or assembly ‘Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=*’ or one of its dependencies
I have a C#(Business Logic) and .NET Core project. It was working fine on windows server 2012. I have updated the operating system to windows server 2022. Now I am facing this problem on all the projects where I am referencing Newtonsoft.json. Although on the projects level I checked the referenced Newtonsoft package version is 9.0.0.0.
Asp.net core 8 select multiple with default selected not working after upgrade
This code for select multiple with default selected options was working fine on .netcore 5 but after upgrade to .net 8 selected options not working