From 4ad9a9f7fbd7b5506d15d436f5c6f83ad1ecb6fc Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Sat, 8 May 2021 11:59:06 +1000 Subject: [PATCH] Update target-aspnetcore.md (#22238) --- aspnetcore/fundamentals/target-aspnetcore.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aspnetcore/fundamentals/target-aspnetcore.md b/aspnetcore/fundamentals/target-aspnetcore.md index fa348aa1fa..211f27be60 100644 --- a/aspnetcore/fundamentals/target-aspnetcore.md +++ b/aspnetcore/fundamentals/target-aspnetcore.md @@ -35,6 +35,8 @@ To reference ASP.NET Core, add the following `` element to y Referencing ASP.NET Core in this manner is only supported for projects targeting .NET Core 3.x. +For information on using ASP.NET Core 5.0 and later APIs in a class library, see [this GitHub issue](https://github.com/dotnet/AspNetCore.Docs/issues/22048). + ## Include Blazor extensibility Blazor supports WebAssembly (WASM) and server-based [hosting models](xref:blazor/hosting-models). Unless there's a specific reason not to support both hosting models, a [Razor components](xref:blazor/components/index) library should support both hosting models. A Razor components library must use the [Microsoft.NET.Sdk.Razor SDK](xref:razor-pages/sdk).