Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] dbc9aa6c85
Bump System.ValueTuple from 4.4.0 to 4.5.0 4 years ago
  1. 2
      src/FSharp/FSharp.fsproj
  2. 2
      src/Numerics/Numerics.csproj

2
src/FSharp/FSharp.fsproj

@ -69,6 +69,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

@ -43,7 +43,7 @@ Control.Describe now includes CPU architecture and family identifier if know</Pa
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.ValueTuple" Version="4.4.0" Condition="'$(TargetFramework)' == 'net461'" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="'$(TargetFramework)' == 'net461'" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Loading…
Cancel
Save