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 e71df13 commit e2d3093Copy full SHA for e2d3093
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.1" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
+ <PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.2" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
36
37
</ItemGroup>
38
</Project>
0 commit comments