Skip to content

Commit 9a0823f

Browse files
authored
Merge pull request #106811 from erhopf/face-nuget-mar
[CogSvcs] Updating NuGet package for Tutorial w/link
2 parents 4e490f0 + 317b30c commit 9a0823f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Face/Tutorials/FaceAPIinCSharpTutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Follow these steps to create a new WPF application project.
4646
1. In Visual Studio, open the New Project dialog. Expand **Installed**, then **Visual C#**, then select **WPF App (.NET Framework)**.
4747
1. Name the application **FaceTutorial**, then click **OK**.
4848
1. Get the required NuGet packages. Right-click on your project in the Solution Explorer and select **Manage NuGet Packages**; then, find and install the following package:
49-
- [Microsoft.Azure.CognitiveServices.Vision.Face 2.2.0-preview](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.Face/2.2.0-preview)
49+
- [Microsoft.Azure.CognitiveServices.Vision.Face 2.5.0-preview.1](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.Face/2.5.0-preview.1)
5050

5151
## Add the initial code
5252

0 commit comments

Comments
 (0)