Skip to content

Commit 95d89cc

Browse files
committed
pnp service sample
1 parent 4045674 commit 95d89cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/iot-pnp-service-csharp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ To complete this quickstart on Windows, you need the following software installe
2121

2222
If you completed [Tutorial: Connect a sample IoT Plug and Play device application running on Windows to IoT Hub (C#)](../articles/iot-develop/tutorial-connect-device.md), you've already cloned the repository.
2323

24-
Clone the samples from the Azure IoT Samples for C# GitHub repository. Open a command prompt in a folder of your choice. Run the following command to clone the [Microsoft Azure IoT Samples for .NET](https://github.com/Azure-Samples/azure-iot-samples-csharp) GitHub repository:
24+
Clone the samples from the Azure IoT SDK for C# GitHub repository. Open a command prompt in a folder of your choice. Run the following command to clone the [Microsoft Azure IoT SDK for .NET](https://github.com/Azure/azure-iot-sdk-csharp) GitHub repository:
2525

2626
```cmd
27-
git clone https://github.com/Azure-Samples/azure-iot-samples-csharp.git
27+
git clone https://github.com/Azure/azure-iot-sdk-csharp.git
2828
```
2929

3030
## Run the sample device
3131

3232
In this quickstart, you use a sample thermostat device that's written in C# as the IoT Plug and Play device. To run the sample device:
3333

34-
1. Open the *azure-iot-samples-csharp\iot-hub\Samples\device\PnpDeviceSamples\Thermostat\Thermostat.csproj* project file in Visual Studio 2019.
34+
1. Open the *azure-iot-sdk-csharp\iothub\device\samples\solutions\PnpDeviceSamples\Thermostat\Thermostat.csproj* project file in Visual Studio 2019.
3535

3636
1. In Visual Studio, navigate to **Project > Thermostat Properties > Debug**. Then add the following environment variables to the project:
3737

0 commit comments

Comments
 (0)