pkg(dotnet-5.0.201): Added F#.net, F# interactive and VB.net

This commit is contained in:
Brikaa 2021-09-14 13:59:19 +02:00
parent 0c4e206d03
commit 3340cbbe68
9 changed files with 129 additions and 12 deletions

View file

@ -2,4 +2,5 @@
# Put 'export' statements here for environment variables
export DOTNET_ROOT=$PWD
export PATH=$DOTNET_ROOT:$PATH
export PATH=$DOTNET_ROOT:$PATH
export FSI_PATH=$(find $(pwd) -name fsi.dll)