Skip to content

Commit

Permalink
Remove PollyVersion property
Browse files Browse the repository at this point in the history
Remove the PollyVersion MSBuild property and downgrade to 8.3.1 to test dependabot/dependabot-core#8576.
  • Loading branch information
martincostello authored Mar 14, 2024
1 parent b8efa77 commit 6df73ef
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<Project>
<PropertyGroup>
<PollyVersion>8.3.1</PollyVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Amazon.Lambda.Core" Version="2.2.0" />
<PackageVersion Include="Amazon.Lambda.RuntimeSupport" Version="1.10.0" />
Expand Down Expand Up @@ -32,9 +29,9 @@
<PackageVersion Include="OpenTelemetry.Instrumentation.AWS" Version="1.1.0-beta.3" />
<PackageVersion Include="OpenTelemetry.Instrumentation.AWSLambda" Version="1.3.0-beta.1" />
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.7.1" />
<PackageVersion Include="Polly.Core" Version="$(PollyVersion)" />
<PackageVersion Include="Polly.Extensions" Version="$(PollyVersion)" />
<PackageVersion Include="Polly.RateLimiting" Version="$(PollyVersion)" />
<PackageVersion Include="Polly.Core" Version="8.3.0" />
<PackageVersion Include="Polly.Extensions" Version="8.3.0" />
<PackageVersion Include="Polly.RateLimiting" Version="8.3.0" />
<PackageVersion Include="ReportGenerator" Version="5.2.2" />
<PackageVersion Include="Shouldly" Version="4.2.1" />
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
Expand Down

0 comments on commit 6df73ef

Please sign in to comment.