Skip to content

Commit

Permalink
Fixing broken link (#2997)
Browse files Browse the repository at this point in the history
* Fixing broken link

* Update preview_upgrade_instructions.md

* Update preview_upgrade_instructions.md
  • Loading branch information
Ana Wishnoff authored Jul 30, 2020
1 parent 7acb9a7 commit 65e3204
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/preview_upgrade_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <TargetFramework>netcoreapp5.0</TargetFramework> to <TargetFramework>net5.0</TargetFramework>
Expand Down

0 comments on commit 65e3204

Please sign in to comment.