Skip to content

Commit

Permalink
Update unit-testing-platform-extensions-fakes.md
Browse files Browse the repository at this point in the history
Update the package version to non-beta
  • Loading branch information
stan-sz authored Feb 3, 2025
1 parent ab4bc65 commit 20af5de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To use the new extension with an existing project, update the existing `Microsof
- <Reference Include="Microsoft.QualityTools.Testing.Fakes, Version=12.0.0.0, Culture=Neutral">
- <SpecificVersion>False</SpecificVersion>
- </Reference>
+ <PackageReference Include="Microsoft.Testing.Extensions.Fakes" Version="17.11.0-beta.24319.3" />
+ <PackageReference Include="Microsoft.Testing.Extensions.Fakes" Version="17.12.0" />
```

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 comments on commit 20af5de

Please sign in to comment.