.NET 5 is the current target for the sample projects and the unit test suite. .NET 5 has reached End Of Life and build warnings are produced when compiling code that targets .NET 5 now.
An example of the warning message that is now produced:
warning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
.NET 5 is the current target for the sample projects and the unit test suite. .NET 5 has reached End Of Life and build warnings are produced when compiling code that targets .NET 5 now.
An example of the warning message that is now produced: