Browse Source

Merge branch 'main' into dependabot/nuget/AsyncRx.NET/coverlet.collector-3.0.1

Bart J.F. De Smet 4 years ago
parent
commit
288ef4c6c2
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="1.3.0" />
+    <PackageReference Include="coverlet.collector" Version="3.0.1" />
   </ItemGroup>