summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2021-12-04 22:48:37 +0100
committerJens Geyer <Jens-G@users.noreply.github.com>2021-12-05 13:05:58 +0100
commit4c7b9fd38ad614dbf37c37e45569790b44868458 (patch)
tree6344c046f268684fbb5293c76581e0bc8b87df5b /debian
parent4637f6d5f8df752291f5e3c8923824e819a2b60f (diff)
downloadthrift-4c7b9fd38ad614dbf37c37e45569790b44868458.tar.gz
THRIFT-5479 Add net 6 support
Client: netstd Patch: Jens Geyer
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index f69f73b34..0910a94a7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: thrift
Section: devel
Priority: extra
-Build-Depends: dotnet-runtime-5.0, dotnet-sdk-5.0, debhelper (>= 9), build-essential, python-dev, ant,
+Build-Depends: dotnet-runtime-6.0, dotnet-sdk-6.0, debhelper (>= 9), build-essential, python-dev, ant,
erlang-base, ruby-dev | ruby1.9.1-dev, ruby-bundler ,autoconf, automake,
pkg-config, libtool, bison, flex, libboost-dev | libboost1.56-dev | libboost1.63-all-dev,
python-all, python-setuptools, python-all-dev, python-all-dbg,
@@ -129,7 +129,7 @@ Description: Java bindings for Thrift
Package: libthrift-netstd
Architecture: all
Section: netstd
-Depends: dotnet-runtime-5.0, ${misc:Depends}
+Depends: dotnet-runtime-6.0, ${misc:Depends}
Description: NET Standard bindings for Thrift
Thrift is a software framework for scalable cross-language services
development. It combines a software stack with a code generation engine to