Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/core/macos-prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ Download and install the .NET Core SDK from [.NET Downloads](https://www.microso

---

## Increase the maximum open file limit
## Increase the maximum open file limit (.NET Core versions before .NET Core SDK 2.0.2)

The default open file limit on macOS may not be sufficient for some .NET Core workloads, such as restoring projects or running unit tests.
In older .NET Core versions (before .NET Core SDK 2.0.2), the default open file limit on macOS may not be sufficient for some .NET Core workloads, such as restoring projects or running unit tests.

You can increase this limit by following these steps:

Expand Down