Skip to content

Commit 03e441d

Browse files
committed
Net Core - Update Nuget Readme.txt to include ARM64
1 parent ba7ea5b commit 03e441d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NuGet/PackageReference/Readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ Post Installation:
1313
- 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.
1414

1515
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.
1717

1818
What's New:
1919
See https://github.com/cefsharp/CefSharp/wiki/ChangeLog
2020

2121
Basic Troubleshooting:
2222
- 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).
2424
- Please ensure your output directory contains these required dependencies:
2525
* libcef.dll (Chromium Embedded Framework Core library)
2626
* icudtl.dat (Unicode Support data)
2727
* chrome_elf.dll(Crash reporting library)
2828
* snapshot_blob.bin, v8_context_snapshot.bin (V8 snapshot data)
29-
* locales\en-US.pak, cef.pak, cef_100_percent.pak, cef_200_percent.pak, cef_extensions.pak, devtools_resources.pak, d3dcompiler_47.dll, libEGL.dll, libGLESv2.dll, swiftshader/libEGL.dll, swiftshader/libGLESv2.dll
29+
* locales\en-US.pak, chrome_100_percent.pak, chrome_200_percent.pak, resources.pak, d3dcompiler_47.dll, libEGL.dll, libGLESv2.dll, swiftshader/libEGL.dll, swiftshader/libGLESv2.dll
3030
- Whilst these are technically listed as optional, the browser is unlikely to function without these files.
3131
- See https://github.com/cefsharp/CefSharp/wiki/Output-files-description-table-%28Redistribution%29 for details
3232
* Ijwhost.dll (To support C++/CLI libraries in .NET Core/.Net 5.0, ijwhost was created as a shim for finding and loading the runtime.)

0 commit comments

Comments
 (0)