I wanted to install the nuget package AutoItX.Dotnet
after looking at an answer in another stack overflow post
How to read another windows from a different program
I installed it to my Visual Studio project using the NuGet Package manager, I installed it for the current solution I was working on. However when I go to include using AutoIt
, it cannot find it. How can I get this package to install properly?