Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/dev-pomma89'
Browse files Browse the repository at this point in the history
  • Loading branch information
pomma89 committed Apr 14, 2017
2 parents c1647d6 + 8b9e966 commit 5e0b131
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/CodeProject.ObjectPool/CodeProject.ObjectPool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Thrower" Version="4.1.2" />
<Compile Remove="doc\**" />
<EmbeddedResource Remove="doc\**" />
<None Remove="doc\**" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Thrower" Version="4.1.3" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.0' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
<PackageReference Include="NLipsum" Version="1.0.2-alpha" />
<PackageReference Include="NLipsum" Version="1.1.0" />
<PackageReference Include="NUnit" Version="3.6.1" />
<PackageReference Include="NUnit.ConsoleRunner" Version="3.6.1" />
<PackageReference Include="NUnitLite" Version="3.6.1" />
Expand Down

0 comments on commit 5e0b131

Please sign in to comment.