Skip to content

Commit

Permalink
Add System.Data.SQLite.Core to two projects
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemistmatt committed Sep 20, 2024
1 parent eaafd54 commit c1600f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DeconConsole.UnitTesting/DeconConsole.UnitTesting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
<PackageReference Include="NUnit">
<Version>3.13.3</Version>
</PackageReference>
<PackageReference Include="System.Data.SQLite.Core">
<Version>1.0.118</Version>
</PackageReference>
<PackageReference Include="ThermoRawFileReader">
<Version>4.2.32</Version>
</PackageReference>
Expand Down
5 changes: 5 additions & 0 deletions IQ/IQ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@
<Name>DeconTools.Workflows_x64</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Data.SQLite.Core">
<Version>1.0.118</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit c1600f4

Please sign in to comment.