Good evening, I'm trying to run a stress test here in local development (dotnet run -- local --target-url https://localhost:44368/echo --workers 10) to see how it works because then I'll have to run a stress test on the server on which to install my server project with Asp.net core 3 with Signalr to see how many connections I can keep connected but I get this error:
A compatible installed .NET Core SDK for global.json version [5.0.100-alpha1-014696] from [C:\Users\MarcoG\Downloads\AspNetCore-master\global.json] was not found
Install the [5.0.100-alpha1-014696] .NET Core SDK or update [C:\Users\MarcoG\Downloads\AspNetCore-master\global.json] with an installed .NET Core SDK:
2.1.602 [C:\Program Files\dotnet\sdk]
2.1.801 [C:\Program Files\dotnet\sdk]
2.2.300 [C:\Program Files\dotnet\sdk]
3.0.100-preview8-013656 [C:\Program Files\dotnet\sdk]
3.0.100-preview9-014004 [C:\Program Files\dotnet\sdk]
3.0.100 [C:\Program Files\dotnet\sdk].
Thanks for support.