Skip to content

Commit

Permalink
build(deps): bump System.Reactive from 4.2.0 to 4.3.1 (#2269)
Browse files Browse the repository at this point in the history
Bumps [System.Reactive](https://github.com/dotnet/reactive) from 4.2.0 to 4.3.1.
- [Release notes](https://github.com/dotnet/reactive/releases)
- [Commits](dotnet/reactive@rxnet-v4.2.0...rxnet-v4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and glennawatson committed Dec 5, 2019
1 parent 2c1ac9c commit 6587671
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/ReactiveUI.Events.WPF/ReactiveUI.Events.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Reactive" Version="4.2.0" />
<PackageReference Include="System.Reactive" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Reactive" Version="4.2.0" />
<PackageReference Include="System.Reactive" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveUI.Events/ReactiveUI.Events.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Compile Remove="*.cs" />
<None Include="*.cs" />
<PackageReference Include="Pharmacist.Common" Version="1.*" />
<PackageReference Include="System.Reactive" Version="4.2.0" />
<PackageReference Include="System.Reactive" Version="4.3.1" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('uap')) ">
Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveUI.Fody.Helpers/ReactiveUI.Fody.Helpers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ItemGroup>
<PackageReference Include="Fody" Version="6.0.5" PrivateAssets="None" />
<PackageReference Include="FodyPackaging" Version="6.0.5" PrivateAssets="All" />
<PackageReference Include="System.Reactive" Version="4.2.0" />
<PackageReference Include="System.Reactive" Version="4.3.1" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('netstandard'))">
Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveUI.Winforms/ReactiveUI.Winforms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Reactive" Version="4.2.0" />
<PackageReference Include="System.Reactive" Version="4.3.1" />
</ItemGroup>
<ItemGroup Condition=" $(TargetFramework.StartsWith('net4')) ">
<Reference Include="System.Windows.Forms" />
Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveUI.Wpf/ReactiveUI.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Reactive" Version="4.2.0" />
<PackageReference Include="System.Reactive" Version="4.3.1" />
</ItemGroup>
<ItemGroup>
<Compile Remove="..\ReactiveUI\Platforms\windows-common\BindingTypeConverters.cs" />
Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveUI/ReactiveUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<None Include="Platforms\**\*.cs" />
<PackageReference Include="Splat" Version="9.*" />
<PackageReference Include="DynamicData" Version="6.*" />
<PackageReference Include="System.Reactive" Version="4.2.0" />
<PackageReference Include="System.Reactive" Version="4.3.1" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">
Expand Down

0 comments on commit 6587671

Please sign in to comment.