I have a Blazor server-side app (.Net 6). This app was working without problem until now. I have updated my Visual studio to V2022. After cleaning, rebuilding and publishing the project (to local directory on the same server) without any errors, my app is working in general. But just on two pages where I have used a nuget package "PSC.Blazor.Components.Chartjs" (V6.0.29). I get an error when the page is opened.
MissingMethodException: Method not found: 'Void PSC.Blazor.Components.Chartjs.Models.Common.Legend.set_Align(System.String)'
What could be the problem? My target framework is set to .net 6.0.