Skip to content

Commit ae86b3b

Browse files
committed
require .NET 6
1 parent 5a2e365 commit ae86b3b

File tree

1 file changed

+3
-3
lines changed
  • articles/cognitive-services/Speech-Service/includes

1 file changed

+3
-3
lines changed

articles/cognitive-services/Speech-Service/includes/spx-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: ignite-fall-2021
1313
Follow these steps to install the Speech CLI on Windows:
1414

1515
1. Install the [Microsoft Visual C++ Redistributable for Visual Studio 2019](https://support.microsoft.com/help/2977003/the-latest-supported-visual-c-downloads) for your platform. Installing it for the first time might require a restart.
16-
1. Install [.NET Core 3.1 Runtime](/dotnet/core/install/windows##runtime-information).
16+
1. Install [.NET 6](/dotnet/core/install/windows?tabs=net60#runtime-information).
1717
1. Install the Speech CLI via the .NET CLI by entering this command:
1818

1919
```dotnetcli
@@ -50,7 +50,7 @@ The following Linux distributions are supported for x64 architectures that use t
5050
5151
Follow these steps to install the Speech CLI on Linux on an x64 CPU:
5252

53-
1. Install the [.NET Core 3.1 Runtime](/dotnet/core/install/linux).
53+
1. Install the [.NET 6](/dotnet/core/install/linux).
5454
2. Install the Speech CLI via the .NET CLI by entering this command:
5555

5656
```dotnetcli
@@ -75,7 +75,7 @@ Enter `spx` to see help for the Speech CLI.
7575

7676
Follow these steps to install the Speech CLI on macOS 10.14 or later:
7777

78-
1. Install [.NET Core 3.1 Runtime](/dotnet/core/install/macos#runtime-information).
78+
1. Install [.NET 6](/dotnet/core/install/macos#runtime-information).
7979
1. Install the Speech CLI via the .NET CLI by entering this command:
8080

8181
```dotnetcli

0 commit comments

Comments
 (0)