mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-13 23:26:27 +02:00
Updated to Dotnet 7.0.202
This commit is contained in:
parent
86d897d580
commit
b5cfd91cec
9 changed files with 175 additions and 0 deletions
6
packages/dotnet/7.0.202/environment
vendored
Normal file
6
packages/dotnet/7.0.202/environment
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Put 'export' statements here for environment variables
|
||||
export DOTNET_ROOT=$PWD
|
||||
export PATH=$DOTNET_ROOT:$PATH
|
||||
export FSI_PATH=$(find $(pwd) -name fsi.dll)
|
Loading…
Add table
Add a link
Reference in a new issue