Skip to content

Commit

Permalink
Update README.md for .NET 8 SDK update
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Jan 19, 2023
1 parent 4512de6 commit a33dcc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ For instructions on using this tutorial, see [Instructions](https://github.com/d
2. .NET Core cross-platform development
3. Visual Studio extension development
2. Clone this repository
3. Install .NET SDK version specified in `.\global.json` with `"dotnet":` from [here](https://dotnet.microsoft.com/download/dotnet-core).
3. Install .NET SDK version specified in `.\global.json` with `"dotnet":`
- 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).
- To install the .NET 8 SDK, see [dotnet/installer](https://github.com/dotnet/installer#table).
4. Open a command prompt and go to the directory of the Roslyn Analyzer Repo
5. Run the restore and build command: `build.cmd`(in the command prompt) or `.\build.cmd`(in PowerShell).
6. Execute tests: `test.cmd` (in the command prompt) or `.\test.cmd` (in PowerShell).
Expand Down

0 comments on commit a33dcc3

Please sign in to comment.