Hello Cyd, > The problem is that I can't find out where the .sln is picking up the > absolute path names, and I'm not sure how to override it. > > Here's a link to the .sln: http://pastebin.com/LUHgEiJj
This looks quite like you want to build dotnet core? Also the xproj file extension instead of .csproj... I wonder if you should try building with msbuild instead of xbuild. It is open source after all... I guess this is all very much experimental. I did try to build dotnet core for Fedora with xbuild, but ran out of time to dig deep enough for that moment... see https://github.com/tpokorra/lbs-mono-fedora/tree/master/dotnet-coreclr and https://github.com/tpokorra/lbs-mono-fedora/blob/master/dotnet-corefx for inspiration. it does not work yet. Timotheus _______________________________________________ Mono-list maillist - [email protected] http://lists.dot.net/mailman/listinfo/mono-list
