I just installed postal for ASP MVC with NuGet and tried compiling it after I set up some code to send an email. I was given an error that is telling me I need to use MVC version 5.1 for Postal version 0.9.2. My MVC project is a MVC 4 project type that uses .net 4.5 and I'm in VS 2013 Pro. Is there a way to configure this differently to get it to work?
Here is my error message
Error 2 Assembly 'Postal, Version=0.9.2.0, Culture=neutral, PublicKeyToken=45719375b8b4d528' uses 'System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' c:\TFS\OULUVU\OULUVU\packages\postal.0.9.2\lib\net40\Postal.dll OULUVU
There was a warning with it that says
Warning 1 Found conflicts between different versions of the same dependent assembly that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. OULUVU