How to check dot net core version in linux

 


Use  below command to validate .net core SDK version in linux (debian)


Host03091EF60:~# dotnet --info

  It was not possible to find any installed .NET Core SDKs

  Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from:

      https://aka.ms/dotnet-download

 

Host (useful for support):

  Version: 3.1.2

  Commit:  916b5cba26

No comments:

Post a Comment

Selenium firefox driver session fails with : Could not start a new session. Response code 500. Message: Expected browser binary location, but unable to find binary in default location,

 Error: With Firefox driver /gecko driver Could not start a new session. Response code 500. Message: Expected browser binary location, but u...