Skip to content

Commit e5235a6

Browse files
committed
NET version 8
1 parent b8feb05 commit e5235a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/ai-services/speech-service/embedded-speech.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ embeddedSpeechConfig.setSpeechSynthesisOutputFormat(SpeechSynthesisOutputFormat.
248248

249249
You can find ready to use embedded speech samples at [GitHub](https://aka.ms/embedded-speech-samples). For remarks on projects from scratch, see samples specific documentation:
250250

251-
- [C# (.NET 6.0)](https://aka.ms/embedded-speech-samples-csharp)
251+
- [C# (.NET 8.0)](https://aka.ms/embedded-speech-samples-csharp)
252252
- [C# (.NET MAUI)](https://aka.ms/embedded-speech-samples-csharp-maui)
253253
- [C# for Unity](https://aka.ms/embedded-speech-samples-csharp-unity)
254254
::: zone-end

articles/ai-services/speech-service/includes/spx-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: eur
1212
Follow these steps to install the Speech CLI on Windows:
1313

1414
1. Install the [Microsoft Visual C++ Redistributable for Visual Studio](/cpp/windows/latest-supported-vc-redist#latest-microsoft-visual-c-redistributable-version) for your platform. Installing it for the first time might require a restart.
15-
1. Install [.NET 6](/dotnet/core/install/windows?tabs=net60#runtime-information).
15+
1. Install [.NET 8](/dotnet/core/install/windows?tabs=net60#runtime-information).
1616
1. Install the Speech CLI via the .NET CLI by entering this command:
1717

1818
```dotnetcli
@@ -44,7 +44,7 @@ The following Linux distributions are supported for x64 architectures that use t
4444
4545
Follow these steps to install the Speech CLI on Linux on an x64 CPU:
4646

47-
1. Install the [.NET 6](/dotnet/core/install/linux).
47+
1. Install the [.NET 8](/dotnet/core/install/linux).
4848
2. Install the Speech CLI via the .NET CLI by entering this command:
4949

5050
```dotnetcli
@@ -64,7 +64,7 @@ Enter `spx` to see help for the Speech CLI.
6464

6565
Follow these steps to install the Speech CLI on macOS 10.14 or later:
6666

67-
1. Install [.NET 6](/dotnet/core/install/macos#runtime-information).
67+
1. Install [.NET 8](/dotnet/core/install/macos#runtime-information).
6868
1. Install the Speech CLI via the .NET CLI by entering this command:
6969

7070
```dotnetcli

0 commit comments

Comments
 (0)