Skip to content

Commit 41eacb3

Browse files
--- (#2640)
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 d05ad38 commit 41eacb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/JoinRpg.IntegrationTests/JoinRpg.IntegrationTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.4" />
11+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.5" />
1212
<PackageReference Include="Shouldly" Version="4.2.1" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
1414
<PrivateAssets>all</PrivateAssets>

src/JoinRpg.Portal.Test/JoinRpg.Portal.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.4" />
11+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.5" />
1212
<PackageReference Include="Shouldly" Version="4.2.1" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
1414
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)