I have added this nuget in .Net 7.0 project but when I run the project, I get the following error
'Could not load file or assembly 'System.Design, Version=4.0.0.0
I think System.Design is no longer available in .net 7.0 so is there a possible workaround to get this library working in .net 7.0?
I have added this nuget in .Net 7.0 project but when I run the project, I get the following error 'Could not load file or assembly 'System.Design, Version=4.0.0.0
I think System.Design is no longer available in .net 7.0 so is there a possible workaround to get this library working in .net 7.0?