you need to run a dotnet.exe command.
if you work in visual studio or jetbrains rider,
you should look for the powershell (or terminal icon),
which automatically has the dotnet in its PATH, allowing you to run it seamlessly.
in any other case you'll need to locate the binary of dotnet.exe
there are few options:
C:\Program Files\dotnet\dotnet.exe(prefered when using visual studio)C:\Program Files (x86)\dotnet\dotnet.exe


