Add corefx-managed-ref Requires for building C# APIs
authorJiyoung Yun <jy910.yun@samsung.com>
Thu, 1 Dec 2016 05:27:44 +0000 (14:27 +0900)
committerJiyoung Yun <jy910.yun@samsung.com>
Thu, 1 Dec 2016 05:30:10 +0000 (14:30 +0900)
corefx-managed-ref installs nupkgs that depend on C# APIs.

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Change-Id: Ia1c82676402b30f523e771c4903fafc8763b751b

packaging/dotnet-build-tools.spec

index 2e04b19..73be84a 100644 (file)
@@ -9,6 +9,7 @@ Source0:    %{name}-%{version}.tar.gz
 
 AutoReqProv: no
 
+Requires: corefx-managed-ref
 Requires: mono-compat
 
 %description