Sample improves

* UserControl sample.
* Multi-theme support.
* NativeMenu on macOS.
* GitHub workflow for Windows, Linux and MacOS artifact compilation.
This commit is contained in:
Joseph Moreno
2021-12-11 21:39:55 -05:00
parent d400f93339
commit 1a6741f9ee
42 changed files with 751 additions and 399 deletions

View File

@@ -1,2 +1,2 @@
del src\packages.lock.json
dotnet publish -r win-x64 -c release /p:RestoreLockedMode=true
dotnet publish -r win-x64 -c release /p:RestoreLockedMode=true /p:TrimLink=true --self-contained