Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Zikmund <karelz@microsoft.com>2017-04-10 00:59:20 +0300
committerGitHub <noreply@github.com>2017-04-10 00:59:20 +0300
commit0174229aa1063b273c77c062af305bb626107782 (patch)
tree265de33e3ae6b651d33bcd67012c85c82c5691f9 /README.md
parentf44daf52a640d93bfc4ef353fcfd4891baf25259 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index cbbda87ade..ad230ee61b 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,16 @@
* [Announcement: Driving towards zero 2.0 bugs by **2017/5/10** (ZBB)](https://github.com/dotnet/corefx/issues/17619)
+
+
# .NET Core Libraries (CoreFX)
This repo contains the library implementation (called "CoreFX") for .NET Core. It includes System.Collections, System.IO, System.Xml, and many other components.
The corresponding [.NET Core Runtime repo](https://github.com/dotnet/coreclr) (called "CoreCLR") contains the runtime implementation for .NET Core. It includes RyuJIT, the .NET GC, and many other components.
Runtime-specific library code ([mscorlib](https://github.com/dotnet/coreclr/tree/master/src/mscorlib)) lives in the CoreCLR repo. It needs to be built and versioned in tandem with the runtime. The rest of CoreFX is agnostic of runtime-implementation and can be run on any compatible .NET runtime (e.g. [CoreRT](https://github.com/dotnet/corert)).
+
+
## .NET Core
Great starting page: http://dotnet.github.io
@@ -20,6 +24,8 @@ Great starting page: http://dotnet.github.io
* [Releases](https://github.com/dotnet/core/tree/master/release-notes)
* [Bringing more APIs to .NET Core](https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/porting.md)
+
+
## How to Engage, Contribute and Provide Feedback
Some of the best ways to contribute are to try things out, file bugs, join in design conversations, and fix issues.
@@ -61,16 +67,18 @@ up via email to ensure we received your original message. Further information,
including the MSRC PGP key, can be found in the
[Security TechCenter](https://technet.microsoft.com/en-us/security/ff852094.aspx).
+
+
## License
.NET Core (including the corefx repo) is licensed under the [MIT license](LICENSE).
+
+
## .NET Foundation
.NET Core is a [.NET Foundation](http://www.dotnetfoundation.org/projects) project.
-## Related Projects
-
There are many .NET related projects on GitHub.
- [.NET home repo](https://github.com/Microsoft/dotnet) - links to 100s of .NET projects, from Microsoft and the community.