Commit 8e904def authored by Sam's avatar Sam

Merge pull request #31 from brannon/master

Add Npgsql nuget package
parents 396863bf 3e6ff615
......@@ -59,6 +59,9 @@
<Reference Include="LinFu.DynamicProxy">
<HintPath>NHibernate\LinFu.DynamicProxy.dll</HintPath>
</Reference>
<Reference Include="Mono.Security">
<HintPath>..\packages\Npgsql.2.0.11\lib\Net40\Mono.Security.dll</HintPath>
</Reference>
<Reference Include="NHibernate">
<HintPath>NHibernate\NHibernate.dll</HintPath>
</Reference>
......@@ -66,7 +69,7 @@
<HintPath>NHibernate\NHibernate.ByteCode.LinFu.dll</HintPath>
</Reference>
<Reference Include="Npgsql">
<HintPath>..\..\..\WebSites\PoolBooking\bin\Npgsql.dll</HintPath>
<HintPath>..\packages\Npgsql.2.0.11\lib\Net40\Npgsql.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Common, Version=1.0.4110.36238, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
......
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="SqlServerCompact" version="4.0.8482.1" />
<package id="FSPowerPack.Community" version="2.0.0.0" />
<package id="Npgsql" version="2.0.11" />
<package id="SqlServerCompact" version="4.0.8482.1" />
</packages>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment