Browse Source

asp net was not finding MySQL entity

Hamilton Turner 10 years ago
parent
commit
d397a00400
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/C#/aspnet/src/Benchmarks.AspNet.csproj

+ 1 - 1
frameworks/C#/aspnet/src/Benchmarks.AspNet.csproj

@@ -91,7 +91,7 @@
     </Reference>
     <Reference Include="MySql">
       <Private>True</Private>
-      <HintPath>..\lib\MySql.Data.Entities.6.8.3\lib\net45\mysql.data.entity.EF6.dll</HintPath>
+      <HintPath>..\lib\MySql.Data.Entities.6.8.3.0\lib\net45\mysql.data.entity.EF6.dll</HintPath>
     </Reference>
     <Reference Include="Npgsql">
       <Private>True</Private>