mono / sdb

A command line client for the Mono soft debugger.
https://www.mono-project.com
MIT License
116 stars 44 forks source link

Update submoduldes. Use msbuild instead of xbuild #49

Closed VPeruS closed 5 years ago

VPeruS commented 5 years ago

Updated dependencies: debugger-libs removed Mono.Nunit dependecy which currently(with mono 5.12), mcs throwing errors about Nunit. cecil was removed because debugger-libs added it as nuget's package dependency.

alexrp commented 5 years ago

I've pushed the dependency changes to master separately as there was a bit more work needed for the new dependencies from debugger-libs. I included your changes to switch to MSBuild.

Thanks!