From 65e320466ca06ca9147cdab0418bef1e53dc2e96 Mon Sep 17 00:00:00 2001 From: Ana Wishnoff Date: Thu, 30 Jul 2020 14:08:00 -0700 Subject: [PATCH] Fixing broken link (#2997) * Fixing broken link * Update preview_upgrade_instructions.md * Update preview_upgrade_instructions.md --- docs/preview_upgrade_instructions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/preview_upgrade_instructions.md b/docs/preview_upgrade_instructions.md index cdfe648221..cd4071dd6d 100644 --- a/docs/preview_upgrade_instructions.md +++ b/docs/preview_upgrade_instructions.md @@ -5,9 +5,11 @@ While it's possible to upgrade your Preview 1 application to use the new Preview If these steps don't work for you, feel free to [file an issue](https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose). The easiest way to work around this is to just create a new Preview 2 project and copy your content over. ## Upgrading steps -1. Make sure all Preview 2 prerequisites are installed. See [installation instructions here](aka.ms/winui3/preview2#install-winui-3.0-preview-2). +1. Make sure all Preview 2 prerequisites are installed. See [installation instructions here](https://aka.ms/winui3/preview2#install-winui-30-preview-2). 2. Use the NuGet package manager (right-click on the project and select “Manage NuGet Packages…” from the context menu) 3. Select the “Microsoft.WinUI” package, ensure that “Include prerelease” is checked, select the latest version of the package, and then click “Upgrade”, accepting prompts that appear + - If you don't see the latest version of the WinUI 3 Preview 2 NuGet package, run the following command in your NuGet package manager console: + `install-package Microsoft.WinUI -Version 3.0.0-preview2.200713.0` 4. If your project is a C# “Blank App (UWP)”, C# “Class Library (UWP)”, C# “Windows Runtime Component (UWP)”, C++ “Blank App (UWP)”, or C++ “Windows Runtime Component (UWP)” project, then **no further changes are necessary.** 5. If your project is a C# “Class Library (WinUI in Desktop)” project: - Open the .csproj and change netcoreapp5.0 to net5.0