Skip to content

Commit 192fe94

Browse files
committed
Merge pull request #156 from dominicbetts/working-installsimplify
Update SDK installation instructions. See work item 5249749
2 parents cfb8feb + 2d40210 commit 192fe94

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

csharp/device/doc/devbox_setup.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ Install [Visual Studio 2015][visual-studio]. You can use any version of Visual S
1515
<a name="azuresdk"/>
1616
## Azure SDK for .NET
1717

18-
Install the [Azure SDK for .NET 2.7.1][azure-sdk] or later.
18+
Install the Azure SDK for .NET 2.7 or later. Use the following links to download the SDK installer for your version of Visual Studio:
19+
20+
- [VS 2015][lnk-sdk-vs2015]
21+
- [VS 2013][lnk-sdk-vs2013]
22+
- [VS 2012][lnk-sdk-vs2012]
1923

2024
<a name="prerequisites"/>
2125
## NuGet package
@@ -30,4 +34,6 @@ This repository contains various .NET sample applications that illustrate how to
3034

3135
[visual-studio]: https://www.visualstudio.com/
3236
[readme]: ../readme.md
33-
[azure-sdk]: http://go.microsoft.com/fwlink/p/?linkid=618715&clcid=0x409
37+
[lnk-sdk-vs2015]: http://go.microsoft.com/fwlink/?LinkId=518003
38+
[lnk-sdk-vs2013]: http://go.microsoft.com/fwlink/?LinkId=323510
39+
[lnk-sdk-vs2012]: http://go.microsoft.com/fwlink/?LinkId=323511

0 commit comments

Comments
 (0)