Skip to content

Commit 20927d0

Browse files
Bump Microsoft.NETFramework.ReferenceAssemblies and System.Threading.Tasks.Extensions
Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) and [System.Threading.Tasks.Extensions](https://github.com/dotnet/maintenance-packages). These dependencies needed to be updated together. Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `System.Threading.Tasks.Extensions` from 4.5.4 to 4.6.3 - [Release notes](https://github.com/dotnet/maintenance-packages/releases) - [Commits](https://github.com/dotnet/maintenance-packages/commits) --- updated-dependencies: - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Threading.Tasks.Extensions dependency-version: 4.6.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent db9f9e7 commit 20927d0

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.3" />
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.3" />
6161
</ItemGroup>
6262

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

0 commit comments

Comments
 (0)