Skip to content

Commit 7cf54d5

Browse files
Bump Microsoft.AspNetCore.Mvc.Testing from 8.0.6 to 8.0.12
Bumps [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) from 8.0.6 to 8.0.12. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.6...v8.0.12) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 765c548 commit 7cf54d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Org.Quickstart.IntegrationTests/Org.Quickstart.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
<PrivateAssets>all</PrivateAssets>
2323
</PackageReference>
24-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.6" />
24+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.12" />
2525
<PackageReference Include="coverlet.msbuild" Version="6.0.2">
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)