Skip to content

Commit 2ef4e67

Browse files
Bump Microsoft.AspNetCore.Mvc.Testing from 8.0.3 to 8.0.6 (#105)
Bumps [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) from 8.0.3 to 8.0.6. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.3...v8.0.6) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a053884 commit 2ef4e67

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.3" />
24+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.6" />
2525
<PackageReference Include="coverlet.msbuild" Version="6.0.0">
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)