docs: Minor tweaks to documentation on the shared framework

This commit is contained in:
Nate McMaster 2018-10-29 15:45:48 -07:00 коммит произвёл GitHub
Родитель 4e44e5bcbe
Коммит 89700b9644
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -1,12 +1,11 @@
ASP.NET Core Shared Framework
=============================
Guidance on on developing the ASP.NET Core shared framework (`Microsoft.AspNetCore.App`).
Guidance on developing the ASP.NET Core shared framework (`Microsoft.AspNetCore.App`).
### What goes into the base framework?
### What goes into the shared framework?
The ASP.NET Core shared framework, Microsoft.AspNetCore.App, will contain assemblies that are fully developed, supported, and serviceable by Microsoft. You can think of this as constituting the ASP.NET Core *platform*. As such, all assemblies which are included in the shared framework are expected to meet specific requirements. Here are the principles we are using to guide our decisions about what is allowed in the
shared framework.
The ASP.NET Core shared framework contains assemblies that are fully developed, supported, and serviceable by Microsoft. You can think of this as constituting the ASP.NET Core *platform*. As such, all assemblies which are included in the shared framework are expected to meet specific requirements. Here are the principles we are using to guide our decisions about what is allowed in the shared framework.
* Breaking changes are highly discouraged. Therefore,
* If it's in, it must be broadly useful and expected to be supported for at least several years.