Browse Source
Merge pull request #769 from mathnet/dependabot/nuget/System.ValueTuple-4.5.0
Bump System.ValueTuple from 4.4.0 to 4.5.0
pull/880/head
Christoph Ruegg
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
src/FSharp/FSharp.fsproj
-
src/Numerics/Numerics.csproj
|
|
|
@ -65,6 +65,6 @@ Control.Describe now includes CPU architecture and family identifier if know</Pa |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
</PackageReference> |
|
|
|
<PackageReference Include="System.ValueTuple" Version="4.4.0" Condition="'$(TargetFramework)' == 'net461'" /> |
|
|
|
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="'$(TargetFramework)' == 'net461'" /> |
|
|
|
</ItemGroup> |
|
|
|
</Project> |
|
|
|
|
|
|
|
@ -49,6 +49,6 @@ Control.Describe now includes CPU architecture and family identifier if know</Pa |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
</PackageReference> |
|
|
|
<PackageReference Include="System.ValueTuple" Version="4.4.0" Condition="'$(TargetFramework)' == 'net461'" /> |
|
|
|
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="'$(TargetFramework)' == 'net461'" /> |
|
|
|
</ItemGroup> |
|
|
|
</Project> |
|
|
|
|