mono / linux-packaging-msbuild

MIT License
22 stars 19 forks source link

Actually install NuGet SDK resolver #7

Closed kekekeks closed 5 years ago

kekekeks commented 5 years ago

Currently custom SDKs from NuGet packages don't work because of missing NuGet.MSBuildSdkResolver.dll

jeremyVignelles commented 5 years ago

Is it supposed to fix #8 ? If so, how can I benefit from this change? When will a new .deb be released?

kekekeks commented 5 years ago

Yes, it is.

You can clone the repo and run dpkg-buildpackage -b. That will produce deb packages in the parent directory.

Make sure to have mono-complete, and build dependencies listed here installed.

jeremyVignelles commented 5 years ago

Nice, it worked! thanks!