Skip to content

Commit fff0ae2

Browse files
Bump Microsoft.Extensions.Configuration.Abstractions from 9.0.6 to 9.0.9
--- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Abstractions 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 fff0ae2

File tree

10 files changed

+10
-1
lines changed

10 files changed

+10
-1
lines changed

AdminUI/LearningHub.Nhs.AdminUI/LearningHub.Nhs.AdminUI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,7 @@
619619
<None Include="Views\ExternalSystem\Index.cshtml" />
620620
</ItemGroup>
621621
<ItemGroup>
622+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" VersionOverride="9.0.9" />
622623
<Content Update="NLog.config">
623624
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
624625
</Content>

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.6" />
5252
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.6" />
5353
<PackageVersion Include="Microsoft.Extensions.Caching.Redis" Version="2.3.0" />
54-
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.6" />
54+
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.9" />
5555
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="9.0.9" />
5656
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.6" />
5757
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.6" />

LearningHub.Nhs.WebUI.AutomatedUiTests/LearningHub.Nhs.WebUI.AutomatedUiTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
</ItemGroup>
2828
<ItemGroup>
2929
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" VersionOverride="8.0.20" />
30+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" VersionOverride="9.0.9" />
3031
<PackageReference Include="Microsoft.IdentityModel.Tokens" />
3132
<PackageReference Include="System.IdentityModel.Tokens.Jwt" />
3233
<ProjectReference Include="..\LearningHub.Nhs.WebUI\LearningHub.Nhs.WebUI.csproj" />

LearningHub.Nhs.WebUI/LearningHub.Nhs.WebUI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
<TypeScriptCompile Include="Scripts\vuesrc\resource\helpers\resourceHelper.ts" />
171171
</ItemGroup>
172172
<ItemGroup>
173+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" VersionOverride="9.0.9" />
173174
<PackageReference Include="Microsoft.IdentityModel.Tokens" />
174175
<PackageReference Include="System.IdentityModel.Tokens.Jwt" />
175176
<TypeScriptCompile Update="Scripts\vuesrc\models\activeContentModel.ts">

OpenAPI/LearningHub.Nhs.OpenApi.Models/LearningHub.Nhs.OpenApi.Models.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
</PropertyGroup>
1414
<ItemGroup>
1515
<PackageReference Include="LearningHub.Nhs.Models" />
16+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" VersionOverride="9.0.9" />
1617
<PackageReference Include="NLog.Web.AspNetCore" />
1718
</ItemGroup>
1819
</Project>

ReportAPI/LearningHub.Nhs.ReportApi/LearningHub.Nhs.ReportApi.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
</None>
4040
</ItemGroup>
4141
<ItemGroup>
42+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" />
4243
<PackageReference Update="StyleCop.Analyzers" Version="1.1.118" />
4344
</ItemGroup>
4445
</Project>

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.Extensions.Configuration.Abstractions" />
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.Extensions.Configuration.Abstractions" />
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.Extensions.Configuration.Abstractions" />
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.Extensions.Configuration.Abstractions" />
1819
<PackageReference Include="Microsoft.IdentityModel.Tokens" />
1920
<PackageReference Update="StyleCop.Analyzers" Version="1.1.118">
2021
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)