Skip to content

Commit 046e2a2

Browse files
Bump System.Threading.Tasks.Extensions from 4.5.4 to 4.6.0
Bumps [System.Threading.Tasks.Extensions](https://github.com/dotnet/maintenance-packages) from 4.5.4 to 4.6.0. - [Release notes](https://github.com/dotnet/maintenance-packages/releases) - [Commits](https://github.com/dotnet/maintenance-packages/commits) --- updated-dependencies: - dependency-name: System.Threading.Tasks.Extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e7011e commit 046e2a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BitFaster.Caching.UnitTests/BitFaster.Caching.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup Condition="'$(TargetFramework)' == 'net48'">
26-
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
26+
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.6.0" />
2727
</ItemGroup>
2828

2929
<ItemGroup>

BitFaster.Caching/BitFaster.Caching.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</ItemGroup>
5858

5959
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
60-
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
60+
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.6.0" />
6161
</ItemGroup>
6262

6363
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">

0 commit comments

Comments
 (0)