1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Bump NetFramework to 4.7.2

This commit is contained in:
Qstick
2021-01-10 20:54:54 -05:00
parent 5ea3ad45cb
commit 1e396ead5e
31 changed files with 45 additions and 45 deletions
+3 -3
View File
@@ -136,7 +136,7 @@ PackageMacOS()
PackageFiles "$folder" "$framework" "osx-x64"
if [ "$framework" = "net462" ]; then
if [ "$framework" = "net472" ]; then
echo "Adding Startup script"
cp macOS/Radarr $folder
fi
@@ -316,7 +316,7 @@ then
PackageTests "net5.0" "linux-x64"
PackageTests "net5.0" "linux-musl-x64"
PackageTests "net5.0" "osx-x64"
PackageTests "net462" "linux-x64"
PackageTests "net472" "linux-x64"
else
PackageTests "$FRAMEWORK" "$RID"
fi
@@ -352,7 +352,7 @@ then
Package "net5.0" "linux-musl-arm64"
Package "net5.0" "linux-arm"
Package "net5.0" "osx-x64"
Package "net462" "linux-x64"
Package "net472" "linux-x64"
else
Package "$FRAMEWORK" "$RID"
fi