diff options
| author | Sacha Korban <sachakorban@gmail.com> | 2020-01-03 18:30:35 +1100 |
|---|---|---|
| committer | Sacha Korban <sachakorban@gmail.com> | 2020-01-04 15:02:38 +1100 |
| commit | 2497573b7f0427074c4e885d1ba1806e47d490d8 (patch) | |
| tree | 63c1bd6de5b7196bdc61de3a5d78f3118a317d3d /deployment/debian-package-x64/pkg-src/control | |
| parent | d756233f62aeb5e7f769df30a2f132a5dae6cdbe (diff) | |
Update the build script to use .NET core SDK 3.1
Diffstat (limited to 'deployment/debian-package-x64/pkg-src/control')
| -rw-r--r-- | deployment/debian-package-x64/pkg-src/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/debian-package-x64/pkg-src/control b/deployment/debian-package-x64/pkg-src/control index 07e82069fc..13fd3ecabb 100644 --- a/deployment/debian-package-x64/pkg-src/control +++ b/deployment/debian-package-x64/pkg-src/control @@ -3,7 +3,7 @@ Section: misc Priority: optional Maintainer: Jellyfin Team <team@jellyfin.org> Build-Depends: debhelper (>= 9), - dotnet-sdk-3.0, + dotnet-sdk-3.1, libc6-dev, libcurl4-openssl-dev, libfontconfig1-dev, |
