File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 -->
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 -->
You can’t perform that action at this time.
0 commit comments