From 546379bd1cf4358208beb87e60d194a380bb99ee Mon Sep 17 00:00:00 2001 From: Richard Lander Date: Sun, 9 Nov 2014 22:09:53 +0000 Subject: [PATCH 1/2] Clarify .NET Core 5. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d01b00e..ab033c8 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +[ASP.NET Core 5](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. \ No newline at end of file From 3f740c33080c366d0f94f9c47dba2536be6e6717 Mon Sep 17 00:00:00 2001 From: Richard Lander Date: Mon, 10 Nov 2014 15:42:59 +0000 Subject: [PATCH 2/2] Remove ASP.NET Core reference. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab033c8..fb3ca58 100644 --- a/README.md +++ b/README.md @@ -67,4 +67,4 @@ An important collaboration opportunity is making .NET Core NuGet packages (produ 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/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. \ No newline at end of file +[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. \ No newline at end of file