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

12
packages/dotnet/2.2.8/compile vendored Normal file
View file

@ -0,0 +1,12 @@
#!usr/bin/env bash
export DOTNET_CLI_HOME=$PWD
export HOME=$PWD
rename 's/$/\.cs/' "$@"
dotnet build --help > /dev/null
dotnet new console -o . --no-restore
rm Program.cs
dotnet restore --source $DOTNET_ROOT/.nuget/packages
dotnet build --no-restore