fix: gcm-core (#630)

Signed-off-by: madomado <wboy111@outlook.com>
This commit is contained in:
madomado
2023-07-09 01:39:53 +08:00
committed by GitHub
parent 19d89bd1e9
commit 044dd57b33
+2 -2
View File
@@ -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