Skip to content

Commit d4394f4

Browse files
committed
Updated .NET 8 references
1 parent e559f4e commit d4394f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/INSTALLATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
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.
66
To build .NET projects, you can use the .NET Command Line Interface (CLI).
77
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.
99

1010
After completing the installation, you can verify if the CLI was installed succesfully by running this command in a terminal:
1111

1212
```bash
1313
dotnet --version
1414
```
1515

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.
1717

1818
## Using an IDE
1919

0 commit comments

Comments
 (0)