├── .github └── ISSUE_TEMPLATE.md ├── CONTRIBUTING.md └── README.md /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | THIS ISSUE TRACKER IS CLOSED - please log new issues here: https://github.com/aspnet/Home/issues 2 | 3 | For information about this change, see https://github.com/aspnet/Announcements/issues/283 4 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | Contributing 2 | ============ 3 | 4 | This repository is deprecated. See [README.md](README.md) for more information. -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Testing (deprecated repository) 2 | ==================================== 3 | 4 | Microsoft.AspNetCore.Testing has moved to https://github.com/aspnet/Extensions 5 | 6 | --------------------------------------------------------------------------------