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
Copy file name to clipboardExpand all lines: NuGet/PackageReference/Readme.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,20 @@ Post Installation:
13
13
- Add an app.manifest to your exe if you don't already have one, it's required for Windows 10 compatability, HighDPI support and tooltips. The https://github.com/cefsharp/CefSharp.MinimalExample project contains an example app.manifest file in the root of the WPF/WinForms/OffScreen examples.
14
14
15
15
Deployment:
16
-
- Make sure a minimum of `Visual C++ 2019` is installed (`x86`or x64` depending on your build) or package the runtime dlls with your application, see the FAQ for details.
16
+
- Make sure a minimum of `Visual C++ 2019` is installed (`x86`, `x64` or `arm64` depending on your build) or package the runtime dlls with your application, see the FAQ for details.
17
17
18
18
What's New:
19
19
See https://github.com/cefsharp/CefSharp/wiki/ChangeLog
20
20
21
21
Basic Troubleshooting:
22
22
- Minimum of .Net Core 3.1 (.Net 5.0 is supported)
23
-
- Minimum of `Visual C++ 2019 Redist` is installed (either `x86`or `x64` depending on your application).
23
+
- Minimum of `Visual C++ 2019 Redist` is installed (either `x86`, `x64` or `arm64` depending on your application).
24
24
- Please ensure your output directory contains these required dependencies:
0 commit comments