├── 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). -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Going forward, the .NET team is using https://github.com/dotnet/runtime to develop the code and issues formerly in this repository. 2 | 3 | We do not have plans for new versions of .NETStandard and instead recommend that libraries use the .NET target frameworks like `net6.0` and later to get API additions over previous versions of .NETStandard. 4 | 5 | For more information see https://devblogs.microsoft.com/dotnet/the-future-of-net-standard/. 6 | --------------------------------------------------------------------------------