diff --git a/docs/iot/deployment.md b/docs/iot/deployment.md index f4330555f9fb4..bb98f32ac44a0 100644 --- a/docs/iot/deployment.md +++ b/docs/iot/deployment.md @@ -30,7 +30,7 @@ To deploy your app as a framework-dependent app, complete the following steps: ``` > [!NOTE] - > This installs the latest version. If you need a specific version, replace the `--channel STS` parameter with `--version `, where `` is the specific build version. + > This command installs the latest version. If you need a specific version, replace the `--channel STS` parameter with `--version `, where `` is the specific build version, for example `8.0.404`. For a list of versions, see [.NET SDKs for Visual Studio](https://dotnet.microsoft.com/en-us/download/visual-studio-sdks). Refer to "Visual Studio 2022 SDK" column to determine the full build number. 1. To simplify path resolution, add a `DOTNET_ROOT` environment variable and add the *.dotnet* directory to `$PATH` with the following commands: