Skip to content

Commit

Permalink
Merge pull request #47 from aesopwaits/nuget-mysql-fix
Browse files Browse the repository at this point in the history
Fixing reference for MySql DLL to use Nuget package instead of a local p...
  • Loading branch information
M-Zuber committed Dec 10, 2014
2 parents 302cac7 + fef2d5d commit 774274c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Data/Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</Reference>
<Reference Include="MySql.Data, Version=6.6.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\Program Files\MySQL\Connector NET 6.6.5\Assemblies\v4.0\MySql.Data.dll</HintPath>
<HintPath>..\packages\MySql.Data.6.6.5\lib\net40\MySql.Data.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion DataAccess/DataAccess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</Reference>
<Reference Include="MySql.Data, Version=6.6.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\..\Program Files\MySQL\MySQL for Visual Studio 1.0.2\Assemblies\v4.0\MySql.Data.dll</HintPath>
<HintPath>..\packages\MySql.Data.6.6.5\lib\net40\MySql.Data.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down

0 comments on commit 774274c

Please sign in to comment.