Skip to content

Commit 3612dfa

Browse files
committed
Update dependencies: downgrade Microsoft.Bcl.AsyncInterfaces to 6.0.0 and upgrade Polyfill to 8.7.4
1 parent d2cbe20 commit 3612dfa

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

EnumerableAsyncProcessor/EnumerableAsyncProcessor.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
</PropertyGroup>
2323

2424
<ItemGroup Condition="'$(TargetFrameworkIdentifier)'!='.NETCoreApp'">
25-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.3" />
26-
25+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
2726
</ItemGroup>
2827

2928
<ItemGroup>
@@ -35,7 +34,7 @@
3534

3635
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
3736

38-
<PackageReference Include="Polyfill" Version="7.26.0">
37+
<PackageReference Include="Polyfill" Version="8.7.4">
3938
<PrivateAssets>all</PrivateAssets>
4039
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4140
</PackageReference>

0 commit comments

Comments
 (0)