Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
build(deps): Bump Microsoft.CodeCoverage from 16.9.4 to 16.10.0 (#336)
Browse files Browse the repository at this point in the history
Bumps [Microsoft.CodeCoverage](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](microsoft/vstest@v16.9.4...v16.10.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Jun 1, 2021
1 parent 1733ce7 commit fda81ae
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Core.Test/Core.Test.csproj
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeCoverage" Version="16.9.4" />
<PackageReference Include="Microsoft.CodeCoverage" Version="16.10.0" />
<PackageReference Include="nunit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
2 changes: 1 addition & 1 deletion Domain.Test/Domain.Test.csproj
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeCoverage" Version="16.9.4" />
<PackageReference Include="Microsoft.CodeCoverage" Version="16.10.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
2 changes: 1 addition & 1 deletion Infrastructure.Test/Infrastructure.Test.csproj
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeCoverage" Version="16.9.4" />
<PackageReference Include="Microsoft.CodeCoverage" Version="16.10.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
2 changes: 1 addition & 1 deletion Kaizen.Test/Kaizen.Test.csproj
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeCoverage" Version="16.9.4" />
<PackageReference Include="Microsoft.CodeCoverage" Version="16.10.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />

0 comments on commit fda81ae

Please sign in to comment.