Closed davisford closed 5 years ago
Is something wrong with the NuGet packages?
No, packages are as expected. If you look at https://www.nuget.org/packages/CefSharp.WinForms/ you'll see there is the 69.0.0-pre01
release, which uses the 3.3497.1841
set of packages.
If you look at https://github.com/cefsharp/CefSharp#release-branches you can see which CEF
branch (they're actually Chromium
branch numbers) that corresponds to which version.
See also https://github.com/cefsharp/cef-binary/releases for a list of releases and details of those releases for cef-binary
A short note to @davisford - the reason why you are seeing the cef.redist.*
update is that technically, the CEF release is not a prerelease - only the CefSharp package (which builds on top of this CEF foundation) is a prerelease.
So, that's why Visual Studio suggests that these packages could be upgraded, but because the prerelease is, well, a prerelease, it will prevent you from getting that update without explicitly opting in to receive prerelease packages (the "include prereleases checkbox" visible in your screenshot.)
(Arguably, it is a bit silly in suggestion an incompatible update matrix like this; feel free to submit a bug report about this to NuGet if you like to discuss it further. Please include your screenshot there as well as a link to this issue.)
Why is NuGet showing me that the redist binaries can be upgraded to
3.3497.1841
from3.3396.1786
for CefSharpv67.0.0
?This is on a brand new WinForms project where I just chose to install the latest
CefSharp.WinForms
. If I try to upgrade them, it errors out and tells me they are incompatible.Is something wrong with the NuGet packages? What cef-binary version should I be using for
v67.0.0
?