feat(ToDo): Add Desktop Target
Test Build succeeded, limitations in app given through known issues
GitHub Issue: closes #
PR Type:
- โจ Feature
- ๐ Bugfix
What is the current behavior? ๐ค
ToDo app is not having a desktop target
What is the new behavior? ๐
- Updated to the latest Uno.Sdk 6.1.23
- Added the platform to csproj
- Added it to Properties/launchsettings.json
- Removed the
app.InitializeLogging()call in Programm.cs like on my own apps after the 6.0 sdk upgrade
PR Checklist โ
Please check if your PR fulfills the following requirements:
-
[x] ๐ Commits must be following the Conventional Commits specification.
-
[ ] ๐งช Added Runtime tests, UI tests, or a manual test sample for the changes have been added (for bug fixes / features) (if applicable)
-
[ ] ๐ Docs have been added/updated which fit documentation template (for bug fixes / features)
-
[x] ๐ผ๏ธ Validated PR
Screenshots Compare Test Runresults. -
[x] โ Contains NO breaking changes (not added to Rider or vs code folders if that matters)
Other information โน๏ธ
Possibly the #887 can be updated accordingly for the ToDo app?
as no new templated uno app has the Win10 sdk in the Directory.Build.props maybe that should get removed, so new users checking out the templates would not get annoyed from having to downgrade or additionally install packages they do not need in new uno apps...