Skip to content

Commit

Permalink
Bump System.Reactive from 5.0.0 to 6.0.0
Browse files Browse the repository at this point in the history
Bumps [System.Reactive](https://github.com/dotnet/reactive) from 5.0.0 to 6.0.0.
- [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
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 1, 2023
1 parent e7ea46b commit 6783f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Localisation.WPF/Localisation.WPF.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>
<TargetFrameworks>net462;net6.0-windows;net7.0-windows</TargetFrameworks>
Expand All @@ -12,7 +12,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Management" Version="7.*" />
<PackageReference Include="System.Reactive" Version="5.0.0" />
<PackageReference Include="System.Reactive" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\UICultureIcon.ico" />
Expand Down

0 comments on commit 6783f69

Please sign in to comment.