Skip to content

Commit ac1809f

Browse files
Merge pull request #307446 from SoniaLopezBravo/check-net-support
Add note about dotnet version
2 parents 265a947 + 33600f5 commit ac1809f

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

articles/iot-dps/quick-enroll-device-tpm.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,15 @@ Although these steps work on both Windows and Linux computers, this article uses
3333

3434
:::zone pivot="programming-language-csharp"
3535

36-
* Install [.NET 6.0 SDK or later](https://dotnet.microsoft.com/download) or later on your Windows-based machine. You can use the following command to check your version.
36+
* Install [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0) on your Windows-based machine. You can use the following command to check your version.
3737

3838
```bash
3939
dotnet --info
4040
```
4141

42+
> [!IMPORTANT]
43+
> You must use the .NET 6.0 SDK to build and run the sample code in this article. The sample currently doesn't work with later versions of the SDK.
44+
4245
* (Optional) If you want to enroll a simulated device at the end of this article, follow the procedure in [Create and provision a simulated TPM device](quick-create-simulated-device-tpm.md?pivots=programming-language-csharp) up to the step where you get an endorsement key for the device. Save the **Endorsement key**, as you use it later in this article.
4346
4447
Don't follow the steps to create an individual enrollment by using the Azure portal.

articles/iot-dps/quick-enroll-device-x509.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,15 @@ This article shows you how to programmatically create an [enrollment group](conc
3131

3232
:::zone pivot="programming-language-csharp"
3333

34-
* Install [.NET 6.0 SDK or later](https://dotnet.microsoft.com/download) or later on your Windows-based machine. You can use the following command to check your version.
34+
* Install [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0) on your Windows-based machine. You can use the following command to check your version.
3535

3636
```bash
3737
dotnet --info
3838
```
3939

40+
> [!IMPORTANT]
41+
> You must use the .NET 6.0 SDK to build and run the sample code in this article. The sample currently doesn't work with later versions of the SDK.
42+
4043
:::zone-end
4144
4245
:::zone pivot="programming-language-nodejs"

0 commit comments

Comments
 (0)