22 lines
808 B
Markdown
22 lines
808 B
Markdown
---
|
|
title: Servicing | Microsoft Docs
|
|
author: rick-anderson
|
|
description:
|
|
keywords: ASP.NET Core,
|
|
ms.author: riande
|
|
manager: wpickett
|
|
ms.date: 10/14/2016
|
|
ms.topic: article
|
|
ms.assetid: 0141b1ed-7746-46bf-8c26-59726dcd7ae3
|
|
ms.technology: aspnet
|
|
ms.prod: aspnet-core
|
|
uid: hosting/servicing
|
|
---
|
|
# Servicing
|
|
|
|
<a name=hosting-servicing></a>
|
|
|
|
By [Sourabh Shirhatti](https://twitter.com/sshirhatti) and [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.
|