Compare commits

...

2 Commits

Author SHA1 Message Date
Jorge Oliveira
9fc3f00d33 Script for .net 4.0 2022-05-03 18:53:54 +01:00
BrcBenjamin
d82ab5fe4a
Update frameworkversion to 4.5 2022-05-02 15:28:14 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
# Before using you must install monodevelop from:
# https://www.monodevelop.com/download/#fndtn-download-lin
#
# Usage: bash ./loic-net4.5.sh <install|update|run>
# Usage: bash ./loic-net4.0.sh <install|update|run>
#
GIT_REPO=https://github.com/NewEraCracker/LOIC.git
@ -77,7 +77,7 @@ compile_loic() {
elif [[ $DISTRO = 'fedora' ]] ; then
sudo yum install $FED_MONO_PKG
fi
cd src; xbuild /p:TargetFrameworkVersion="v4.5"
cd src; xbuild /p:TargetFrameworkVersion="v4.0"
}
run_loic() {

View File

@ -77,7 +77,7 @@ compile_loic() {
elif [[ $DISTRO = 'fedora' ]] ; then
sudo yum install $FED_MONO_PKG
fi
cd src; xbuild /p:TargetFrameworkVersion="v4.0"
cd src; xbuild /p:TargetFrameworkVersion="v4.5"
}
run_loic() {