Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
Restore CodeCoverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Blum Silveira committed Jan 26, 2017
1 parent eac699a commit a5e3bd0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
<Reference Include="System.Runtime" />
<Reference Include="System.Threading.Tasks" />

This comment has been minimized.

Copy link
@davidfowl

davidfowl Jan 26, 2017

Member

Why is this needed?

</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Testing" Version="1.2.0-*" />
<PackageReference Include="Moq" Version="4.6.36-*" />
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<!--
<PackageReference Include="Microsoft.CodeCoverage" Version="1.0.1">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
-->
<PackageReference Include="Microsoft.CodeCoverage" Version="1.0.2" PrivateAssets="All" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@
<PackageReference Include="xunit" Version="2.2.0-*" />
<PackageReference Include="Microsoft.AspNetCore.Testing" Version="1.2.0-*" />
<PackageReference Include="Moq" Version="4.6.36-*" />
<!--
<PackageReference Include="Microsoft.CodeCoverage" Version="1.0.1">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
-->
<PackageReference Include="Microsoft.CodeCoverage" Version="1.0.2" PrivateAssets="All" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
Expand Down

0 comments on commit a5e3bd0

Please sign in to comment.