Skip to content

Commit

Permalink
Update Polly to latest (#4729)
Browse files Browse the repository at this point in the history
The latest version has the fixes for native AOT support.
  • Loading branch information
eerhardt committed Nov 18, 2023
1 parent 0f548a1 commit 0daa893
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eng/packages/General.props
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
<PackageVersion Include="Microsoft.Extensions.Primitives" Version="$(MicrosoftExtensionsPrimitivesVersion)" />
<PackageVersion Include="Microsoft.IO.RecyclableMemoryStream" Version="2.3.2" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.1" />
<PackageVersion Include="Polly" Version="8.0.0" />
<PackageVersion Include="Polly.Core" Version="8.0.0" />
<PackageVersion Include="Polly.Extensions" Version="8.0.0" />
<PackageVersion Include="Polly.RateLimiting" Version="8.0.0" />
<PackageVersion Include="Polly" Version="8.2.0" />
<PackageVersion Include="Polly.Core" Version="8.2.0" />
<PackageVersion Include="Polly.Extensions" Version="8.2.0" />
<PackageVersion Include="Polly.RateLimiting" Version="8.2.0" />
<PackageVersion Include="System.Buffers" Version="4.5.1" />
<PackageVersion Include="System.Collections.Immutable" Version="$(SystemCollectionsImmutableVersion)" />
<PackageVersion Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1" />
Expand Down

0 comments on commit 0daa893

Please sign in to comment.