Explorar el Código

Merge pull request #1491 from dotnet/dependabot/nuget/AsyncRx.NET/coverlet.collector-3.0.3

dependabot-preview[bot] hace 4 años
padre
commit
339bc41d4f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      AsyncRx.NET/Directory.build.props

+ 1 - 1
AsyncRx.NET/Directory.build.props

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