├── 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. Previous releases (prior to .NET 5) will still be serviced out of this repo. 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 Web SDK? 8 | 9 | If you are looking for the latest nightly of the .NET Web SDK, see https://github.com/dotnet/sdk. --------------------------------------------------------------------------------