AspNetCore.Docs/aspnetcore/hosting/servicing.md

22 lines
805 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
2016-11-18 04:13:02 +08:00
description:
keywords: ASP.NET Core,
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
2016-10-29 01:35:15 +08:00
ms.prod: aspnet-core
uid: hosting/servicing
---
# Servicing
<a name=hosting-servicing></a>
By [Sourabh Shirhatti](https://twitter.com/sshirhatti), [Daniel Roth](https://github.com/danroth27)
[.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/en-us/dotnet/articles/core/versions/servicing) documentation.