Skip to content

Commit c8071cd

Browse files
authored
add a comment at dotnet installation guide (#2962)
1 parent d6e9eea commit c8071cd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ guitest.log
1212
stale_outputs_checked
1313
# sam build directory
1414
.aws-sam/
15+
16+
# dotnet version
17+
global.json

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ reported the issue. Please try to include as much information as you can. Detail
2929
```
3030
brew install --cask dotnet-sdk
3131
```
32-
32+
* It is recommended dotnet version `5.0.403` and `below`. If your dotnet versions were higher, you should refer to this [link](https://github.com/isen-ng/homebrew-dotnet-sdk-versions).
3333
### Instructions
3434
3535
1. Clone the github repository and run `./gradlew :intellij:buildPlugin` <br/> (This will produce a plugin zip under `intellij/build/distributions`)

0 commit comments

Comments
 (0)