NOTE
====

These demos show how to target multiple platforms from a single project by combining EvoPdf Next NuGet packages.

For x64, open the EvoPdf_Next_AspNetDemo_MultiPlatform project. It references the EvoPdf.Next metapackage, which in turn references EvoPdf.Next.Windows and EvoPdf.Next.Linux (Windows x64 and Linux x64 runtimes).

For ARM64, open the EvoPdf_Next_AspNetDemo_MultiPlatform.Arm64 project. It references EvoPdf.Next.Windows.Arm64 and EvoPdf.Next.Linux.Arm64 (Windows ARM64 and Linux ARM64 runtimes).

To also run on macOS ARM64, add the EvoPdf.Next.MacOS package to either project.

The single-platform packages can be referenced in any combination to target exactly the platforms and architectures your application needs.