Skip to content

Commit fb1f594

Browse files
committed
Document mono 5.x requirement
1 parent 698b01c commit fb1f594

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

BUILD_DOTNET_CORE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
To build the dotnet core components you need the `dotnet` command line utility installed.
22
It can be obtained for your chosen platform [here](https://www.microsoft.com/net/core#macosx).
33

4+
You will also need [mono 5.x](http://www.mono-project.com/docs/about-mono/releases/).
5+
46
Run `./build.sh` (linux/osx) or `build.bat` (windows) to trigger code generation and complete a dotnet core build.
57

68
To run the tests simply run `run-tests.sh` (linux/osx) or `run-tests.bat` (windows). This will run the entire test suite. There is currently no way to only run a subset of tests.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ See [ChangeLog.md](https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/maste
3333

3434
## Building from Source
3535

36-
Please see [How to Run Tests](./RUNNING_TESTS.md) for build process overview.
36+
Please see [How to Run Tests](./RUNNING_TESTS.md) and [Building .NET Core](./BUILD_DOTNET_CORE.md)
37+
for build process overview.
3738

3839
## Contributing
3940

0 commit comments

Comments
 (0)