Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Unable to create project when .NET SDK 5.0 is installed side-by-side #176

Closed
trevonmckay opened this issue Sep 29, 2020 · 1 comment
Closed
Labels
preview Azure Logic Apps (preview)

Comments

@trevonmckay
Copy link

trevonmckay commented Sep 29, 2020

I have the following .NET SDKs installed

PS C:\Users\trevo\source\repos\dgs\logicapps> dotnet --list-sdks
2.1.602 [C:\Program Files\dotnet\sdk]
2.1.700-preview-009601 [C:\Program Files\dotnet\sdk]
2.1.800-preview-009677 [C:\Program Files\dotnet\sdk]
2.1.800-preview-009696 [C:\Program Files\dotnet\sdk]
2.1.800 [C:\Program Files\dotnet\sdk]
2.2.105 [C:\Program Files\dotnet\sdk]
3.1.101 [C:\Program Files\dotnet\sdk]
3.1.300-preview-015135 [C:\Program Files\dotnet\sdk]
5.0.100-rc.1.20452.10 [C:\Program Files\dotnet\sdk] 

When I try to create a Logic Apps (Preview) project from VS Code I get the error

Error: You must have the [.NET Core SDK](https://aka.ms/AA4ac70) installed to perform this operation. See [here](https://aka.ms/AA1tpij) for supported versions.

I have a global.json file in the same directory but that doesn't seem to help

{
  "sdk": {
    "version": "3.1.402",
    "rollForward": "disable"
  }
}
@joechung-msft joechung-msft added the preview Azure Logic Apps (preview) label Sep 30, 2020
@joechung-msft
Copy link
Contributor

Duplicate of Azure/logicapps#160

@joechung-msft joechung-msft marked this as a duplicate of Azure/logicapps#160 Sep 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
preview Azure Logic Apps (preview)
Projects
None yet
Development

No branches or pull requests

2 participants