Bump NHotkey.Wpf from 2.1.0 to 2.1.1

Bumps [NHotkey.Wpf](https://github.com/thomaslevesque/NHotkey) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/thomaslevesque/NHotkey/releases)
- [Commits](https://github.com/thomaslevesque/NHotkey/compare/2.1.0...2.1.1)

---
updated-dependencies:
- dependency-name: NHotkey.Wpf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-10 22:34:53 +00:00 committed by GitHub
parent 6020cd9b81
commit 1e5497f7ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
@ -93,7 +93,7 @@
<!-- ModernWpfUI v0.9.5 introduced WinRT changes that causes Notification platform unavailable error on some machines -->
<!-- https://github.com/Flow-Launcher/Flow.Launcher/issues/1772#issuecomment-1502440801 -->
<PackageReference Include="ModernWpfUI" Version="0.9.4" />
<PackageReference Include="NHotkey.Wpf" Version="2.1.0" />
<PackageReference Include="NHotkey.Wpf" Version="2.1.1" />
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
<PackageReference Include="SharpVectors" Version="1.8.1" />
<PackageReference Include="VirtualizingWrapPanel" Version="1.5.7" />