MvcPrecompilation 256 B

12345678910111213141516171819
  1. commit 02850d48dd9a3a4a398385a23988a0529333ba58
  2. Author: Taryn Hill <[email protected]>
  3. Date: Fri Nov 10 18:04:29 2017 -0600
  4. Add a missing tick to README.md
  5. diff --git a/README.md b/README.md
  6. index 2f3906067ec..71b43697d2f 100644
  7. --- a/README.md
  8. +++ b/README.md
  9. @@ -19,7 +19,7 @@ The Razor syntax provides a fast, terse, clean, and lightweight way to combine s
  10. ```
  11. ### Enabling view compilation
  12. -View compilation as part of publishing is enabled by default if you're referencing the Web SDK (`Microsoft.NET.Sdk.Web) that ships with .NET Core 2.0 or later versions. For older versions, add the `MvcRazorCompileOnPublish` property to your project:
  13. +View compilation as part of publishing is enabled by default if you're referencing the Web SDK (`Microsoft.NET.Sdk.Web`) that ships with .NET Core 2.0 or later versions. For older versions, add the `MvcRazorCompileOnPublish` property to your project:
  14. ```xml
  15. <PropertyGroup>