Investigate System.Reflection.TypeExtensions added to unbreak tests

Fixes #987
This commit is contained in:
Pranav K 2017-04-03 11:19:19 -07:00
parent 11de3fd384
commit 6a5f7dec10
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="$(SystemDiagnosticsDiagnosticSourceVersion)" />
<PackageReference Include="System.Diagnostics.StackTrace" Version="$(CoreFxVersion)" />
<PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataVersion)" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="$(CoreFxVersion)" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.5' ">