File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed
LearningHub.Nhs.Api.UnitTests
LearningHub.Nhs.Repository.Interface
MigrationTool/LearningHub.Nhs.Migration.Staging.Repository Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 47
47
<PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8.0.20" />
48
48
<PackageVersion Include =" Microsoft.Azure.Management.DataFactory" Version =" 9.3.0" />
49
49
<PackageVersion Include =" Microsoft.Azure.Management.Media" Version =" 6.0.0" />
50
- <PackageVersion Include =" Microsoft.EntityFrameworkCore" Version =" 9.0.6 " />
51
- <PackageVersion Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 9.0.6 " />
52
- <PackageVersion Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 9.0.6 " />
50
+ <PackageVersion Include =" Microsoft.EntityFrameworkCore" Version =" 9.0.9 " />
51
+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 9.0.9 " />
52
+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 9.0.9 " />
53
53
<PackageVersion Include =" Microsoft.Extensions.Caching.Redis" Version =" 2.3.0" />
54
54
<PackageVersion Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 9.0.6" />
55
55
<PackageVersion Include =" Microsoft.Extensions.Configuration.Json" Version =" 9.0.9" />
Original file line number Diff line number Diff line change 51
51
</ItemGroup >
52
52
<ItemGroup >
53
53
<PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" />
54
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" />
54
55
<PackageReference Include =" Microsoft.IdentityModel.Tokens" />
55
56
<WCFMetadata Include =" Connected Services" />
56
57
</ItemGroup >
Original file line number Diff line number Diff line change 25
25
</ItemGroup >
26
26
<ItemGroup >
27
27
<PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" />
28
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" />
28
29
<PackageReference Include =" Microsoft.IdentityModel.Tokens" />
29
30
<ProjectReference Include =" ..\LearningHub.Nhs.Api.Shared\LearningHub.Nhs.Api.Shared.csproj" />
30
31
<ProjectReference Include =" ..\LearningHub.Nhs.API\LearningHub.Nhs.Api.csproj" />
Original file line number Diff line number Diff line change 18
18
<PackageReference Include =" System.Collections" />
19
19
</ItemGroup >
20
20
<ItemGroup >
21
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" />
21
22
<PackageReference Include =" Microsoft.IdentityModel.Tokens" />
22
23
<PackageReference Include =" System.IdentityModel.Tokens.Jwt" />
23
24
<ProjectReference Include =" ..\MigrationTool\LearningHub.Nhs.Migration.Models\LearningHub.Nhs.Migration.Models.csproj" />
Original file line number Diff line number Diff line change 15
15
<ProjectReference Include =" ..\LearningHub.Nhs.Migration.Models\LearningHub.Nhs.Migration.Models.csproj" />
16
16
</ItemGroup >
17
17
<ItemGroup >
18
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" />
18
19
<PackageReference Include =" Microsoft.IdentityModel.Tokens" />
19
20
<PackageReference Update =" StyleCop.Analyzers" Version =" 1.1.118" >
20
21
<PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments