To which Project should LibVLC dependencies be added?
问题 I have a Solution with .NET Framework Project A which builds a winforms application containing a class, MyPlayer which requires LibVLCSharp . In order for the application to build and run correctly I had to add the following Nuget packages: LibVLCSharp LibVLCSharp.WinForms VideoLAN.LibVLC.Windows Now I want to move class MyPlayer to a separate .NET Standard class library, Project B , to separate out function from UI and so that it can be used by multiple other projects targeted to different