TheAngryByrd / dotnet-mono

dotnet utility to run .net full apps using mono on OSX/Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible just `dotnet build`?

netpyoung opened this issue · comments

I really happy to found dotnet-mono.
but when i using that, i need to just dotnet build for build library.

You should just be able to dotnet build but you may need to run export FrameworkPathOverride=$(dirname $(which mono))/../lib/mono/4.5/ before to build for net45-net462.

I know dotnet-mono intend to run app resolving FrameworkPathOverride.
and

export FrameworkPathOverride=$(dirname $(which mono))/../lib/mono/4.5/

In my option, It will be better for add option just for build.