Skip to content

Commit 3183fac

Browse files
committed
Added missing references (build the build does not fail but there is thrown an exception at runtime).
1 parent 1d36451 commit 3183fac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

SQLite.CodeFirst.Console/SQLite.CodeFirst.Console.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@
5151
<HintPath>..\packages\System.Data.SQLite.Core.1.0.97.0\lib\net451\System.Data.SQLite.dll</HintPath>
5252
<Private>True</Private>
5353
</Reference>
54+
<Reference Include="System.Data.SQLite.EF6">
55+
<HintPath>..\packages\System.Data.SQLite.EF6.1.0.97.0\lib\net451\System.Data.SQLite.EF6.dll</HintPath>
56+
</Reference>
57+
<Reference Include="System.Data.SQLite.Linq">
58+
<HintPath>..\packages\System.Data.SQLite.Linq.1.0.97.0\lib\net451\System.Data.SQLite.Linq.dll</HintPath>
59+
</Reference>
5460
<Reference Include="System.Xml.Linq" />
5561
<Reference Include="System.Data.DataSetExtensions" />
5662
<Reference Include="Microsoft.CSharp" />

0 commit comments

Comments
 (0)