Query/Question
How can we help?
how install .net core in azure cli share folder. Please refer to the explanation in my question posted in stackoverflow: https://stackoverflow.com/questions/60514333/how-install-net-core-in-azure-cli-share-folder
Environment:
dotnet --info output for .NET Core projects): [e.g. Azure AppService or Windows 10 .NET Framework 4.8]Runtime Environment:
OS Name: ubuntu
OS Version: 16.04
OS Platform: Linux
RID: ubuntu.16.04-x64
Base Path: /usr/share/dotnet/sdk/2.2.402/
Host (useful for support):
Version: 2.2.8
Commit: b9aa1abc51
.NET Core SDKs installed:
1.0.1 [/usr/share/dotnet/sdk]
2.2.402 [/usr/share/dotnet/sdk]
.NET Core runtimes installed:
Microsoft.AspNetCore.All 2.2.8 [/usr/share/dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.App 2.2.8 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 1.0.4 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 1.1.1 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 2.2.8 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
@AlexGhiondea: Could you assist in routing this, please?
@erich-wang is this something you can help with?
Hi @sergiosolorzano if my understanding is right, you are trying to install dotnet core 3.0 on cloud shell.
I'm not sure if there's a way to do that... looping in the cloud shell team
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @maertendMSFT.
Please follow .net's documentation for updating versions. This will be a local update to your cloud shell image. A cloud shell update is in the works for specific tooling, no ETA to share at the moment
The Cloud Shell tools image is now open-source, if you would like to contribute this change to our dockerfile (https://github.com/Azure/CloudShell/blob/master/linux/base.Dockerfile), a PR would be reviewed.
@sergiosolorzano, does this resolve your issue? If so, please close.