From 4a88aee452c31002f06031f6fc3fde9b34aca538 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 2 May 2024 05:52:25 -0700 Subject: [PATCH] fix(gcm-core): bump dotnet-sdk (#1163) (#1181) (cherry picked from commit 6446430c2232cfe18b23ab8ccba5cf4ea4827290) Co-authored-by: madomado --- 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 770b7801ad..838de50c32 100644 --- a/anda/tools/gcm-core/gcm-core.spec +++ b/anda/tools/gcm-core/gcm-core.spec @@ -18,7 +18,7 @@ Source0: %{forgesource} Provides: %{long_name} = %{version}-%{release} Provides: %{long_name}-core = %{version}-%{release} -BuildRequires: dotnet-sdk-7.0 +BuildRequires: dotnet-sdk-8.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