Upgrade to .net 6 getting error
0
Hi, I recently upgraded my project to .net 6. I'm using a custom nopcommerce solution. In ServiceCollectionExtension.cs (this would normally be in startup.cs) I had to change: services.AddRazorPages() to: services.AddRazorPages() .AddViewLocalization(LanguageViewLocationExpanderFormat.Suffix); Otherwise I get an error. Is there a way around this?