Skip to content

Commit ff56a74

Browse files
Bump Microsoft.EntityFrameworkCore and 2 others
Bumps Microsoft.EntityFrameworkCore from 9.0.6 to 9.0.9 Bumps Microsoft.EntityFrameworkCore.Relational from 9.0.6 to 9.0.9 Bumps Microsoft.EntityFrameworkCore.SqlServer from 9.0.6 to 9.0.9 --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.9 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-version: 9.0.9 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-version: 9.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 41089c1 commit ff56a74

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.20" />
4848
<PackageVersion Include="Microsoft.Azure.Management.DataFactory" Version="9.3.0" />
4949
<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" />
5353
<PackageVersion Include="Microsoft.Extensions.Caching.Redis" Version="2.3.0" />
5454
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.6" />
5555
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="9.0.9" />

WebAPI/LearningHub.Nhs.API/LearningHub.Nhs.Api.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
</ItemGroup>
5252
<ItemGroup>
5353
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
54+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" />
5455
<PackageReference Include="Microsoft.IdentityModel.Tokens" />
5556
<WCFMetadata Include="Connected Services" />
5657
</ItemGroup>

WebAPI/LearningHub.Nhs.Api.UnitTests/LearningHub.Nhs.Api.UnitTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
</ItemGroup>
2626
<ItemGroup>
2727
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
28+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" />
2829
<PackageReference Include="Microsoft.IdentityModel.Tokens" />
2930
<ProjectReference Include="..\LearningHub.Nhs.Api.Shared\LearningHub.Nhs.Api.Shared.csproj" />
3031
<ProjectReference Include="..\LearningHub.Nhs.API\LearningHub.Nhs.Api.csproj" />

WebAPI/LearningHub.Nhs.Repository.Interface/LearningHub.Nhs.Repository.Interface.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<PackageReference Include="System.Collections" />
1919
</ItemGroup>
2020
<ItemGroup>
21+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" />
2122
<PackageReference Include="Microsoft.IdentityModel.Tokens" />
2223
<PackageReference Include="System.IdentityModel.Tokens.Jwt" />
2324
<ProjectReference Include="..\MigrationTool\LearningHub.Nhs.Migration.Models\LearningHub.Nhs.Migration.Models.csproj" />

WebAPI/MigrationTool/LearningHub.Nhs.Migration.Staging.Repository/LearningHub.Nhs.Migration.Staging.Repository.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<ProjectReference Include="..\LearningHub.Nhs.Migration.Models\LearningHub.Nhs.Migration.Models.csproj" />
1616
</ItemGroup>
1717
<ItemGroup>
18+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" />
1819
<PackageReference Include="Microsoft.IdentityModel.Tokens" />
1920
<PackageReference Update="StyleCop.Analyzers" Version="1.1.118">
2021
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)