Skip to content

Commit e38e92c

Browse files
author
Trevor Bye
committed
change dotnet version
1 parent c9b2993 commit e38e92c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Speech-Service/spx-basics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The only prerequisite is an Azure Speech subscription. See the [guide](get-start
2424

2525
SPX is available on Windows and Linux. Start by downloading the [zip archive](https://aka.ms/speech/spx-zips.zip), then extract it. SPX requires either the .NET Core or .NET Framework runtime, and the following versions are supported by platform:
2626

27-
* Windows: [.NET Framework 4.7](https://dotnet.microsoft.com/download/dotnet-framework/net471), [.NET Core 2.2](https://dotnet.microsoft.com/download/dotnet-core/2.2)
28-
* Linux: [.NET Core 2.2](https://dotnet.microsoft.com/download/dotnet-core/2.2)
27+
* Windows: [.NET Framework 4.7](https://dotnet.microsoft.com/download/dotnet-framework/net471), [.NET Core 3.0](https://dotnet.microsoft.com/download/dotnet-core/3.0)
28+
* Linux: [.NET Core 3.0](https://dotnet.microsoft.com/download/dotnet-core/3.0)
2929

3030
After you've installed a runtime, go to the root directory `spx-zips` that you extracted from the download, and extract the subdirectory that you need (`spx-net471`, for example). In a command prompt, change directory to this location, and then run `spx` to start the application.
3131

0 commit comments

Comments
 (0)