Skip to content

Commit ff353fe

Browse files
authored
Merge pull request #4706 from GitTools/dependabot/nuget/new-cli/Polly-8.6.4
(deps): Bump Polly from 8.6.1 to 8.6.4
2 parents fffd672 + 210bb49 commit ff353fe

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

new-cli/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
</PackageVersion>
2323
<PackageVersion Include="NUnit3TestAdapter" Version="5.2.0" />
24-
<PackageVersion Include="Polly" Version="8.6.1" />
24+
<PackageVersion Include="Polly" Version="8.6.4" />
2525
<PackageVersion Include="Roslynator.Analyzers" Version="4.14.1" />
2626
<PackageVersion Include="Roslynator.Formatting.Analyzers" Version="4.14.1" />
2727
<!-- specific packages -->

new-cli/GitVersion.Calculation/GitVersion.Calculation.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<ItemGroup>
4+
<PackageReference Include="Polly" />
45
<ProjectReference Include="..\GitVersion.Common.Command\GitVersion.Common.Command.csproj" />
56
</ItemGroup>
67

new-cli/GitVersion.Common.Command/GitVersion.Common.Command.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<ItemGroup>
4+
<PackageReference Include="Polly" />
45
<ProjectReference Include="..\GitVersion.Common\GitVersion.Common.csproj" />
56
</ItemGroup>
67

0 commit comments

Comments
 (0)