Skip to content

Commit

Permalink
Remove System.Threading.Thread reference for netstandard litedb-org#898
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdavid committed Feb 10, 2018
1 parent 4ccc112 commit 679ba6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LiteDB/LiteDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3' OR '$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Reflection" Version="4.3.0" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
<PackageReference Include="System.Threading.Thread" Version="4.0.0" />
</ItemGroup>

</Project>

0 comments on commit 679ba6d

Please sign in to comment.