Upgrading from v79 to v89 #3528
Unanswered
TonyValenti
asked this question in
Q&A
Replies: 1 comment
-
Is there a reason you are referencing the targets/props directly rather than using Nuget PackageReference? The CefSharp WPF Nuget package no longer has a props or targets files, if for some reason you have to use this non standard approach rather than PackageReference then you'll need to manually add a reference to CefSharp.Wpf.dll with Private set to true. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now I am using CEFSharp v79 with the following project file:
To upgrade to v89, can I simply replace the version numbers in the ImportProject or do I need to do something else?
As an FYI, this library is supposed to contain both x86 and x64 runtimes.
Beta Was this translation helpful? Give feedback.
All reactions