├── CONTRIBUTING.md └── README.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | THIS REPO IS ARCHIVED AND DOES NOT ACCEPT PULL REQUESTS. 2 | 3 | Active development has moved to https://github.com/dotnet/runtime. We welcome 4 | you to visit us there. For details, please see [README.md]. -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Going forward, the .NET team is using https://github.com/dotnet/runtime to 2 | develop the code and issues formerly in this repository. 3 | 4 | Please see the following for more context: 5 | 6 | [dotnet/announcements#119 "Consolidating .NET GitHub repos"](https://github.com/dotnet/announcements/issues/119) --------------------------------------------------------------------------------