Skip to content

Commit 2029609

Browse files
authored
Update unit-testing-platform-extensions-fakes.md (#44655)
Update the package version to non-beta
1 parent 9f3d53e commit 2029609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/unit-testing-platform-extensions-fakes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To use the new extension with an existing project, update the existing `Microsof
2323
- <Reference Include="Microsoft.QualityTools.Testing.Fakes, Version=12.0.0.0, Culture=Neutral">
2424
- <SpecificVersion>False</SpecificVersion>
2525
- </Reference>
26-
+ <PackageReference Include="Microsoft.Testing.Extensions.Fakes" Version="17.11.0-beta.24319.3" />
26+
+ <PackageReference Include="Microsoft.Testing.Extensions.Fakes" Version="17.12.0" />
2727
```
2828

2929
If you are using MSTest.Sdk 3.7 or later, use the `EnableMicrosoftTestingExtensionsFakes` property to enable the extension and don't add the package reference.

0 commit comments

Comments
 (0)