Skip to content

Commit 717005a

Browse files
authored
Merge pull request #108531 from GiftA-MSFT/patch-27
fixes: MicrosoftDocs/azure-docs/issues/50275
2 parents 15bddbc + 1b4152a commit 717005a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/LUIS/includes/get-started-get-model-rest-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: diberry
1616
* Import the [TravelAgent](https://github.com/Azure-Samples/cognitive-services-language-understanding/blob/master/documentation-samples/quickstarts/change-model/TravelAgent.json) app from the cognitive-services-language-understanding GitHub repository.
1717
* The LUIS application ID for the imported TravelAgent app. The application ID is shown in the application dashboard.
1818
* The version ID within the application that receives the utterances. The default ID is "0.1".
19-
* [.NET Core V2.2+](https://dotnet.microsoft.com/download)
19+
* [.NET Core 3.1](https://dotnet.microsoft.com/download)
2020
* [Visual Studio Code](https://code.visualstudio.com/)
2121

2222
## Example utterances JSON file
@@ -188,4 +188,4 @@ When you are finished with this quickstart, delete the file from the file system
188188
## Next steps
189189

190190
> [!div class="nextstepaction"]
191-
> [Best practices for an app](../luis-concept-best-practices.md)
191+
> [Best practices for an app](../luis-concept-best-practices.md)

0 commit comments

Comments
 (0)