Skip to content

Commit ec20e5d

Browse files
build(deps): bump Microsoft.AspNetCore.Mvc.Testing from 8.0.5 to 8.0.6 in /TransformerBeeClient (#64)
* build(deps): bump Microsoft.AspNetCore.Mvc.Testing Bumps [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) from 8.0.5 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.5...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] <[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 66f4f64 commit ec20e5d

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.5" />
14+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.6" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0"/>
1616
<PackageReference Include="xunit" Version="2.8.0"/>
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">

0 commit comments

Comments
 (0)