Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Latham <GuardRex@users.noreply.github.com>2017-07-20 05:35:25 +0300
committerJan Kotas <jkotas@microsoft.com>2017-07-20 05:35:25 +0300
commit629be777692bc2b60f244edc719ce51d58185586 (patch)
tree9624ebdf3979631615c2c3858e25348ea758ed67 /Documentation
parent04575fb2bf022c2a561ff36f76c89d8b327af60a (diff)
Change ASP.NET 5 to ASP.NET Core (#4198)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/intro-to-corert.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/intro-to-corert.md b/Documentation/intro-to-corert.md
index da9bbd7c6..fab02d720 100644
--- a/Documentation/intro-to-corert.md
+++ b/Documentation/intro-to-corert.md
@@ -27,4 +27,4 @@ These benefits open up some new scenarios for .NET developers
Roadmap
=======
-To start, we are targeting native executables (AKA "console apps"). Over time, we'll extend that to include ASP.NET 5 apps. You can continue to use CoreCLR for your .NET Core apps. It remains a great option if native compilation isn't critical for your needs. CoreCLR will also provide a superior debugging experience until we add debugging support to CoreRT.
+To start, we are targeting native executables (AKA "console apps"). Over time, we'll extend that to include ASP.NET Core apps. You can continue to use CoreCLR for your .NET Core apps. It remains a great option if native compilation isn't critical for your needs. CoreCLR will also provide a superior debugging experience until we add debugging support to CoreRT.