Skip to content

Commit 9809b51

Browse files
Bump Microsoft.AspNetCore.Mvc.Testing from 7.0.0 to 7.0.1 (#140)
Bumps [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14ddd30 commit 9809b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/LinkDotNet.Blog.IntegrationTests/LinkDotNet.Blog.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.0" />
9+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.1" />
1010
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0" />
1111
<PackageReference Include="RavenDB.TestDriver" Version="5.4.5" />
1212
</ItemGroup>

0 commit comments

Comments
 (0)