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/INSTALLATION.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
@@ -5,15 +5,15 @@
5
5
The C# track is built on top of the [.NET](https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet) platform, which runs on Windows, Linux and macOS.
6
6
To build .NET projects, you can use the .NET Command Line Interface (CLI).
7
7
This CLI is part of the .NET SDK, which you can install by following the [installation instructions](https://dotnet.microsoft.com/download/dotnet/8.0).
8
-
Note: the C# track requires SDK version 8.0 or greater.
8
+
Note: the C# track requires SDK version 9.0 or greater.
9
9
10
10
After completing the installation, you can verify if the CLI was installed succesfully by running this command in a terminal:
11
11
12
12
```bash
13
13
dotnet --version
14
14
```
15
15
16
-
If the output is a version greater than or equal to `8.0.100`, the .NET SDK has been installed succesfully.
16
+
If the output is a version greater than or equal to `9.0.100`, the .NET SDK has been installed succesfully.
0 commit comments