Skip to content

Commit

Permalink
Use most recent stable version of Microsoft.CodeCoverage for unit tes…
Browse files Browse the repository at this point in the history
…ts (#3601)
  • Loading branch information
nohwnd authored Apr 25, 2022
1 parent a491a64 commit b1738ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/build/TestPlatform.Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
<RoslynPublicApiAnalyzersVersion>3.3.4-beta1.21554.2</RoslynPublicApiAnalyzersVersion>
<RoslynBannedApiAnalyzersVersion>3.3.3</RoslynBannedApiAnalyzersVersion>

<MicrosoftCodeCoverageVersion>17.1.0</MicrosoftCodeCoverageVersion>

<DependencyVersionsImported>true</DependencyVersionsImported>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion scripts/build/TestPlatform.Settings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<Version>$(MSTestAssertExtensionVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.CodeCoverage">
<Version>1.0.3</Version>
<Version>$(MicrosoftCodeCoverageVersion)</Version>
</PackageReference>
</ItemGroup>
</When>
Expand Down

0 comments on commit b1738ac

Please sign in to comment.