You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because <NativeDlls> looks pretty generic, so many project might be using this name, if one project include 2 NuGet packages that include native library which using <NativeDlls> defined in their prop file, these 2 <NativeDlls>will conflicted(and it happens in my project):
Because
<NativeDlls>
looks pretty generic, so many project might be using this name, if one project include 2 NuGet packages that include native library which using<NativeDlls>
defined in theirprop
file, these 2<NativeDlls>
will conflicted(and it happens in my project):https://github.com/shimat/opencvsharp/blob/51fee5e/nuget/OpenCvSharp4.runtime.win.props#L3
Maybe using a more specific word here will better, like
<OpenCvSharp4ExternalNativeDlls>
The text was updated successfully, but these errors were encountered: