Skip to content

Commit

Permalink
build(deps): bump System.Reactive from 5.0.0 to 6.0.0 (#2718)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 24, 2023
1 parent fee0e21 commit 96903d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Octokit.Reactive/Octokit.Reactive.csproj
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -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>

0 comments on commit 96903d8

Please sign in to comment.