So with the help of this NuGet package I can make a "normal" console app using UWP dependencies.
How can I pack the necessary dependencies with my console app (add the dependent .dll's and all) in order to run under .NET 4.5 (4.6 etc.) on windows 8 or 7 ?
Thanks
So with the help of this NuGet package I can make a "normal" console app using UWP dependencies. How can I pack the necessary dependencies with my console app (add the dependent .dll's and all) in order to run under .NET 4.5 (4.6 etc.) on windows 8 or 7 ? Thanks