Skip to content

Commit 25a8c50

Browse files
committed
Part 2 only applies to VS 2019
1 parent 19061b6 commit 25a8c50

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/get-started/csharp/tutorial-console-part-2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.devlang: CSharp
1010
author: ghogen
1111
ms.author: ghogen
1212
manager: jillfra
13+
monikerRange: ">=vs-2019"
1314
dev_langs:
1415
- CSharp
1516
ms.workload:

docs/get-started/csharp/tutorial-console.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,10 +594,25 @@ namespace Calculator
594594

595595
## Next steps
596596

597+
:::moniker range="vs-2017"
598+
599+
Continue with more tutorials:
600+
601+
> [!div class="nextstepaction"]
602+
> [C# tutorials](/dotnet/csharp/tutorials)
603+
604+
> [!div class="nextstepaction"]
605+
> [Tour the Visual Studio IDE](../visual-studio-ide.md)
606+
607+
:::moniker-end
608+
609+
:::moniker range="vs-2019"
610+
597611
Continue with the second part of this tutorial:
598612

599613
> [!div class="nextstepaction"]
600614
> [Continue with Part 2](tutorial-console-part-2.md)
615+
:::moniker-end
601616

602617
## See also
603618

0 commit comments

Comments
 (0)