Skip to content

Commit 46337ac

Browse files
committed
update
1 parent fd814be commit 46337ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
2.08 KB
Loading

articles/cognitive-services/Speech-Service/quickstart-custom-speech-commands-speech-sdk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ Add the code-behind source as follows:
297297
```
298298
> [!NOTE]
299299
> If you see error: "The type 'Object' is defined in an assembly that is not referenced"
300-
> - Right-client your solution.
301-
> - Choose **Manage NuGet Packages for Solution**, Select **Updates**
302-
> - If you see **Microsoft.NETCore.UniversalWindowsPlatform** in the update list, Update **Microsoft.NETCore.UniversalWindowsPlatform** to newest version
300+
> 1. Right-client your solution.
301+
> 1. Choose **Manage NuGet Packages for Solution**, Select **Updates**
302+
> 1. If you see **Microsoft.NETCore.UniversalWindowsPlatform** in the update list, Update **Microsoft.NETCore.UniversalWindowsPlatform** to newest version
303303
304304
1. Add the following code to the method body of `InitializeDialogServiceConnector`
305305

0 commit comments

Comments
 (0)