Skip to content

Commit 8b10296

Browse files
authored
Update fakes version (#15227)
Update the version of the fakes assembly that is used to resolve runsettings. Also, update the TestRunnerHarness package to an 18.0.0.0 version.
1 parent b365c76 commit 8b10296

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<MicrosoftDiagnosticsNETCoreClientVersion>0.2.631904</MicrosoftDiagnosticsNETCoreClientVersion>
5252
<MicrosoftExtensionsDependencyModelPackageVersion>6.0.2</MicrosoftExtensionsDependencyModelPackageVersion>
5353
<MicrosoftExtensionsFileSystemGlobbingVersion>6.0.0</MicrosoftExtensionsFileSystemGlobbingVersion>
54-
<MicrosoftFakesVersion>17.12.0</MicrosoftFakesVersion>
54+
<MicrosoftFakesVersion>18.0.0-beta.25364.2</MicrosoftFakesVersion>
5555
<MicrosoftInternalCodeCoverageVersion>17.15.0-preview.25354.5</MicrosoftInternalCodeCoverageVersion>
5656
<!--
5757
Make sure you are taking a version from a release branch (rel/d*) in VS. Otherwise there won't be symbols for the dlls in package,

src/Microsoft.TestPlatform.Common/ExternalAssemblyVersions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ internal class ExternalAssemblyVersions
1010
/// Microsoft.QualityTools.Testing.Fakes.TestRunnerHarness package.
1111
/// The Package version can be found in "eng\Versions.props"
1212
/// </summary>
13-
internal const string MicrosoftFakesAssemblyVersion = "17.0.0.0";
13+
internal const string MicrosoftFakesAssemblyVersion = "18.0.0.0";
1414
}

0 commit comments

Comments
 (0)