Skip to content

Commit c549ddc

Browse files
authored
fix(docs): Incorrect NuGet package name in logging.md
1 parent f520be5 commit c549ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/articles/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The standard Uno template configures logging in the **Shared** project **App.xam
8787

8888
In order to support logging to the debug output view in Visual Studio, complete the following steps
8989

90-
1. To install the, **IdentityModel** NuGet package, right-click the solution, and select **Manage NuGet packages for solution...**
90+
1. To install the, **Microsoft.Extensions.Logging.Debug** NuGet package, right-click the solution, and select **Manage NuGet packages for solution...**
9191

9292
1. In the **Manage Packages for Solution** UI, select the **Browse** tab, search for **Microsoft.Extensions.Logging.Debug** and select it in the search results.
9393

0 commit comments

Comments
 (0)