Browse Source

Merge pull request #1474 from dotnet/dependabot/nuget/AsyncRx.NET/coverlet.collector-3.0.1

Bump coverlet.collector from 1.3.0 to 3.0.1 in /AsyncRx.NET
Bart J.F. De Smet 4 years ago
parent
commit
0cddd97c52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AsyncRx.NET/Directory.build.props

+ 1 - 1
AsyncRx.NET/Directory.build.props

@@ -32,7 +32,7 @@
   </ItemGroup>
 
   <ItemGroup Condition="'$(IsTestProject)' == 'true'">
-    <PackageReference Include="coverlet.collector" Version="1.3.0" />
+    <PackageReference Include="coverlet.collector" Version="3.0.1" />
   </ItemGroup>
 
 </Project>