Skip to content

Commit 21af4e2

Browse files
authored
Merge pull request #769 from mathnet/dependabot/nuget/System.ValueTuple-4.5.0
Bump System.ValueTuple from 4.4.0 to 4.5.0
2 parents 28539a7 + 1d325dd commit 21af4e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/FSharp/FSharp.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ Control.Describe now includes CPU architecture and family identifier if know</Pa
6565
<PrivateAssets>all</PrivateAssets>
6666
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6767
</PackageReference>
68-
<PackageReference Include="System.ValueTuple" Version="4.4.0" Condition="'$(TargetFramework)' == 'net461'" />
68+
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="'$(TargetFramework)' == 'net461'" />
6969
</ItemGroup>
7070
</Project>

src/Numerics/Numerics.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ Control.Describe now includes CPU architecture and family identifier if know</Pa
4949
<PrivateAssets>all</PrivateAssets>
5050
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5151
</PackageReference>
52-
<PackageReference Include="System.ValueTuple" Version="4.4.0" Condition="'$(TargetFramework)' == 'net461'" />
52+
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="'$(TargetFramework)' == 'net461'" />
5353
</ItemGroup>
5454
</Project>

0 commit comments

Comments
 (0)