Skip to content

Commit

Permalink
Update netsdk1045.md added more details about where to look for the g…
Browse files Browse the repository at this point in the history
…lobal.json (dotnet#43204)

The name project can be misleading, instead the user must look also inside the Solution root folder.
  • Loading branch information
MarGraz authored Oct 25, 2024
1 parent 1700510 commit 533033d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/tools/sdk-errors/netsdk1045.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Check the MSBuildSDKPath environment variable. This optional environment variabl

## global.json file

Check for a *global.json* file in the root folder in your project and up the directory chain to the root of the volume, since it can be anywhere in the folder structure. If it contains an SDK version, delete the `sdk` node and all its children, or update it to the desired newer .NET Core version.
Check for a *global.json* file in the root folder in your project and in your solution, and up the directory chain to the root of the volume, since it can be anywhere in the folder structure. If it contains an SDK version, delete the `sdk` node and all its children, or update it to the desired newer .NET Core version.

```json
{
Expand Down

0 comments on commit 533033d

Please sign in to comment.