Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme for dotnet on linux #2309

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions samples/csharp/dotnetcore/console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
This sample demonstrates various forms of speech recognition, intent recognition, and translation using the Speech SDK for C#.
It runs under .NET Core 3.1 or later on Windows or Linux (see the list of [supported Linux distributions and target architectures](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-sdk?tabs=linux)).

You can use latest .net 8.0. Follow link to install .net 8.0 SDK (https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu-2204)

## Prerequisites

* A subscription key for the Speech service. See [Try the speech service for free](https://docs.microsoft.com/azure/cognitive-services/speech-service/get-started).
Expand Down Expand Up @@ -60,6 +62,7 @@ It runs under .NET Core 3.1 or later on Windows or Linux (see the list of [suppo
* `YourKeyword`: replace with the phrase your keyword recognition model triggers on.
* If you are using Microsoft Visual Studio 2017 on Windows, press <kbd>Ctrl+Shift+B</kbd>, or select **Build** \> **Build Solution**.
* If you are using the .NET Core CLI, run the following command from the directory that contains this sample:
* If you use .net framework other than 3.1, modify the TargetFramework in the csproj file to your version like net8.0

```bash
dotnet build samples/samples.csproj
Expand Down