Skip to content

Commit 4a38d79

Browse files
authored
Updated the Deployment SDKs with an example of the expected format (#44192)
1 parent 8ef5911 commit 4a38d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/iot/deployment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To deploy your app as a framework-dependent app, complete the following steps:
3030
```
3131

3232
> [!NOTE]
33-
> This installs the latest version. If you need a specific version, replace the `--channel STS` parameter with `--version <VERSION>`, where `<VERSION>` is the specific build version.
33+
> This command installs the latest version. If you need a specific version, replace the `--channel STS` parameter with `--version <VERSION>`, where `<VERSION>` 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.
3434

3535
1. To simplify path resolution, add a `DOTNET_ROOT` environment variable and add the *.dotnet* directory to `$PATH` with the following commands:
3636

0 commit comments

Comments
 (0)