Hi I have three Visual C++ projects created in Visual Studio 2022, it also has a dependency on .net 8.0, we have a .net code which invokes C++ Dlib library to do certain security operations in Windows operating system.
- How do i package everything together like Nuget packages or MSI/.exe/cab files?
- How do i distribute it github, nuget.org, which is the best and easiest and quickest way to distribute such deliverables?