Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 4e71c53

Browse files
dependabot[bot]NelsonBN
authored andcommitted
build(deps): bump Microsoft.AspNetCore.Mvc.Testing from 6.0.10 to 7.0.0
Bumps [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) from 6.0.10 to 7.0.0. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/commits) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1efa527 commit 4e71c53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/PowerUtils.AspNetCore.ErrorHandler.Tests/PowerUtils.AspNetCore.ErrorHandler.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242

4343

4444
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
45-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.10" />
45+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.0" />
4646
</ItemGroup>
4747
<ItemGroup Condition=" '$(TargetFramework)' == 'net5.0' ">
48-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="[5.0.17]" />
48+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="[7.0.0]" />
4949
</ItemGroup>
5050

5151

0 commit comments

Comments
 (0)