Skip to content

Commit

Permalink
*.csproj: Depend on just System.Data.SQLite.Core, not .EF6 and .Linq
Browse files Browse the repository at this point in the history
  • Loading branch information
datadiode committed Jun 6, 2021
1 parent 1369e63 commit 6cd7810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CreateTestDatabases/CreateTestDatabases.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<None Include="TestSchemaFiles\schema_1.sql" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Data.SQLite" Version="1.0.113.0" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.113.0" />
</ItemGroup>
<Import Project="$(SolutionDir)$(SolutionName).targets" />
</Project>
2 changes: 1 addition & 1 deletion SQLiteTurbo/SQLiteTurbo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
<PackageReference Include="Be.Windows.Forms.HexBox" Version="1.6.1.0" />
<PackageReference Include="log4net" Version="2.0.8.0" />
<PackageReference Include="MultiPanelControl" Version="1.1.6.0" />
<PackageReference Include="System.Data.SQLite" Version="1.0.113.0" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.113.0" />
</ItemGroup>
<PropertyGroup>
<PostBuildEvent>copy /y $(SolutionDir)LICENSE</PostBuildEvent>
Expand Down

0 comments on commit 6cd7810

Please # to comment.