I am trying to execute dotnet test from the command line on our Jenkins build server, but it just hangs on:
dotnet test
Starting test execution, please wait...
Updating Microsoft.NET.Test.Sdk from 15.9 to 16.3 helped in csproj file.