Skip to content

Commit 963ef16

Browse files
authored
Update src/Numerics/Numerics.csproj
1 parent 6eb9566 commit 963ef16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Numerics/Numerics.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Control.Describe now includes CPU architecture and family identifier if know</Pa
5252
<PrivateAssets>all</PrivateAssets>
5353
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5454
</PackageReference>
55-
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="'$(TargetFramework)' == 'net461'" />
55+
<PackageReference Include="System.ValueTuple" Version="4.4.0" Condition="'$(TargetFramework)' == 'net461'" />
5656
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3">
5757
<PrivateAssets>all</PrivateAssets>
5858
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)