-
I can't find any info about how can I use winget nuget package inside my C# project. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
And what? |
Beta Was this translation helpful? Give feedback.
-
The relevant C header is here: WinGetUtil.h The utils nuget package is not intended for public use, so there is not documentation beyond the code. |
Beta Was this translation helpful? Give feedback.
-
I asked about C# nuget package |
Beta Was this translation helpful? Give feedback.
-
It is a native nuget package, so you would have to PInvoke these methods. |
Beta Was this translation helpful? Give feedback.
It is a native nuget package, so you would have to PInvoke these methods.