1
0
Эх сурвалжийг харах

Bump coverlet.collector from 1.1.0 to 1.2.0 in /Rx.NET/Source

Bumps [coverlet.collector](https://github.com/tonerdo/coverlet) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/tonerdo/coverlet/releases)
- [Commits](https://github.com/tonerdo/coverlet/compare/v1.1.0...v1.2.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
dependabot-preview[bot] 5 жил өмнө
parent
commit
1f66f7539e

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

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