A solution to https://twitter.com/patio11/status/1447414882081521665
- Install .net 5.0 or a compatible SDK
- change to root directory
dotnet restore
to restore nuget packagesdotnet run
to run the application.
A solution to https://twitter.com/patio11/status/1447414882081521665
dotnet restore
to restore nuget packagesdotnet run
to run the application.