Skip to content

Commit 6398d3d

Browse files
chore(deps): update System.Reactive requirement from 5.* to 6.* in /src (#264)
Updates the requirements on [System.Reactive](https://github.com/dotnet/reactive) to permit the latest version. - [Release notes](https://github.com/dotnet/reactive/releases) - [Commits](https://github.com/dotnet/reactive/commits) --- updated-dependencies: - dependency-name: System.Reactive dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 113a88b commit 6398d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Punchclock/Punchclock.csproj

Lines changed: 2 additions & 2 deletions
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
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<PackageId>Punchclock</PackageId>
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="System.Reactive" Version="5.*" />
11+
<PackageReference Include="System.Reactive" Version="6.*" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)