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
parent
commit
21af4e279b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/FSharp/FSharp.fsproj
  2. 2
      src/Numerics/Numerics.csproj

2
src/FSharp/FSharp.fsproj

@ -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>

2
src/Numerics/Numerics.csproj

@ -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>

Loading…
Cancel
Save