mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-18 13:40:45 +01:00
Upgrade all netcore3.1 to net5.0
This commit is contained in:
@@ -9,9 +9,9 @@ set -o xtrace
|
||||
pushd ${SOURCE_DIR}
|
||||
|
||||
if [[ ${IS_DOCKER} == YES ]]; then
|
||||
# Remove build-dep for dotnet-sdk-3.1, since it's installed manually
|
||||
# Remove build-dep for dotnet-sdk-5.0, since it's installed manually
|
||||
cp -a debian/control /tmp/control.orig
|
||||
sed -i '/dotnet-sdk-3.1,/d' debian/control
|
||||
sed -i '/dotnet-sdk-5.0,/d' debian/control
|
||||
fi
|
||||
|
||||
# Modify changelog to unstable configuration if IS_UNSTABLE
|
||||
|
||||
Reference in New Issue
Block a user