Skip to content

Commit

Permalink
Add VersionOverride
Browse files Browse the repository at this point in the history
Add `VersionOverride` to fix package downgrade warning.
  • Loading branch information
martincostello committed Apr 12, 2024
1 parent f499a58 commit 4f67189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Polly.Core.Tests/Polly.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Bcl.TimeProvider" />
<PackageReference Include="Microsoft.Bcl.TimeProvider" VersionOverride="8.0.1" />
<PackageReference Include="Microsoft.Extensions.TimeProvider.Testing" />
<PackageReference Include="Polly.Contrib.WaitAndRetry" />
</ItemGroup>
Expand Down

0 comments on commit 4f67189

Please sign in to comment.