aboutsummaryrefslogtreecommitdiff
path: root/deployment/build.debian.arm64
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2021-09-25 05:21:48 -0700
committerGitHub <noreply@github.com>2021-09-25 06:21:48 -0600
commit4fc3de9b75e2b8ac9052271dca9aacf2bc6eed90 (patch)
treec0cb7fef8aaf4dc16d987abae7a4b21d2e86347b /deployment/build.debian.arm64
parente627b1b154a48ccc18dd50c5214799b41dd02f7a (diff)
Fix builds for dotnet6 (#6595)
* Target net6.0 * Use new Enum.TryParse(ReadOnlySpan<char>) overload * Replace RNGCryptoServiceProvider with RandomNumberGenerator * ci - target net6.0 (#6594) * Update deployment for dotnet6 * Use generic 6.0.x preview for CI * Update direct dotnet download links Co-authored-by: Bond_009 <bond.009@outlook.com>
Diffstat (limited to 'deployment/build.debian.arm64')
-rwxr-xr-xdeployment/build.debian.arm644
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/build.debian.arm64 b/deployment/build.debian.arm64
index 5699133a0..02f84471e 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-5.0, since it's installed manually
+ # Remove build-dep for dotnet-sdk-6.0, since it's installed manually
cp -a debian/control /tmp/control.orig
- sed -i '/dotnet-sdk-5.0,/d' debian/control
+ sed -i '/dotnet-sdk-6.0,/d' debian/control
fi
# Modify changelog to unstable configuration if IS_UNSTABLE