pkg(dotnet-2.2.8): added dotnet 2.2.8

This commit is contained in:
Hydrazer 2021-11-26 16:33:08 -07:00
parent 507233400d
commit 01a1518c84
6 changed files with 71 additions and 0 deletions

7
packages/dotnet/2.2.8/run vendored Normal file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Put instructions to run the runtime
export DOTNET_CLI_HOME=$PWD
shift
dotnet bin/Debug/net5.0/$(basename $(realpath .)).dll "$@"