From 33a9570343bd56b867dad74c1dacc153e1c4d397 Mon Sep 17 00:00:00 2001 From: stakx Date: Sun, 18 Jun 2017 16:06:06 +0200 Subject: [PATCH] Add missing package to `Moq.nuspec` While the package `System.Reflection.TypeExtensions` is already in- cluded via `Castle.Core`, it's probably better to explicitly reference it since Moq directly uses this package. --- Moq.nuspec | 1 + Source/Moq.NetCore.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/Moq.nuspec b/Moq.nuspec index 3c850a063..154c259ff 100644 --- a/Moq.nuspec +++ b/Moq.nuspec @@ -181,6 +181,7 @@ Version 1.0 + diff --git a/Source/Moq.NetCore.csproj b/Source/Moq.NetCore.csproj index 16ed25c78..4cb3ab67b 100644 --- a/Source/Moq.NetCore.csproj +++ b/Source/Moq.NetCore.csproj @@ -28,6 +28,7 @@ +