Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Fix missing `VersionOverride`.
  • Loading branch information
martincostello committed Apr 12, 2024
1 parent eb80d24 commit 36ecb34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Polly.Core.Tests/Polly.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Bcl.TimeProvider" />
<PackageReference Update="Microsoft.Bcl.TimeProvider" VersionOverride="8.0.1" Condition="!$([MSBuild]::IsTargetFrameworkCompatible($(TargetFramework), 'net9.0'))" />
<PackageReference Include="Microsoft.Extensions.TimeProvider.Testing" />
<PackageReference Include="Polly.Contrib.WaitAndRetry" />
</ItemGroup>
Expand Down

0 comments on commit 36ecb34

Please sign in to comment.