Skip to content

Commit 437b3c3

Browse files
Update Microsoft.Extensions.Http.Polly requirement from 5.* to 7.*
Updates the requirements on [Microsoft.Extensions.Http.Polly](https://github.com/dotnet/aspnetcore) to permit the latest version. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/commits) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Http.Polly dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05aa369 commit 437b3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Samples/Sample.AspNetCore/Sample.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
1616
<PackageReference Include="Microsoft.Extensions.Http" Version="6.*" />
17-
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="6.*" />
17+
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="7.*" />
1818
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.*" />
1919
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="6.*" />
2020
</ItemGroup>

0 commit comments

Comments
 (0)