Browse Source

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

dependabot-preview[bot] 5 years ago
parent
commit
47abfa62a5
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

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