Skip to content

Commit c458af5

Browse files
authored
Update doc about test framework (#23488)
1 parent 345f9ad commit c458af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/testing-docs/using-azure-test-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
Azure PowerShell repo now has its own test framework located under `tools\TestFx`, which supports recording all the HTTP requests from behind Azure PowerShell cmdlets and then playing them back.
4040

41-
The target framework of test is .Net Core 3.1, please ensure .Net runtime Microsoft.NETCore.App 3.1 is installed. You can list all installed version via `dotnet --info`.
41+
The target framework of test is .Net 6, please ensure .Net runtime Microsoft.NETCore.App 6.0 is installed. You can list all installed version via `dotnet --info`.
4242

4343
## Setup prior to Record or Playback of tests
4444

0 commit comments

Comments
 (0)