Merge pull request #56 from BillWagner/guidance-for-project-links

Guidance for project links
This commit is contained in:
Martin Woodward 2016-10-12 21:00:47 +01:00 коммит произвёл GitHub
Родитель e2014a82a7 c159c1b5b8
Коммит eede62c3e4
2 изменённых файлов: 4 добавлений и 3 удалений

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

@ -65,7 +65,8 @@ do we need to do the following:
assignment to the .NET Foundation
- [ ] If applicable, update any websites associated with the project to include
"Supported by the <a href="http://dotnetfoundation.org">.NET Foundation</a>" or
similar link back to the .NET Foundation in the footer.
similar link back to the .NET Foundation in the footer. If applicable, please
include image links from [our swag repo](http://GitHub.com/dotnet/swag). (We think a link in the footer using the horizontal logo looks very nice.)
- [ ] [Sign up for Project Leader news](http://eepurl.com/bOCfJP)
- [ ] Configure any resources requested from the .NET Foundation (SSL Certs, Code Signing,
Secret Management, Build Servers etc)

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

@ -2,9 +2,9 @@
.NET Core has a high-performance and modular design, and supports full side by side to make it easy to adopt new .NET Core versions without affecting other apps. It currently runs on Linux, Mac, and Windows. [ASP.NET Core](http://www.dotnetfoundation.org/aspnet-core) is built on top of .NET Core. ASP.NET Core is a high-performance and modular design, and supports full side by side to make it easy to adopt new versions without affecting other apps. These products are actively developed by the .NET team and in collaboration with a community of open source developers. Together we are dedicated to improving and extending the .NET platform with new features and for new scenarios.
.NET Core has two major components. It includes a small runtime that is built from the same codebase as the .NET Framework CLR. The .NET Core runtime includes the same GC and JIT (RyuJIT), but doesnt include features like Application Domains or Code Access Security. The runtime is delivered on NuGet, via the Microsoft.CoreCLR package.
.NET Core has two major components. It includes a small runtime that is built from the same codebase as the .NET Framework CLR. The .NET Core runtime includes the same GC and JIT (RyuJIT), but doesnt include features like Application Domains or Code Access Security. The runtime is delivered on NuGet,via the Microsoft.CoreCLR package.
.NET Core also includes the base class libraries. These libraries are largely the same code as the .NET Framework class libraries, but have been factored (removal of dependencies) to enable us to ship a smaller set of libraries. These libraries are shipped as System.* NuGet packages on NuGet.org.
.NET Core also includes the base class libraries. These libraries are largely the same code as the .NET Framework class libraries, but have been factored (removal of dependencies) to enable us to ship a smaller set of libraries. These libraries are shipped as System.* NuGet packages on NuGet.org. This enables both smaller footprint applications, and allows different applications on the same machine to use different versions of .NET Core.
## Project Details