From 553748e76cbbf18ae9d29b3d081a3b44aff7474e Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 20 May 2019 20:10:57 +1000 Subject: Initial tweaks of the installation stuff. --- BuildIt.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'BuildIt.sh') diff --git a/BuildIt.sh b/BuildIt.sh index da41f8e..76c54d7 100755 --- a/BuildIt.sh +++ b/BuildIt.sh @@ -2,7 +2,12 @@ ./runprebuild.sh +# Debian no longer provides nant. +#./nant-color + +# Use this for Mono 4. xbuild /target:clean xbuild /p:TargetFrameworkVersion="v4.5"xbuild /p:TargetFrameworkVersion="v4.5" +# Use this for Mono 5. #msbuild /p:Configuration=Release -- cgit v1.1