Does MiniProfiler work with id="EntityFramework" version="6.1.1" targetFramework="net45

Right now I can not find MiniProfile 3.11 only 3.10.

I added MiniProfiler.Mvc 4 but still does not fix issue. I read online that there are work around but nothing really clear on how to solve this issue…any help would be greatly appreciated I am on MVC5 and Entity Framework 6.1.1

Could not load file or assembly ‘MiniProfiler,
Version=3.0.11.0, Culture=neutral, PublicKeyToken=b44f9351044011a3’ or
one of its dependencies. The system cannot find the file specified.

         Description: An unhandled exception occurred during 

the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
code.

         Exception Details: System.IO.FileNotFoundException: 

Could not load file or assembly ‘MiniProfiler, Version=3.0.11.0,
Culture=neutral, PublicKeyToken=b44f9351044011a3’ or one of its
dependencies. The system cannot find the file specified.

        Source Error: 



        
           
              
                  Line 36:         {

Line 37:
Line 38: MiniProfilerEF6.Initialize();

I’m using EF 6.1.0 and also had this problem when first installning MiniProfiler. Using Nuget to update to latest version of MiniProfiler (3.1.1.140) solved it for me.