Skip to content

Commit 18529af

Browse files
build(deps): bump Microsoft.AspNetCore.Mvc.Testing from 8.0.6 to 8.0.7 in /TransformerBeeClient (#75)
* build(deps): bump Microsoft.AspNetCore.Mvc.Testing Bumps [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) from 8.0.6 to 8.0.7. - [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.7) --- 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]> * empty commit to trigger ci --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: konstantin <[email protected]>
1 parent 71f4509 commit 18529af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TransformerBeeClient/ExampleAspNetCoreApplication.Test/ExampleAspNetCoreApplication.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="FluentAssertions" Version="6.12.0" />
14-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.6" />
14+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.7" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0"/>
1616
<PackageReference Include="xunit" Version="2.9.0"/>
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">

0 commit comments

Comments
 (0)