Skip to content

Commit

Permalink
Adding reflection
Browse files Browse the repository at this point in the history
  • Loading branch information
mcintyre321 committed Apr 25, 2017
1 parent eaa057a commit 0f1e7e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LinqToAnything.Tests/LinqToAnything.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Reflection" Version="4.3.0" />
<PackageReference Include="System.Reflection.Primitives" Version="4.3.0" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
<PackageReference Include="xunit" Version="2.2.0" />
<PackageReference Include="xunit.assert" Version="2.2.0" />
<PackageReference Include="xunit.extensibility.core" Version="2.2.0" />
Expand Down

0 comments on commit 0f1e7e1

Please sign in to comment.