Skip to content

Commit

Permalink
Bump Microsoft.AspNetCore.TestHost in /FeatureFlags/FeatureFlags.Tests (
Browse files Browse the repository at this point in the history
#415)

Bumps [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 5.0.10 to 5.0.11.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Commits](dotnet/aspnetcore@v5.0.10...v5.0.11)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 13, 2021
1 parent 91d12cc commit 00638af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FeatureFlags/FeatureFlags.Tests/FeatureFlags.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="Microsoft.AspNetCore.HttpsPolicy" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="5.0.10" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="5.0.11" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="5.0.0" />
Expand Down

0 comments on commit 00638af

Please sign in to comment.