Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Update frameworkversion to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BrcBenjamin committed May 2, 2022
1 parent a1ea8b2 commit d82ab5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loic.sh
Expand Up @@ -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() {
Expand Down

0 comments on commit d82ab5f

Please sign in to comment.