Visual Studio 2019 - "Unable to resolve the .NET SDK version as specified in the global.json located at..." #504
-
I am interested in your Zendesk_API_V2. I'm looking to get some assistance in getting the ZendeskApi_v2.Example working. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
@benconnolly-python the global.json used in this project references the .NET SDK version you need to have installed. Line 3 in c3998db Please install the correct version: https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.0.103-windows-x64-installer and restart your system. |
Beta Was this translation helpful? Give feedback.
-
I can build ZendeskApi_v2.csproj ok. I'm using Visual Studio 2019. To get around the issue, I've excluded if from the solution build. Can someone help? |
Beta Was this translation helpful? Give feedback.
-
I actually dropped the folder and took the files from the zip for a clean version again, but still getting some errors. I will try again tomorrow. |
Beta Was this translation helpful? Give feedback.
@benconnolly-python the global.json used in this project references the .NET SDK version you need to have installed.
ZendeskApi_v2/src/global.json
Line 3 in c3998db
Please install the correct version: https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.0.103-windows-x64-installer and restart your system.