Skip to content

Commit d5a25cc

Browse files
authored
Merge pull request #6447 from Youssef1313/patch-20
Update README.md for .NET 8 SDK update
2 parents 9f9d9fa + a33dcc3 commit d5a25cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@ For instructions on using this tutorial, see [Instructions](https://github.com/d
147147
2. .NET Core cross-platform development
148148
3. Visual Studio extension development
149149
2. Clone this repository
150-
3. Install .NET SDK version specified in `.\global.json` with `"dotnet":` from [here](https://dotnet.microsoft.com/download/dotnet-core).
150+
3. Install .NET SDK version specified in `.\global.json` with `"dotnet":`
151+
- Currently, the repository requires the .NET 8 SDK, for which the installer isn't yet published in [dotnet.microsoft.com](https://dotnet.microsoft.com/download/dotnet-core).
152+
- To install the .NET 8 SDK, see [dotnet/installer](https://github.com/dotnet/installer#table).
151153
4. Open a command prompt and go to the directory of the Roslyn Analyzer Repo
152154
5. Run the restore and build command: `build.cmd`(in the command prompt) or `.\build.cmd`(in PowerShell).
153155
6. Execute tests: `test.cmd` (in the command prompt) or `.\test.cmd` (in PowerShell).

0 commit comments

Comments
 (0)