I am trying to deploy a SharePoint 2019 solution using Visual Studio 2022 on my DEV environment, but I get this error "This solution contains one or more assemblies targeted for the global assembly cache" at "Add Solution" Step as below
Error occurred in deployment step 'Add Solution': This solution contains one or more assemblies targeted for the global assembly cache. You should use a strong name for any assembly that will be in the global assembly cache.
How can I solve this proplem to deploy my sharepoint solution properly?