MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.23k stars 21.41k forks source link

Document not clear when .NET Core 5.0 SDK is not installed #63323

Closed rahulvmarathe closed 4 years ago

rahulvmarathe commented 4 years ago

The statement below implies that .NET COre SDK 5.0 is not mandatory, documentation for the scenario when .NET Core SDK 6.0 is not installed in not available, need Else block for below If. " If you have .NET Core SDK 5.0 installed, create a global.json file that references any .NET Core runtime version 3.x that's later than 3.1.201"


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

SamaraSoucy-MSFT commented 4 years ago

Thanks for the feedback! We will review and get back to you shortly.

ecfan commented 4 years ago

Hi @rahulvmarathe,

The extension doesn't yet support .NET Core 5.0, which is in RC mode. So the information is for how to resolve the issue about not being open the Logic App Designer without having to uninstall the .NET Core SDK 5.0. Basically, the global.json file points at any .NET Core runtime version 3.x, which is part of the prerequisites, that's later than 3.1.201 on your computer. I'm not sure what you mean about .NET Core SDK 6.0? For more info, see this issue: https://github.com/Azure/logicapps/issues/160

I'm working on clarifying this information in the doc.