Skip to content

Commit

Permalink
Bump Microsoft.AspNetCore.Mvc.Testing and Microsoft.AspNetCore.TestHost
Browse files Browse the repository at this point in the history
Bumps [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) and [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore). These dependencies needed to be updated together.

Updates `Microsoft.AspNetCore.Mvc.Testing` from 8.0.2 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.2...v8.0.5)

Updates `Microsoft.AspNetCore.TestHost` from 8.0.3 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.3...v8.0.5)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.AspNetCore.TestHost
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent 874966b commit a61fa28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageVersion Include="MessagePack.AspNetCoreMvcFormatter" Version="2.5.140"/>
<PackageVersion Include="MessagePackAnalyzer" Version="2.5.140"/>
<PackageVersion Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="8.0.5"/>
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="8.0.3"/>
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="8.0.5"/>
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2"/>
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.5"/>
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.5"/>
Expand Down Expand Up @@ -62,7 +62,7 @@
<PackageVersion Include="GraphQL.Client" Version="6.0.2"/>
<PackageVersion Include="GraphQL.Client.Serializer.SystemTextJson" Version="6.0.3"/>
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.3.0"/>
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.2"/>
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.5"/>
<PackageVersion Include="Respawn" Version="6.2.1"/>
<PackageVersion Include="Snapshooter.Xunit" Version="0.14.1"/>
<PackageVersion Include="Testcontainers" Version="3.7.0"/>
Expand Down

0 comments on commit a61fa28

Please sign in to comment.