Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Mar 6, 2017
1 parent 3233a14 commit 29b9a0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -12,6 +12,11 @@ In RC4 `dotnet run` _does not_ run executables created from mono. This tools se
Because I really like `dotnet watch` and wanted to run mono apps with it.

## How


*Now* this tool will attempt to resolve `FrameworkPathOverride` for you. If these defaults don't work (because of specific folder paths) you can still used the workaround below.


To workaround https://github.com/dotnet/sdk/issues/335 you'll need to set `FrameworkPathOverride` environment variable to use .net framework assemblies installed by mono

Find where `.../mono/4.5/mscorlib.dll` is on your machine and set `FrameworkPathOverride` as an environment variable
Expand Down

0 comments on commit 29b9a0b

Please sign in to comment.