mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:29:00 +08:00
4f0a640e4c
* [easyhook] Update target .NET Framework version to 4.7.2. This is the .NET Framework version for VS2017, and is accepted by VS2019 and VS2022. See https://docs.microsoft.com/en-us/dotnet/framework/install/guide-for-developers VS2022 does not support targeting 4.0 Client Profile, so this is necessary to un-break easyhook on VS2022. * Put back missing UWP block.
9 lines
432 B
JSON
9 lines
432 B
JSON
{
|
|
"name": "easyhook",
|
|
"version": "2.7.7097.0",
|
|
"port-version": 5,
|
|
"description": "This project supports extending (hooking) unmanaged code (APIs) with pure managed ones, from within a fully managed environment on 32- or 64-bit Windows Vista x64, Windows Server 2008 x64, Windows 7, Windows 8.1, and Windows 10.",
|
|
"homepage": "https://github.com/EasyHook/EasyHook",
|
|
"supports": "windows & !static & !uwp & (x86 | x64)"
|
|
}
|