Skip to content

Commit

Permalink
Bump coverlet.collector from 6.0.1 to 6.0.2 in /Source
Browse files Browse the repository at this point in the history
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 0f53af5 commit c0f3c86
Showing 1 changed file with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<!-- Test TFMs that cover all TFMs for both BigDecimal and BigIntegerExtensions -->
<TargetFrameworks>net48;net6.0;net7.0;</TargetFrameworks>
<IsPackable>false</IsPackable>
<RootNamespace>Singulink.Numerics.Tests</RootNamespace>
<NoWarn>1591</NoWarn>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>

<ItemGroup>
<None Remove="stylecop.json" />
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="stylecop.json" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
<PackageReference Include="coverlet.collector" Version="6.0.1"/>
<PackageReference Include="PrefixClassName.MsTest" Version="1.2.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Singulink.Numerics.BigDecimal\Singulink.Numerics.BigDecimal.csproj" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<!-- Test TFMs that cover all TFMs for both BigDecimal and BigIntegerExtensions -->
<TargetFrameworks>net48;net6.0;net7.0;</TargetFrameworks>
<IsPackable>false</IsPackable>
<RootNamespace>Singulink.Numerics.Tests</RootNamespace>
<NoWarn>1591</NoWarn>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>

<ItemGroup>
<None Remove="stylecop.json" />
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="stylecop.json" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
<PackageReference Include="coverlet.collector" Version="6.0.2"/>
<PackageReference Include="PrefixClassName.MsTest" Version="1.2.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Singulink.Numerics.BigDecimal\Singulink.Numerics.BigDecimal.csproj" />
</ItemGroup>

</Project>

0 comments on commit c0f3c86

Please sign in to comment.