We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c110f commit cb41f65Copy full SHA for cb41f65
src/Polly.Core/Polly.Core.csproj
@@ -28,7 +28,7 @@
28
<InternalsVisibleToProject Include="Polly.TestUtils" />
29
</ItemGroup>
30
31
- <ItemGroup>
+ <ItemGroup>
32
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Condition="!$([MSBuild]::IsTargetFrameworkCompatible($(TargetFramework), 'netcoreapp3.1'))" />
33
<PackageReference Include="Microsoft.Bcl.TimeProvider" Condition="!$([MSBuild]::IsTargetFrameworkCompatible($(TargetFramework), 'net8.0'))" />
34
<PackageReference Include="System.Threading.Tasks.Extensions" Condition="!$([MSBuild]::IsTargetFrameworkCompatible($(TargetFramework), 'netcoreapp3.1'))" />
0 commit comments