Browse Source

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

Claire Novotny 3 years ago
parent
commit
091a70db8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Rx.NET/Source/Directory.build.props

+ 1 - 1
Rx.NET/Source/Directory.build.props

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