Skip to content

Commit

Permalink
Bump coverlet lib
Browse files Browse the repository at this point in the history
  • Loading branch information
lprovensi committed Apr 14, 2020
1 parent d1c8c3b commit b2191ae
Showing 1 changed file with 14 additions and 19 deletions.
33 changes: 14 additions & 19 deletions ExtractorUtils.Test/ExtractorUtils.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
<PackageReference Include="coverlet.collector" Version="1.0.1" />
</ItemGroup>

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ExtractorUtils\ExtractorUtils.csproj" />
</ItemGroup>

</Project>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0"/>
<PackageReference Include="xunit" Version="2.4.0"/>
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0"/>
<PackageReference Include="coverlet.collector" Version="1.2.1"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ExtractorUtils\ExtractorUtils.csproj"/>
</ItemGroup>
</Project>

0 comments on commit b2191ae

Please sign in to comment.