AspNetCore.Docs/aspnetcore/hosting/servicing.md

20 lines
858 B
Markdown
Raw Normal View History

2016-10-29 01:35:15 +08:00
---
2016-11-17 08:24:57 +08:00
title: Servicing | Microsoft Docs
2016-10-29 01:35:15 +08:00
author: rick-anderson
description: Servicing of runtime components and packages to patch vulnerabilities.
keywords: ASP.NET Core, servicing, patch
2016-10-29 01:35:15 +08:00
ms.author: riande
manager: wpickett
ms.date: 10/14/2016
ms.topic: article
ms.assetid: 0141b1ed-7746-46bf-8c26-59726dcd7ae3
2016-11-17 08:24:57 +08:00
ms.technology: aspnet
ms.prod: asp.net-core
2016-10-29 01:35:15 +08:00
uid: hosting/servicing
---
# Servicing
2016-12-05 12:57:04 +08:00
By [Sourabh Shirhatti](https://twitter.com/sshirhatti) and [Daniel Roth](https://github.com/danroth27)
2016-10-29 01:35:15 +08:00
[.NET Core](https://microsoft.com/net/core) supports servicing of runtime components and packages to patch any vulnerabilities when they are discovered. For information on how to enable servicing for applications in a hosted environment please refer to the [.NET Core Servicing](https://docs.microsoft.com/dotnet/articles/core/versions/servicing) documentation.