Skip to content

Commit 4b416bb

Browse files
build(deps): bump Microsoft.AspNetCore.Mvc.Testing from 8.0.4 to 8.0.5 in /TransformerBeeClient (#58)
build(deps): bump Microsoft.AspNetCore.Mvc.Testing Bumps [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) from 8.0.4 to 8.0.5. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.4...v8.0.5) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aadc311 commit 4b416bb

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.4" />
14+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.5" />
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)