Creating Installers for Prism.Avalonia Applications
This repo aims to test various installation methods for your Prism.Avalonia applications and provided them as templates for you.
dotnet new install Templates.Prism.Avalonia
dotnet new prism.avalonia.app -n Test.INSTALLER_NAME
- https://docs.avaloniaui.net/docs/deployment/debian-ubuntu
- https://github.com/quamotion/dotnet-packaging
- https://github.com/kuiperzone/PupNet-Deploy
- https://github.com/SuperJMN/DotnetPackaging
Feel free to suggest updates via a PR to improve the samples or documentation.