Skip to content

Commit

Permalink
Update valuetuple dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Feb 18, 2019
1 parent fd5f9bf commit 04d98ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rx.NET/Source/src/System.Reactive/System.Reactive.csproj
Expand Up @@ -24,7 +24,7 @@

<!-- UWP -->
<ItemGroup Condition=" '$(TargetFramework)' == 'uap10.0' ">
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="System.ComponentModel" Version="4.0.1" />
<PackageReference Include="System.Dynamic.Runtime" Version="4.0.11" />
<PackageReference Include="System.Linq.Queryable" Version="4.0.1" />
Expand All @@ -41,7 +41,7 @@

<!-- Desktop -->
<ItemGroup Condition=" '$(TargetFramework)' == 'net46'">
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<Reference Include="System.Windows" />
<Reference Include="System.Windows.Forms" />
<Reference Include="WindowsBase" />
Expand Down

0 comments on commit 04d98ea

Please sign in to comment.