Skip to content

Commit

Permalink
Merge pull request #935 from dotnet/revert-925-dependabot/nuget/Rx.NE…
Browse files Browse the repository at this point in the history
…T/Source/System.Reactive-4.1.5

Revert "Bump System.Reactive from 3.1.1 to 4.1.5 in /Rx.NET/Source"
  • Loading branch information
Oren Novotny committed Jun 14, 2019
2 parents 2609113 + 2284314 commit 901e0f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
</ItemGroup>

<ItemGroup Condition="'$(Configuration)|$(Platform)'=='Rx.net 3.1.1|AnyCPU'">
<PackageReference Include="System.Reactive" Version="4.1.5" />
<PackageReference Include="System.Reactive" Version="3.1.1" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)|$(Platform)'=='Rx.net 4.0|AnyCPU'">
<PackageReference Include="System.Reactive" Version="4.1.5" />
<PackageReference Include="System.Reactive" Version="4.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 901e0f8

Please sign in to comment.