Hi,
I've got this problem:
TypeLoadException: Could not load type 'Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ExpressionHelper' from assembly 'Microsoft.AspNetCore.Mvc.ViewFeatures, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
while using a RichTextEditorFor:
@Html.EJS().RichTextEditorFor(model => model.Description).Render()
I am targeting .Net5.0.
Do you have a workaround?
Best regards,