pkg(dotnet-5.0.201): fix builds

This commit is contained in:
Thomas Hobson 2021-03-20 15:57:29 +13:00
parent c01d8e1c55
commit cbe759ab56
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
2 changed files with 4 additions and 4 deletions

View file

@ -4,4 +4,4 @@
export DOTNET_CLI_HOME=$PWD
shift
dotnet $(basename $(realpath .)).dll "$@"
dotnet bin/Debug/net5.0/$(basename $(realpath .)).dll "$@"