commit
9f89f21e44
|
@ -62,9 +62,9 @@ Mono is an important part of the .NET ecosystem, particularly for client scenari
|
|||
|
||||
An important collaboration opportunity is making .NET Core NuGet packages (produced from this code) work on Mono. The SIMD NuGet package is a perfect example.
|
||||
|
||||
## Learning about ASP.NET Core 5 and .NET Core 5
|
||||
## Learning about ASP.NET 5 and .NET Core 5
|
||||
|
||||
ASP.NET Core 5 is a new cross-platform version of ASP.NET that is designed for
|
||||
the cloud, and runs on Windows, Linux and Mac. It uses the .NET Core 5 runtime and framework for running on Windows. It currently uses Mono for Linux and Mac support but will move to .NET Core 5 for those platforms when they are supported.
|
||||
ASP.NET 5 is a new cross-platform version of ASP.NET that is designed for
|
||||
the cloud, and runs on Windows, Linux and Mac. It uses the .NET Framework to run on Windows, and can also run on .NET Core 5 for greater deployment flexibility on Windows. It currently uses Mono for Linux and Mac support but will move to .NET Core 5 for those platforms when they are supported.
|
||||
|
||||
[ASP.NET Core 5](https://github.com/aspnet/home) and [.NET Core 5 libraries](https://github.com/Microsoft/dotnet-corefx) are open source on GitHub. At present, only a few libraries are available on GitHub. The rest of the libraries, including the base runtime, will be added in the coming months.
|
||||
[ASP.NET](https://github.com/aspnet/home) and [.NET Core 5 libraries](https://github.com/dotnet/corefx) are open source on GitHub. At present, only a few .NET Core 5 libraries are available on GitHub. The rest of the libraries, including the base runtime, will be added in the coming months.
|
Loading…
Reference in New Issue