pkg(dotnet-5.0.201): Add dotnet 5.0.201 support

This commit is contained in:
Thomas Hobson 2021-03-20 14:39:59 +13:00
parent 6d04cc1680
commit 7ad8f337bc
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
6 changed files with 36 additions and 0 deletions

5
packages/dotnet/5.0.201/run vendored Normal file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Put instructions to run the runtime
shift
dotnet $(basename $(realpath .)).dll "$@"