From 19aac27a8f064ed14d4533827db189e9ea84d678 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 28 Nov 2018 12:24:04 -0800 Subject: [PATCH] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 49eca51..84b2b93 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,8 @@ -ASP.NET Core MVC Precompilation -=== +ASP.NET Core MVC Precompilation [Archived] +========================================== -## NOTE: This repo is solely for maintenance of the existing MVC precompilation feature. Future work on Razor compilation is now being handled in the [Razor](https://github.com/aspnet/razor) repo. See [aspnet/Razor#1740](https://github.com/aspnet/Razor/issues/1740) for additional details. - -AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/jx955ph2045dw1w0/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/mvcprecompilation/branch/dev) -Travis: [![Travis](https://travis-ci.org/aspnet/MvcPrecompilation.svg?branch=dev)](https://travis-ci.org/aspnet/mvcprecompilation) +**This GitHub project has been archived.** Ongoing development on this project can be found in . The Razor syntax provides a fast, terse, clean, and lightweight way to combine server code with HTML to create dynamic web content. This repo contains tooling that allows compilation of MVC Razor views as part of build and publish.