mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 03:26:27 +02:00
pkg(dotnet-2.2.8): added dotnet 2.2.8
This commit is contained in:
parent
507233400d
commit
01a1518c84
6 changed files with 71 additions and 0 deletions
7
packages/dotnet/2.2.8/run
vendored
Normal file
7
packages/dotnet/2.2.8/run
vendored
Normal 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 "$@"
|
Loading…
Add table
Add a link
Reference in a new issue