build(deps): bump System.Reactive from 5.0.0 to 6.0.0 (#2718)

This commit is contained in:
dependabot[bot]
2023-05-24 13:04:38 -05:00
committed by GitHub
parent fee0e21ecf
commit 96903d84d2
+2 -2
View File
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>An IObservable based GitHub API client library for .NET and .NET Core using Reactive Extensions</Description>
@@ -48,7 +48,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Reactive" Version="5.0.0" />
<PackageReference Include="System.Reactive" Version="6.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>
</Project>