Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit f756b06

Browse files
committed
2 parents 2cb8451 + 7606584 commit f756b06

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
File renamed without changes.

src/ServiceStack.OrmLite.MySql/ServiceStack.OrmLite.MySql.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<Reference Include="System.Data" />
4444
<Reference Include="System.Xml" />
4545
<Reference Include="MySql.Data">
46-
<HintPath>..\..\lib\mysql.data.dll</HintPath>
46+
<HintPath>..\..\lib\MySql.Data.dll</HintPath>
4747
</Reference>
4848
</ItemGroup>
4949
<ItemGroup>
@@ -60,11 +60,11 @@
6060
</ProjectReference>
6161
</ItemGroup>
6262
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
63-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
64-
Other similar extension points exist, see Microsoft.Common.targets.
65-
<Target Name="BeforeBuild">
66-
</Target>
67-
<Target Name="AfterBuild">
68-
</Target>
63+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
64+
Other similar extension points exist, see Microsoft.Common.targets.
65+
<Target Name="BeforeBuild">
66+
</Target>
67+
<Target Name="AfterBuild">
68+
</Target>
6969
-->
70-
</Project>
70+
</Project>

0 commit comments

Comments
 (0)