|
1 | 1 | ---
|
2 |
| -author: probableprime |
| 2 | +author: jowang |
3 | 3 | ms.service: azure-communication-services
|
4 | 4 | ms.topic: include
|
5 |
| -ms.date: 09/08/2021 |
6 |
| -ms.author: rifox |
| 5 | +ms.date: 05/30/2023 |
| 6 | +ms.author: jowang |
7 | 7 | ---
|
8 | 8 | ## Setting up
|
9 | 9 |
|
10 | 10 | ### Creating the Visual Studio project
|
11 | 11 |
|
12 |
| -For UWP app, in Visual Studio 2022, create a new `Blank App (Universal Windows)` project. After entering the project name, feel free to pick any Windows SDK greater than `10.0.17134`. |
| 12 | +For UWP app, in Visual Studio 2022, create a new `Blank App (Universal Windows)` project. After entering the project name, feel free to pick any Windows SDK greater than `10.0.17763.0`. |
13 | 13 |
|
14 |
| -For WinUI 3 app, create a new project with the `Blank App, Packaged (WinUI 3 in Desktop)` template to set up a single-page WinUI 3 app. [Windows App SDK version 1.2 preview 2](https://learn.microsoft.com/windows/apps/windows-app-sdk/preview-channel#version-12-preview-2-120-preview2) and above is required. |
| 14 | +For WinUI 3 app, create a new project with the `Blank App, Packaged (WinUI 3 in Desktop)` template to set up a single-page WinUI 3 app. [Windows App SDK version 1.3](/windows/apps/windows-app-sdk/stable-channel#version-13) and above is required. |
15 | 15 | ### Install the package and dependencies with NuGet Package Manager
|
16 | 16 |
|
17 | 17 | The Calling SDK APIs and libraries are publicly available via a NuGet package.
|
18 | 18 | The following steps exemplify how to find, download, and install the Calling SDK NuGet package.
|
19 | 19 |
|
20 | 20 | 1. Open NuGet Package Manager (`Tools` -> `NuGet Package Manager` -> `Manage NuGet Packages for Solution`)
|
21 | 21 | 2. Click on `Browse` and then type `Azure.Communication.Calling.WindowsClient` in the search box.
|
22 |
| -4. Click on the `Azure.Communication.Calling.WindowsClient` package, select `Azure.Communication.Calling` [1.0.0](https://www.nuget.org/packages/Azure.Communication.Calling.WindowsClient/1.0.0) or newer version. |
| 22 | +3. Make sure that `Include prerelease` check box is selected. |
| 23 | +4. Click on the `Azure.Communication.Calling.WindowsClient` package, select `Azure.Communication.Calling.WindowsClient` [1.0.0](https://www.nuget.org/packages/Azure.Communication.Calling.WindowsClient/1.0.0) or newer version. |
23 | 24 | 5. Select the checkbox corresponding to the CS project on the right-side tab.
|
24 | 25 | 6. Click on the `Install` button.
|
0 commit comments