10 lines
503 B
XML
10 lines
503 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net40;net45;netcoreapp3.0;net6.0-windows</TargetFrameworks>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Label="Package properties">
|
|
<Description>A managed library to handle global hotkeys in Windows Forms and WPF applications. NOTE: this package doesn't contain a concrete HotkeyManager implementation; you should add either the NHotkey.Wpf or NHotkey.WindowsForms package to get one.</Description>
|
|
</PropertyGroup>
|
|
|
|
</Project> |