Skip to content

Commit 2d9b2a1

Browse files
build(deps): bump System.Reactive from 5.0.0 to 6.0.0 (#171)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee425fc commit 2d9b2a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/ReactiveMarbles.ObservableEvents.Example/ReactiveMarbles.ObservableEvents.Example.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netstandard2.1</TargetFramework>
44
<LangVersion>preview</LangVersion>
55
<IsPackable>false</IsPackable>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="System.Reactive" Version="5.0.0" />
9+
<PackageReference Include="System.Reactive" Version="6.0.0" />
1010
<PackageReference Include="xamarin.forms" Version="5.*" />
1111
</ItemGroup>
1212

src/TesterConsoleApp/TesterConsoleApp.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" />
1515
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
16-
<PackageReference Include="System.Reactive" Version="5.0.0" />
16+
<PackageReference Include="System.Reactive" Version="6.0.0" />
1717
<PackageReference Include="xamarin.forms" Version="5.*" />
1818
</ItemGroup>
1919
</Project>

0 commit comments

Comments
 (0)