From 4c7b9fd38ad614dbf37c37e45569790b44868458 Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Sat, 4 Dec 2021 22:48:37 +0100 Subject: THRIFT-5479 Add net 6 support Client: netstd Patch: Jens Geyer --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') 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 -- cgit v1.2.1