Remove "--runtime=v4.5".
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Manuel Friedli 2023-06-16 23:12:52 +02:00
parent 54edaec725
commit 09264a2381
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
mono --runtime=v4.5 /usr/lib/nuget/nuget.exe $*
mono /usr/lib/nuget/nuget.exe $*