You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cmdlet-example/visual-studio-simple-example.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This document describes steps for building a C# Cmdlet with Visual Studio in 2 w
10
10
This demonstrates how to build your own C# cmdlet for PowerShell Core with Visual Studio.
11
11
Targeting for PowerShell Core means that the cmdlet may not work against Windows PowerShell if you take dependencies on new APIs introduced in PowerShell Core.
12
12
13
-
We will use the free [Visual Studio Community 2017](https://www.visualstudio.com/downloads).
13
+
We will use the free [Visual Studio Community 2017](https://visualstudio.microsoft.com/vs/).
14
14
15
15
1. When installing Visual Studio 2017 select `.NET Core cross-platform development` under `Other Toolsets`
16
16

@@ -74,7 +74,7 @@ Steps below show how to build your own C# cmdlet for PowerShell Standard 3.0 wit
74
74
Targeting PowerShell Standard 3.0 means that the same module will work against PowerShell Core as well as Windows PowerShell v3 and newer,
75
75
however, you are limited to a subset of the available PowerShell APIs.
76
76
77
-
We will use the free [Visual Studio Community 2017](https://www.visualstudio.com/downloads).
77
+
We will use the free [Visual Studio Community 2017](https://visualstudio.microsoft.com/vs/).
78
78
79
79
1. When installing Visual Studio 2017 select `.NET Core cross-platform development` under `Other Toolsets`
0 commit comments