简体   繁体   中英

Include Nuget dependencies in .exe

I am building a Windows Forms application that can take snapshot from webcam, I'm using OpenCvSharp3-AnyCPU package.

Is there a way to include this package in the.exe file?

Thanx

You can use Costura Fody to embed third-party libraries into your exe. If you can use .net core there is a new feature called single exe

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM