Skip to content

Commit a81e043

Browse files
deps: Bump Microsoft.Extensions.Configuration.Abstractions from 8.0.0 to 10.0.8
--- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Abstractions dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b480734 commit a81e043

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ERP.BLL/ERP.BLL.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.9" />
1515
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
1616
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
17-
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
17+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.8" />
1818
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.3" />
1919
</ItemGroup>
2020

ERP.DAL/ERP.DAL.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>
2020
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.25" />
21+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.8" />
2122
</ItemGroup>
2223

2324
</Project>

0 commit comments

Comments
 (0)