We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d36451 commit 3183facCopy full SHA for 3183fac
SQLite.CodeFirst.Console/SQLite.CodeFirst.Console.csproj
@@ -51,6 +51,12 @@
51
<HintPath>..\packages\System.Data.SQLite.Core.1.0.97.0\lib\net451\System.Data.SQLite.dll</HintPath>
52
<Private>True</Private>
53
</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
60
<Reference Include="System.Xml.Linq" />
61
<Reference Include="System.Data.DataSetExtensions" />
62
<Reference Include="Microsoft.CSharp" />
0 commit comments