From 2208aa9dca62a93762750c9f4394f0fbb7375190 Mon Sep 17 00:00:00 2001 From: Burke-Chris <114770533+Burke-Chris@users.noreply.github.com> Date: Fri, 9 Feb 2024 05:36:54 -0600 Subject: [PATCH] Update index.md (#31748) --- aspnetcore/blazor/javascript-interoperability/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/javascript-interoperability/index.md b/aspnetcore/blazor/javascript-interoperability/index.md index 6a3d7e5697..c75a961372 100644 --- a/aspnetcore/blazor/javascript-interoperability/index.md +++ b/aspnetcore/blazor/javascript-interoperability/index.md @@ -32,7 +32,7 @@ Further JS interop guidance is provided in the following articles: ## JavaScript interop abstractions and features package -The [`@microsoft/dotnet-js-interop` package (`npmjs.com`)](https://www.npmjs.com/package/@microsoft/dotnet-js-interop) provides abstractions and features for interop between .NET and JavaScript (JS) code. Reference source is available in the [`dotnet/aspnetcore` GitHub repository (`/src/JSInterop` folder)](https://github.com/dotnet/aspnetcore/tree/main/src/JSInterop). For more information, see the GitHub repository's `README.md` file. +The [`@microsoft/dotnet-js-interop` package (`npmjs.com`)](https://www.npmjs.com/package/@microsoft/dotnet-js-interop) ([`Microsoft.JSInterop` NuGet package](https://www.nuget.org/packages/Microsoft.JSInterop)) provides abstractions and features for interop between .NET and JavaScript (JS) code. Reference source is available in the [`dotnet/aspnetcore` GitHub repository (`/src/JSInterop` folder)](https://github.com/dotnet/aspnetcore/tree/main/src/JSInterop). For more information, see the GitHub repository's `README.md` file. [!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)]