From 567c19b94a92928a08e3265bd0cded7f21be1851 Mon Sep 17 00:00:00 2001 From: madomado Date: Tue, 13 Feb 2024 17:48:50 +0800 Subject: [PATCH] fix: gcm-core --- anda/tools/gcm-core/gcm-core.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/gcm-core/gcm-core.spec b/anda/tools/gcm-core/gcm-core.spec index 4778865dea..d57ce8f5b9 100644 --- a/anda/tools/gcm-core/gcm-core.spec +++ b/anda/tools/gcm-core/gcm-core.spec @@ -22,7 +22,7 @@ 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-7.0 +Requires: dotnet-runtime-8.0 %description