Update Blazor .NET Standard content (#18868)
parent
d5b7249fd1
commit
134a0fb4bf
|
@ -5,7 +5,7 @@ description: Explore ASP.NET Core Blazor, a way to build interactive client-side
|
|||
monikerRange: '>= aspnetcore-3.1'
|
||||
ms.author: riande
|
||||
ms.custom: "mvc, seoapril2019"
|
||||
ms.date: 05/19/2020
|
||||
ms.date: 06/19/2020
|
||||
no-loc: [Blazor, "Identity", "Let's Encrypt", Razor, SignalR]
|
||||
uid: blazor/index
|
||||
---
|
||||
|
@ -138,7 +138,7 @@ For apps that require third-party JavaScript libraries and access to browser API
|
|||
|
||||
## Code sharing and .NET Standard
|
||||
|
||||
Blazor implements [.NET Standard 2.0](/dotnet/standard/net-standard). .NET Standard is a formal specification of .NET APIs that are common across .NET implementations. .NET Standard class libraries can be shared across different .NET platforms, such as Blazor, .NET Framework, .NET Core, Xamarin, Mono, and Unity.
|
||||
Blazor implements [.NET Standard 2.1](/dotnet/standard/net-standard), which enables Blazor projects to reference libraries that conform to .NET Standard 2.1 or earlier specifications. .NET Standard is a formal specification of .NET APIs that are common across .NET implementations. .NET Standard class libraries can be shared across different .NET platforms, such as Blazor, .NET Framework, .NET Core, Xamarin, Mono, and Unity.
|
||||
|
||||
APIs that aren't applicable inside of a web browser (for example, accessing the file system, opening a socket, and threading) throw a <xref:System.PlatformNotSupportedException>.
|
||||
|
||||
|
|
Loading…
Reference in New Issue