Skip to content

Commit d0bb441

Browse files
Bump Microsoft.AspNetCore.Mvc.Testing, Microsoft.Extensions.Logging.Abstractions and Microsoft.Extensions.Options (#232)
Bumps [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore), [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Options](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.AspNetCore.Mvc.Testing` from 8.0.10 to 8.0.11 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.10...v8.0.11) Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.2 to 8.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.2...v8.0.2) Updates `Microsoft.Extensions.Options` from 8.0.2 to 8.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.2...v8.0.2) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Options dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20f9637 commit d0bb441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PxWebApi_Mvc.Tests/PxWebApi_Mvc.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<ItemGroup>
2121
<PackageReference Include="coverlet.collector" Version="6.0.2" />
22-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.10" />
22+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.11" />
2323
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
2424
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
2525
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />

0 commit comments

Comments
 (0)