Skip to content

Commit

Permalink
Update development notes. (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarfgp authored Dec 18, 2024
1 parent 313392c commit 226ba26
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ You can find some tips and tricks about the ReSharper.Host plugin (the *backend*
## Development notes
The main development branch is changed on each release (i.e. `net212` correspond to 2021.2 development cycle), and builds from this branch are bundled with nightly Rider builds available via [JetBrains Toolbox App](https://www.jetbrains.com/toolbox/app/).
By default, the project depends on nightly SDK builds, but a specific SDK version can be referenced in [rider-fsharp/build.gradle](rider-fsharp/build.gradle.kts) if necessary.
The `main` branch is used for development. By default, the project depends on nightly SDK builds, but a specific SDK version can be referenced in [rider-fsharp/build.gradle](rider-fsharp/build.gradle.kts) if necessary.
Gradle downloads a newer SDK from time to time. To force an update, run the `prepare --refresh-dependencies` Gradle task.
Expand Down

0 comments on commit 226ba26

Please sign in to comment.