vcpkg/ports/easyhook/vcpkg.json
Billy O'Neal 4f0a640e4c
[easyhook] Update target .NET Framework version to 4.7.2. (#23040)
* [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.
2022-02-10 16:22:50 -08:00

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)"
}