diff options
| author | crobibero <cody@robibe.ro> | 2020-11-15 13:31:47 -0700 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-11-15 13:31:47 -0700 |
| commit | 185fac0677fd5c5ce46e5dc8156a852efb3e21c8 (patch) | |
| tree | 4305968a2aa820cc03b0de4479dc2002f05698ba /deployment/build.debian.arm64 | |
| parent | 2f426dfc97677deffb60420078b20a7f5f03977e (diff) | |
Upgrade all netcore3.1 to net5.0
Diffstat (limited to 'deployment/build.debian.arm64')
| -rwxr-xr-x | deployment/build.debian.arm64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/build.debian.arm64 b/deployment/build.debian.arm64 index 12ce3e874..5699133a0 100755 --- a/deployment/build.debian.arm64 +++ b/deployment/build.debian.arm64 @@ -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 |
