Browse Source

Merge pull request #1694 from dotnet/dependabot/nuget/Ix.NET/Source/coverlet.collector-3.1.1

Claire Novotny 3 years ago
parent
commit
1a64bc3288
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Ix.NET/Source/Directory.Build.props

+ 1 - 1
Ix.NET/Source/Directory.Build.props

@@ -30,7 +30,7 @@
   </ItemGroup>
 
   <ItemGroup Condition="'$(IsTestProject)' == 'true'">
-    <PackageReference Include="coverlet.collector" Version="3.1.0" />
+    <PackageReference Include="coverlet.collector" Version="3.1.1" />
   </ItemGroup>