Skip to content

Commit f6f7b6d

Browse files
authored
Update Fakes to 18.1.1 (#6673)
1 parent 29d4842 commit f6f7b6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!-- Test Platform, .NET Test SDK and Object Model -->
2525
<MicrosoftNETTestSdkVersion>18.0.0</MicrosoftNETTestSdkVersion>
2626
<MicrosoftPlaywrightVersion>1.55.0</MicrosoftPlaywrightVersion>
27-
<MicrosoftTestingExtensionsFakesVersion>17.14.1</MicrosoftTestingExtensionsFakesVersion>
27+
<MicrosoftTestingExtensionsFakesVersion>18.1.1</MicrosoftTestingExtensionsFakesVersion>
2828
<MicrosoftTestingInternalFrameworkVersion>1.5.0-preview.24577.4</MicrosoftTestingInternalFrameworkVersion>
2929
<SystemThreadingTasksExtensionsVersion>4.5.4</SystemThreadingTasksExtensionsVersion>
3030
</PropertyGroup>

test/IntegrationTests/MSTest.Acceptance.IntegrationTests/SdkTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public async Task RunTests_With_MSTestRunner_Standalone_EnableAll_Extensions(str
223223
SingleTestSourceCode
224224
.PatchCodeWithReplace("$MSTestVersion$", MSTestVersion)
225225
.PatchCodeWithReplace("$TargetFramework$", multiTfm)
226-
.PatchCodeWithReplace("$ExtraProperties$", "<TestingExtensionsProfile>AllMicrosoft</TestingExtensionsProfile>"));
226+
.PatchCodeWithReplace("$ExtraProperties$", "<TestingExtensionsProfile>AllMicrosoft</TestingExtensionsProfile>"), addPublicFeeds: true);
227227

228228
DotnetMuxerResult compilationResult = await DotnetCli.RunAsync($"build -c {buildConfiguration} {testAsset.TargetAssetPath}", AcceptanceFixture.NuGetGlobalPackagesFolder.Path, cancellationToken: TestContext.CancellationToken);
229229
compilationResult.AssertExitCodeIs(0);

0 commit comments

Comments
 (0)