cefsharp / Questions-and-Support

Use this repository to ask CefSharp specific questions
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

How do I get CefSharp to support.net framework 4.7.2 #26

Closed zaranetCore closed 4 years ago

zaranetCore commented 4 years ago

Hi , My project is wPF.NET framework 4.7.2, but unfortunately CefSharp.Wpf only stays at 4.5. What should I choose?

amaitland commented 4 years ago

.Net 4.5.2 is the minimum version required. When the documentation states 4.5.2 it's referencing the version used to compile the project. Anything newer is fine.

zaranetCore commented 4 years ago

Sorry to bother you. In my case, when I use Visual Studio to install through NUGET, it cannot be successfully installed, so I don't know how to operate.

zaranetCore commented 4 years ago

After nuget is installed, the reference list does not appear and cannot be found using.

zaranetCore commented 4 years ago

But in installed, it can be found

amaitland commented 4 years ago

Please confirm you've followed the post installation instructions.

https://github.com/cefsharp/CefSharp/blob/cefsharp/83/NuGet/Readme.txt#L8

zaranetCore commented 4 years ago

请确认您已按照安装后说明进行操作。

https://github.com/cefsharp/CefSharp/blob/cefsharp/83/NuGet/Readme.txt#L8

Thank you Very Much,Just solved the problem,Thank you again for