Skip to content

Commit e400cf4

Browse files
dependabot-preview[bot]akarnokd
authored andcommitted
Bump System.Threading.Tasks.Extensions from 4.5.2 to 4.5.3 (#17)
Bumps [System.Threading.Tasks.Extensions](https://github.com/dotnet/corefx) from 4.5.2 to 4.5.3. - [Release notes](https://github.com/dotnet/corefx/releases) - [Commits](https://github.com/dotnet/corefx/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 4ad4264 commit e400cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async-enumerable-dotnet/async-enumerable-dotnet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ New operators:
3232

3333
<ItemGroup>
3434
<!-- ... -->
35-
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.2" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
35+
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.3" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
3636
<!-- ... -->
3737
</ItemGroup>
3838
</Project>

0 commit comments

Comments
 (0)