Update frameworkversion to 4.5

This commit is contained in:
BrcBenjamin 2022-05-02 15:28:14 +02:00 committed by GitHub
parent a1ea8b2671
commit d82ab5fe4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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() {