diff --git a/README.md b/README.md index 5423eb4a9..d1c36d642 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ To call Win32 APIs from the language of your choice based off of this metadata, * Dart - https://github.com/halildurmus/win32 (Community) * Python - https://github.com/ynkdir/py-win32more (Community) * Zig - https://github.com/marlersoft/zigwin32 (Community) +* .NET Standard - https://github.com/Lamparter/Win32 (Community) Note: Community projects are listed here to help with discovery but are not officially validated by Microsoft. diff --git a/docs/projections.md b/docs/projections.md index a7aec15b4..e781f3d6b 100644 --- a/docs/projections.md +++ b/docs/projections.md @@ -24,6 +24,7 @@ To call Win32 APIs from the language of your choice based off of this metadata, * Dart - https://github.com/halildurmus/win32 (Community) * Python - https://github.com/ynkdir/py-win32more (Community) * Zig - https://github.com/marlersoft/zigwin32 (Community) +* .NET Standard - https://github.com/Lamparter/Win32 (Community) Note: Community projects are listed here to help with discovery but are not officially validated by Microsoft.