Skip to content

Commit

Permalink
Add Microsoft.Bcl.TimeProvider reference
Browse files Browse the repository at this point in the history
Add package reference to Microsoft.Bcl.TimeProvider as Microsoft.Extensions.TimeProvider.Testing appears to have trimmed the dependency away.
  • Loading branch information
martincostello committed Apr 12, 2024
1 parent e8bafa2 commit f499a58
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 @@ -11,6 +11,7 @@
</PropertyGroup>

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

0 comments on commit f499a58

Please sign in to comment.