You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing the Dynamic Bundles NuGet package, almost every line in every .cshtml file introduces the following warning (CS1702):
Assuming assembly reference 'System.Web.Mvc, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' used by 'DynamicBundles' matches identity 'System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' of 'System.Web.Mvc', you may need to supply runtime policy
Any ideas on how to fix this?
The text was updated successfully, but these errors were encountered:
After installing the Dynamic Bundles NuGet package, almost every line in every .cshtml file introduces the following warning (CS1702):
Any ideas on how to fix this?
The text was updated successfully, but these errors were encountered: