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 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 >
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 >
You can’t perform that action at this time.
0 commit comments