From 044dd57b330b13b2cde06e84e88296dd51aca34c Mon Sep 17 00:00:00 2001 From: madomado Date: Sun, 9 Jul 2023 01:39:53 +0800 Subject: [PATCH] fix: gcm-core (#630) Signed-off-by: madomado --- anda/tools/gcm-core/gcm-core.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/tools/gcm-core/gcm-core.spec b/anda/tools/gcm-core/gcm-core.spec index 18ade58ac0..4ae5384881 100644 --- a/anda/tools/gcm-core/gcm-core.spec +++ b/anda/tools/gcm-core/gcm-core.spec @@ -17,11 +17,11 @@ Source0: %{forgesource} Provides: %{long_name} = %{version}-%{release} Provides: %{long_name}-core = %{version}-%{release} -BuildRequires: dotnet-sdk-6.0 +BuildRequires: dotnet-sdk-7.0 # Require DPKG, so that we can use the `dpkg-architecture` command. which makes the build script happy. # TODO: Better solution: Patch out the debian-specific packaging code. BuildRequires: dpkg-dev -Requires: dotnet-runtime-6.0 +Requires: dotnet-runtime-7.0 %description