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: src/package-avalonia-apphost/README.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Apphost and single-file host templates for Avalonia, prelinked against SkiaSharp and HarfBuzz native libraries, for **.NET 10.0** on Windows and Linux.
4
4
5
-
This package replaces the SDK apphost templates for supported Avalonia publish targets and suppresses redundant SkiaSharp/HarfBuzz native runtime copy by default.
5
+
This package replaces the SDK apphost templates for supported Avalonia publish targets and removes SkiaSharp/HarfBuzz native runtime files from publish output by default.
6
6
7
7
Supported template RIDs:
8
8
@@ -49,17 +49,29 @@ When a matching template exists for the consuming project's `TargetFramework` an
49
49
- injects the Avalonia native-library resolver module initializer
If you only want to use SkiaSharp, you can disable Avalonia designer environment detection with the following property to avoid taking a dependency on Avalonia:
0 commit comments