Skip to content

Commit

Permalink
Remove directly reference to System.Threading
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasteful committed Nov 27, 2017
1 parent 26ec848 commit 3e34703
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/AutoMapper.Collection/AutoMapper.Collection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,4 @@
<Reference Include="Microsoft.CSharp" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.1' ">
<PackageReference Include="System.Threading" Version="4.0.11" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
<PackageReference Include="System.Threading" Version="4.0.11" />
</ItemGroup>

</Project>

0 comments on commit 3e34703

Please sign in to comment.