Update introduction-to-aspnet-core.md (#31302)

pull/31307/head
Varorbc 2023-12-27 08:38:55 +08:00 committed by GitHub
parent f0c9b2a030
commit b2c97fdd14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ With ASP.NET Core, you can:
* Build web apps and services, [Internet of Things (IoT)](https://www.microsoft.com/internet-of-things/) apps, and mobile backends.
* Use your favorite development tools on Windows, macOS, and Linux.
* Deploy to the cloud or on-premises.
* Run on [.NET Core](/dotnet/core/introduction).
* Run on [.NET](/dotnet/core/introduction).
## Why choose ASP.NET Core?
@ -48,9 +48,9 @@ ASP.NET Core includes [Blazor](xref:blazor/index) for building richly interactiv
## ASP.NET Core target frameworks
ASP.NET Core 3.x or later can only target .NET Core. Generally, ASP.NET Core is composed of [.NET Standard](/dotnet/standard/net-standard) libraries. Libraries written with .NET Standard 2.0 run on any [.NET platform that implements .NET Standard 2.0](/dotnet/standard/net-standard#net-implementation-support).
ASP.NET Core 3.x or later can only target .NET.
There are several advantages to targeting .NET Core, and these advantages increase with each release. Some advantages of .NET Core over .NET Framework include:
There are several advantages to targeting .NET, and these advantages increase with each release. Some advantages of .NET over .NET Framework include:
* Cross-platform. Runs on Windows, macOS, and Linux.
* Improved performance