File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
they are both the same during build -->
11
11
<!-- this version also needs to be "statically" readable because the test fixture will inspect this file for the version
12
12
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 -->
14
14
<NETTestSdkVersion >16.9.0-dev</NETTestSdkVersion >
15
15
16
16
<MSTestFrameworkVersion >2.1.0</MSTestFrameworkVersion >
17
17
<MSTestAdapterVersion >2.1.0</MSTestAdapterVersion >
18
18
<MSTestAssertExtensionVersion >1.0.3-preview</MSTestAssertExtensionVersion >
19
-
19
+
20
20
<XUnitFrameworkVersion >2.3.1</XUnitFrameworkVersion >
21
21
<XUnitAdapterVersion >2.3.1</XUnitAdapterVersion >
22
22
<XUnitConsoleRunnerVersion >2.3.1</XUnitConsoleRunnerVersion >
32
32
<JsonNetVersion >9.0.1</JsonNetVersion >
33
33
<MoqVersion >4.7.63</MoqVersion >
34
34
<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 >
36
36
<MicrosoftFakesVersion >16.9.0-beta.20628.1</MicrosoftFakesVersion >
37
37
38
38
<MicrosoftBuildPackageVersion >16.0.461</MicrosoftBuildPackageVersion >
You can’t perform that action at this time.
0 commit comments