Skip to content

Commit ad111e5

Browse files
Bump Microsoft.AspNetCore.Mvc.Testing from 7.0.8 to 7.0.20
--- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 7.0.20 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 7.0.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68b1d58 commit ad111e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

accounts-api/test/ComponentTests/ComponentTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>
21-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.8" />
21+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.20" />
2222
<PackageReference Include="coverlet.msbuild" Version="3.2.0">
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

accounts-api/test/EndToEndTests/EndToEndTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>
21-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.8" />
21+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.20" />
2222
<PackageReference Include="coverlet.msbuild" Version="3.2.0">
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)