AnyCPU Building error with WinForms #3461
-
So, in the past, the CefSharp.WinForms package had a build directory with a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
As per the the Release notes the Nuget packages underwent major changes. CefSharp.Winforms.dll is now a single AnyCpu dll. The targets and props files were removed as there is no need for them, the Nuget package now complies with the Nuget standard, the dll is included in the lib folder and directly included in your project file. The nupkg file can be unzipped if you wish to inspect it's contents. |
Beta Was this translation helpful? Give feedback.
As per the the Release notes the Nuget packages underwent major changes.
CefSharp.Winforms.dll is now a single AnyCpu dll. The targets and props files were removed as there is no need for them, the Nuget package now complies with the Nuget standard, the dll is included in the lib folder and directly included in your project file.
The nupkg file can be unzipped if you wish to inspect it's contents.