Skip to content

Commit e0a10e3

Browse files
chore: Bump Microsoft.AspNetCore.Mvc.Testing and Microsoft.AspNetCore.TestHost
Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.7 to 9.0.8 Bumps Microsoft.AspNetCore.TestHost from 9.0.7 to 9.0.8 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.AspNetCore.TestHost dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa5c7d6 commit e0a10e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ManagedCode.Communication.Tests/ManagedCode.Communication.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1"/>
3030
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
3131
<PackageReference Include="System.Text.Json" Version="9.0.7"/>
32-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.7"/>
32+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.8"/>
3333
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.7"/>
34-
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="9.0.7"/>
34+
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="9.0.8"/>
3535
<PackageReference Include="xunit" Version="2.9.3"/>
3636
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.3">
3737
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)