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 4ad4264 commit e400cf4Copy full SHA for e400cf4
async-enumerable-dotnet/async-enumerable-dotnet.csproj
@@ -32,7 +32,7 @@ New operators:
32
33
<ItemGroup>
34
<!-- ... -->
35
- <PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.2" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
+ <PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.3" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
36
37
</ItemGroup>
38
</Project>
0 commit comments