You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently using your CefSharp libray (its great by the way) and found that it will not work on Windows 8 without .net 3.5 installed. Is there any reason why the library cannot be built using .net 4.5? Is there a plan to do a 4.5 build?
Thanks
Hagashen
The text was updated successfully, but these errors were encountered:
You should be able to tell your application to support a legacy version of .NET in your app.config file. You'll have to Google the actual code, but I believe that the XML property is something like "supportLegacyRuntimeVersion."
You should be able to tell your application to support a legacy version of
.NET in your app.config file. You'll have to Google the actual code, but I
believe that the XML property is something like
"supportLegacyRuntimeVersion."
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/52#issuecomment-17395674
.
Hi,
We are currently using your CefSharp libray (its great by the way) and found that it will not work on Windows 8 without .net 3.5 installed. Is there any reason why the library cannot be built using .net 4.5? Is there a plan to do a 4.5 build?
Thanks
Hagashen
The text was updated successfully, but these errors were encountered: