Skip to content

Commit b48d7e9

Browse files
Update Microsoft.Extensions.Logging.Abstractions requirement
Updates the requirements on [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) to permit the latest version. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6564a19 commit b48d7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SwedbankPay.Sdk.Tests/SwedbankPay.Sdk.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.*" />
4343
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="5.0.*" />
4444
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="5.0.*" />
45-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.*" />
45+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.*" />
4646
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="5.0.*" />
4747
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.*" />
4848
<PackageReference Include="NSubstitute" Version="4.2.2" />

0 commit comments

Comments
 (0)