Skip to content

'CEF' folder inside NuGet package, despite 'lib' as standard. #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
devBartek opened this issue Dec 22, 2021 · 2 comments
Closed

'CEF' folder inside NuGet package, despite 'lib' as standard. #101

devBartek opened this issue Dec 22, 2021 · 2 comments

Comments

@devBartek
Copy link

Hi.

Is there any reason, that you publish dll's in CEF folder inside NuGet package?

<file src="..\cef_binary_3.y.z_$CPlatform$\$Configuration$\*.dll" target="CEF\" />

If I'm not wrong, lib folder is standard for this.
https://docs.microsoft.com/en-us/nuget/create-packages/creating-a-package#from-a-convention-based-working-directory

@amaitland
Copy link
Member

The files inside the CEF folder are unmanaged dlls and resources, they are also arch specific. Lib folder is for managed assemblies (Lib folder doesn't support arch specific dlls also).

@amaitland
Copy link
Member

The newer chromiumembeddedframework.runtime packages will hopefully replace the Older cef.redist packages.

https://github.com/cefsharp/cef-binary/blob/master/NuGet/chromiumembeddedframework.runtime.win.nuspec#L25

#93

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants