Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Add missing package to Moq.nuspec
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stakx committed Jun 18, 2017
1 parent 652deaf commit 33a9570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Moq.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ Version 1.0
<group targetFramework=".NETStandard1.3">
<dependency id="NETStandard.Library" version="1.6.1" />
<dependency id="System.Linq.Queryable" version="4.3.0" />
<dependency id="System.Reflection.TypeExtensions" version="4.3.0" />
<dependency id="Castle.Core" version="4.1.0" />
</group>
</dependencies>
Expand Down
1 change: 1 addition & 0 deletions Source/Moq.NetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<PackageReference Include="IFluentInterface" Version="2.0.0" />
<PackageReference Include="GitInfo" Version="1.1.14" />
<PackageReference Include="System.Linq.Queryable" Version="4.3.0" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 33a9570

Please sign in to comment.