Skip to content

Commit

Permalink
Added .NET 7 as a supported runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Visual-Vincent committed Dec 8, 2022
1 parent c164412 commit 70d2373
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions InputHelper/InputHelper.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@

<PropertyGroup>
<RootNamespace>InputHelper</RootNamespace>
<TargetFrameworks>net35;net40;netcoreapp3.1-windows;net5.0-windows;net6.0-windows</TargetFrameworks>
<TargetFrameworks>net35;net40;netcoreapp3.1-windows;net5.0-windows;net6.0-windows;net7.0-windows</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>InputHelper.pfx</AssemblyOriginatorKeyFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<Folder Include="My Project\" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A .NET friendly library for handling, simulating and intercepting mouse and keyb
## Requirements
- Windows 7 SP1 or newer (may work on XP/Vista as well, but this has not been tested)
- .NET Framework: 3.5, 4.0-4.8, _or:_
- .NET Core (Desktop Runtime): 3.1, 5.0, 6.0
- .NET Core (Desktop Runtime): 3.1, 5.0, 6.0, 7.0

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

## Questions, Feature requests, Bug reports, etc.
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!
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 comments on commit 70d2373

Please sign in to comment.