Skip to content

Commit 5c07983

Browse files
Updated ConsolidatedTests.csproj to include new sqllite package
1 parent 0e17772 commit 5c07983

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/UnitTests/ConsolidatedTests.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333
<!-- Other Dependencies -->
3434
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.4" />
3535
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
36-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2" />
37-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.2" />
36+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.3" />
37+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.3" />
38+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.3" />
3839
</ItemGroup>
3940

4041
<!-- Global Using Statements -->
@@ -57,6 +58,7 @@
5758
<ProjectReference Include="..\..\application\CohortManager\src\Functions\Shared\Utilities\Utilities.csproj" />
5859
<ProjectReference Include="..\TestUtils\TestUtils.csproj" />
5960
<ProjectReference Include="..\..\DataServices.Client\DataServices.Client.csproj" />
61+
<ProjectReference Include="../../application/CohortManager/src/Functions/Shared/DataServices.Client/DataServices.Client.csproj" />
6062
</ItemGroup>
6163

6264
<!-- Screening Data Services -->

0 commit comments

Comments
 (0)