Skip to content

Commit 5f09e3c

Browse files
fhnaseerfaisal
andauthored
Updating code coverage version, fix for CollectAspDotNet, (#2735)
Co-authored-by: faisal <[email protected]>
1 parent 73113fe commit 5f09e3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/build/TestPlatform.Dependencies.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
they are both the same during build -->
1111
<!-- this version also needs to be "statically" readable because the test fixture will inspect this file for the version
1212
and because during the test `dotnet test` will run and re-build some of the test projects and at that time the version
13-
from a build parameter would not be available, so I am writing this version from the build.ps1 script to keep it in sync -->
13+
from a build parameter would not be available, so I am writing this version from the build.ps1 script to keep it in sync -->
1414
<NETTestSdkVersion>16.9.0-dev</NETTestSdkVersion>
1515

1616
<MSTestFrameworkVersion>2.1.0</MSTestFrameworkVersion>
1717
<MSTestAdapterVersion>2.1.0</MSTestAdapterVersion>
1818
<MSTestAssertExtensionVersion>1.0.3-preview</MSTestAssertExtensionVersion>
19-
19+
2020
<XUnitFrameworkVersion>2.3.1</XUnitFrameworkVersion>
2121
<XUnitAdapterVersion>2.3.1</XUnitAdapterVersion>
2222
<XUnitConsoleRunnerVersion>2.3.1</XUnitConsoleRunnerVersion>
@@ -32,7 +32,7 @@
3232
<JsonNetVersion>9.0.1</JsonNetVersion>
3333
<MoqVersion>4.7.63</MoqVersion>
3434
<TestPlatformExternalsVersion>16.9.0-preview-4267359</TestPlatformExternalsVersion>
35-
<CodeCoverageExternalsVersion>16.9.0-beta.21072.1</CodeCoverageExternalsVersion>
35+
<CodeCoverageExternalsVersion>16.9.0-beta.21105.3</CodeCoverageExternalsVersion>
3636
<MicrosoftFakesVersion>16.9.0-beta.20628.1</MicrosoftFakesVersion>
3737

3838
<MicrosoftBuildPackageVersion>16.0.461</MicrosoftBuildPackageVersion>

0 commit comments

Comments
 (0)