Mvc.CascadeDropDown
                                
                                 Mvc.CascadeDropDown copied to clipboard
                                
                                    Mvc.CascadeDropDown copied to clipboard
                            
                            
                            
                        The type 'MvcHtmlString' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Mvc, Version=3.0.0.0
I'm getting the error below when I setup a dropdownlist in my .Net Core project. Does this only work with MVC 3.0?
Error	CS0012	The type 'MvcHtmlString' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.	AppsAdmin	\filesvr02\adpis\Company\ISShared\Christian King\AppsAdmin\AppsAdmin\Pages\ImprovisImport.cshtml	11		Active

I get this also and it doesn't prevent anything from working but it is kind of a nuisance to always have red when you never know if it's a real issue or not. Mine is with using Html.Raw().