├── 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/sdk. We welcome 4 | you to visit us there. For details, please see [README.md]. -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # This Repo has moved! 2 | 3 | This repo has been merged into https://github.com/dotnet/sdk. All previous releases that were serviced out of this repo are now out of support. We have created [tags](https://github.com/dotnet/cli/tags) for all servicing branches if you still wish to build those branches. This repo will be made read-only on 2/17/2023 4 | 5 | For more information, see [dotnet/announcements#119 "Consolidating .NET GitHub repos"](https://github.com/dotnet/announcements/issues/119) 6 | 7 | # Looking for the .NET Core SDK tooling? 8 | 9 | If you are looking for the latest nightly of the .NET Core SDK, see https://github.com/dotnet/core-sdk. 10 | 11 | # Build status 12 | 13 | [![Build Status](https://dev.azure.com/dnceng/internal/_apis/build/status/224)](https://dev.azure.com/dnceng/internal/_build?definitionId=224) 14 | --------------------------------------------------------------------------------