Skip to content

Commit 975c9ae

Browse files
committed
build warnings 2
1 parent 7018658 commit 975c9ae

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

docs/csharp/fundamentals/tutorials/file-based-programs.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,9 @@ In this tutorial, you:
2626
2727
## Prerequisites
2828

29-
- The .NET 10 preview SDK. Download it [here](https://dotnet.microsoft.com/download/dotnet/10.0).
30-
- Visual Studio Code. Download it [here](https://code.visualstudio.com/Download).
31-
- (Optional) The C# DevKit extension for Visual Studio code. Download it [here](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit).
32-
33-
If you install the C# DevKit, add this setting:
34-
35-
```json
36-
"dotnet.projects.enableFileBasedPrograms": true
37-
```
38-
39-
Or, in the UI, it's under "Extensions", C#, LSP Server, Dotnet->Projects: Enable File Based programs".
29+
- The .NET 10 preview SDK. Download it from the [.NET download site](https://dotnet.microsoft.com/download/dotnet/10.0).
30+
- Visual Studio Code. Download it from the [Visual Studio Code homepage](https://code.visualstudio.com/Download).
31+
- (Optional) The C# DevKit extension for Visual Studio Code. Download it from the [Visual Studio Code marketplace](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit).
4032

4133
## Create a file-based program
4234

0 commit comments

Comments
 (0)