Avalonia is divided into several NuGet
packages.
- The
Avalonia
package contains core portable class libraries. - The
Dekstop
andMobile
packages contain platform specific windowing and rendering back-ends. - The
Avalonia.Desktop
package is intended to be used by the end users targeting multiple desktop platforms (Windows
,Linux
andOSX
). - The
Avalonia.iOS
andAvalonia.Android
packages are intended to be used by the end users targeting specific mobile platforms. - The
Avalonia.Mobile
package is intended to be used by the end users targeting multiple mobile platforms (Android
andiOS
).