-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
msbuild on Ubuntu is missing? #8247
Comments
msbuild is supposed to be invoked as a sub-command of the
|
@dasMulli is correct. There is no separate msbuild executable cross-plat. You need to invoke it though Also, for the 1.0 CLI, we support up to Ubuntu 16.10. For 2.0 CLI, we have a linux portable x64 distro that works on multiple linux distros. I am going to close the issue. If dotnet msbuild does not work for you, please re-activate. |
thanks, I will try that. In Ubuntu 16.04 though I cannot install neither
Result:
I tried changing apt sources to
but there there is no I'll try Ubuntu 16.10 |
I'm trying to setup an Ubuntu environment where I can use
dotnet
andmsbuild
for cross platform development.I've tried several combinations, but I always end up with an environment without the
msbuild
command.Could you point to the DEB package containing the
msbuild
command please?Some options I've tried:
Some problems I've encountered
libicu52
which is not installabledotnet-dev-1.0.0-featmsbuild-003542
depends onlibstdc++6 (>= 5.2)
which is not availablemsbuild
msbuild
dotnet-sharedframework-microsoft.netcore.app-1.1.1
anddotnet-sharedframework-microsoft.netcore.app-1.0.4
both need to be explicitly installed (apt-get
should do it automatically)The text was updated successfully, but these errors were encountered: