Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

JetBrains Rider puts global.json by default which cannot be resolved

Once I create a project in JetBrains Rider, it puts global.json by default and it is unable to resolve the .NET SDK version.

Why?

Microsoft.NET.Sdk.DefaultItems.targets(127, 5): [NETSDK1141] Unable to resolve the .NET SDK version as specified in the global.json located at C:\Users\user\Desktop\Nick Chapsas Elfocrash\basic-sources-master\ASPNETCoreTutorials\ResultVideo.Api\global.json.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

{
  "sdk": {
    "version": "6.0.0",
    "rollForward": "latestMinor",
    "allowPrerelease": false
  }
}

>Solution :

You can look up the error code: https://learn.microsoft.com/en-us/dotnet/core/tools/sdk-errors/netsdk1141

You most likely don’t have .NET 6.0 SDK installed.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading