<t>From the docs <br/>
<br/>
<br/>
The dotnet run command is used in the context of projects, not built<br/>
assemblies. If you're trying to run a framework-dependent application<br/>
DLL instead, you must use dotnet without a command.<br/>
<br/>
So try and run it like this<br/>
<br/>
dotnet myproject.dll<br/>
<br/>
```</t>