Skip to content

Commit 70d2373

Browse files
Added .NET 7 as a supported runtime
1 parent c164412 commit 70d2373

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

InputHelper/InputHelper.vbproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,12 @@
22

33
<PropertyGroup>
44
<RootNamespace>InputHelper</RootNamespace>
5-
<TargetFrameworks>net35;net40;netcoreapp3.1-windows;net5.0-windows;net6.0-windows</TargetFrameworks>
5+
<TargetFrameworks>net35;net40;netcoreapp3.1-windows;net5.0-windows;net6.0-windows;net7.0-windows</TargetFrameworks>
66
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
77
<UseWindowsForms>true</UseWindowsForms>
88
<SignAssembly>true</SignAssembly>
99
<AssemblyOriginatorKeyFile>InputHelper.pfx</AssemblyOriginatorKeyFile>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1111
</PropertyGroup>
1212

13-
<ItemGroup>
14-
<Folder Include="My Project\" />
15-
</ItemGroup>
16-
1713
</Project>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A .NET friendly library for handling, simulating and intercepting mouse and keyb
66
## Requirements
77
- Windows 7 SP1 or newer (may work on XP/Vista as well, but this has not been tested)
88
- .NET Framework: 3.5, 4.0-4.8, _or:_
9-
- .NET Core (Desktop Runtime): 3.1, 5.0, 6.0
9+
- .NET Core (Desktop Runtime): 3.1, 5.0, 6.0, 7.0
1010

1111
## Precompiled download
1212
A precompiled version of the library (DLL) can be found in the [**Releases** section](https://github.com/Visual-Vincent/InputHelper/releases) of this repository.
@@ -15,4 +15,4 @@ A precompiled version of the library (DLL) can be found in the [**Releases** sec
1515
See the project's [Wiki page](https://github.com/Visual-Vincent/InputHelper/wiki).
1616

1717
## Questions, Feature requests, Bug reports, etc.
18-
Have any questions, need help with your code, want to report a bug or simply suggest a new feature?<br/>Please write a ticket on the [Issue tracker](https://github.com/Visual-Vincent/InputHelper/issues) and I'll get back to you as soon as I can!
18+
Have any questions, need help with your code, want to report a bug or simply suggest a new feature?<br/>Feel free to write a ticket on the [Issue tracker](https://github.com/Visual-Vincent/InputHelper/issues) and I'll get back to you as soon as I can!

0 commit comments

Comments
 (0)