From 2401fddcf6170fb933b3a8913c65beaa229a31ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Fri, 1 Apr 2022 10:40:55 -0400 Subject: [PATCH] docs: Remove obsolete comment about Logging Console --- doc/articles/getting-started-tutorial-2.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/articles/getting-started-tutorial-2.md b/doc/articles/getting-started-tutorial-2.md index deb07f5cadc1..d636a216822c 100644 --- a/doc/articles/getting-started-tutorial-2.md +++ b/doc/articles/getting-started-tutorial-2.md @@ -38,7 +38,6 @@ The tutorial walks you through creating a cross platform application with Uno Pl 1. Right click on the Solution and select `Manage NuGet Packages for Solution` from the context menu. - Make sure to select **nuget.org** or **NuGet official package source** as the package source - Click on the Updates tab. Update the following packages to the latest stable version, if they're not up to date: `Uno.Core`, `Uno.UI`, `Uno.UI.WebAssembly` `Uno.Wasm.Bootstrap` and `Uno.Wasm.Bootstrap.DevServer`. - - Note: **do not** update the `Microsoft.Extensions.Logging.Console`. Recent versions of the package use APIs that aren't supported by WebAssembly, and aren't compatible with Uno Platform. - Click back on the Browse tab and install the following NuGet Packages to each of the projects in your solution: - `Refractored.MvvmHelpers`