File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ You can install the latest daily pre-release build of the .NET Core System.Devic
28
28
### NuGet.exe
29
29
30
30
``` shell
31
- nuget install System.Device.Gpio -PreRelease -Source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5 /nuget/v3/index.json
32
- nuget install Iot.Device.Bindings -PreRelease -Source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5 /nuget/v3/index.json
31
+ nuget install System.Device.Gpio -PreRelease -Source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6 /nuget/v3/index.json
32
+ nuget install Iot.Device.Bindings -PreRelease -Source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6 /nuget/v3/index.json
33
33
```
34
34
### Official Build Status
35
35
@@ -38,8 +38,8 @@ nuget install Iot.Device.Bindings -PreRelease -Source https://pkgs.dev.azure.com
38
38
### .NET CLI
39
39
40
40
``` shell
41
- dotnet add package System.Device.Gpio --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5 /nuget/v3/index.json
42
- dotnet add package Iot.Device.Bindings --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5 /nuget/v3/index.json
41
+ dotnet add package System.Device.Gpio --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6 /nuget/v3/index.json
42
+ dotnet add package Iot.Device.Bindings --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6 /nuget/v3/index.json
43
43
```
44
44
45
45
## Contributing
You can’t perform that action at this time.
0 commit comments