Skip to content

Commit 8707f51

Browse files
committed
Revert System.Threading.Tasks.Extensions to 4.3.0
As per PR review comment. No upper bound so users can update to which ever version they like, and lower bound reflects the lowest we can support.
1 parent 6d297d7 commit 8707f51

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
### 5.1.0 (Sep 2023)
22

33
* [DOC] Add clickable headings. Thanks @jheinath! (#729)
4-
* [UPDATE] Update `System.Threading.Tasks.Extensions` to latest (`4.5.4-*`) as per @Romfos' suggestion. (#731)
54
* [UPDATE] Update `Castle.Core` to `5.1.1-*` to support C# 9 covariants. Thanks @siblount to tracking this down. (#730)
65
* [UPDATE] Improved support for testing `ILogger`. Thanks to @zlangner for this contribution, and also thanks to @Saibamen for reviewing this PR. (#732)
76
* [NEW] Add `Arg.AnyType` for matching calls with generic parameters. Thanks @icalvo for implementing and documenting this! (#634, #715, #733)

src/NSubstitute/NSubstitute.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626

2727
<ItemGroup Condition="'$(TargetIsNet5OrNewer)' != 'true'">
28-
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4-*" />
28+
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.3.0-*" />
2929
</ItemGroup>
3030

3131
<PropertyGroup>

0 commit comments

Comments
 (0)