From 9df38d8baf352f61a7b814e40b669256b13345d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Fri, 27 Sep 2024 10:24:11 -0400 Subject: [PATCH] chore: Adjust upgrade to 1.6 (cherry picked from commit 54cda2f174d84d0f631a098f590a369f82222f09) --- doc/articles/migrating-from-previous-releases.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/articles/migrating-from-previous-releases.md b/doc/articles/migrating-from-previous-releases.md index 2aac33a10b2c..85803e5f9fbb 100644 --- a/doc/articles/migrating-from-previous-releases.md +++ b/doc/articles/migrating-from-previous-releases.md @@ -23,6 +23,14 @@ In your project, you may need to add the following lines (or uncomment them if y ``` +Additionally, you may also get the following error message: + +```text +NETSDK1198: A publish profile with the name 'win-AnyCPU.pubxml' was not found in the project. +``` + +In order to fix this warning in your existing project, you can create a new file named `Properties/PublishProfiles/win-AnyCPU.pubxml`, with [this content](https://github.com/unoplatform/uno.templates/blob/5196433a5e0a8a4d2efffd118d575ed03e30dcf0/src/Uno.Templates/content/unoapp/MyExtensionsApp.1/Properties/PublishProfiles/win-AnyCPU.pubxml). + ### UWP Support for Uno.Extensions The [`Uno.Extensions`](https://aka.platform.uno/uno-extensions) compatibility with legacy UWP apps has been removed. If your app is UWP-based and uses Uno.Extensions, in order to migrate to Uno Platform 5.4, you can keep using [previous releases of Uno.Extensions](https://github.com/unoplatform/uno.extensions/releases), or [migrate your app to WinUI](https://platform.uno/docs/articles/updating-to-winui3.html).