summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2015-02-02 13:22:01 -0800
committerMatt Mitchell <mmitche@microsoft.com>2015-02-02 13:22:01 -0800
commit4442e2e44a23b790499a2d59cc550d792ad4dafb (patch)
tree8d748fd9604ec15d4f3b464b21a1eef8874b61e4 /README.md
parent365b7f7cb12121166b0dedb8d33ea64ee54a9859 (diff)
downloadcoreclr-4442e2e44a23b790499a2d59cc550d792ad4dafb.tar.gz
coreclr-4442e2e44a23b790499a2d59cc550d792ad4dafb.tar.bz2
coreclr-4442e2e44a23b790499a2d59cc550d792ad4dafb.zip
Remove old build status badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 542f413637..8b7ddb7fb4 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,6 @@
|Debug|[![Build status](http://dotnet-ci.cloudapp.net/job/zzztest_linux_debug/badge/icon)](http://dotnet-ci.cloudapp.net/job/zzztest_windows_linux_debug/)|[![Build status](http://dotnet-ci.cloudapp.net/job/zzztest_windows_debug/badge/icon)](http://dotnet-ci.cloudapp.net/job/zzztest_windows_debug/)|
|Release||[![Build status](http://dotnet-ci.cloudapp.net/job/zzztest_windows_release/badge/icon)](http://dotnet-ci.cloudapp.net/job/zzztest_windows_release/)|
-[![Build status](http://dotnet-ci.cloudapp.net/job/zzztest_windows_release/badge/icon)](http://dotnet-ci.cloudapp.net/job/zzztest_windows_release/)
-
The coreclr repo contains the complete runtime implementation (called "CoreCLR") for [.NET Core](http://github.com/dotnet/core). It includes RyuJIT, the .NET GC, native interop and many other components. It builds and runs on Windows. You can 'watch' the repo to see Linux and Mac support being added over the next few months.
.NET Core is part of ASP.NET 5 and is a subset of the .NET Framework. You can learn more about .NET Core and how and where you can use it in the [CoreCLR is open source][coreclr blog post] blog post.