Skip to content

Commit 533033d

Browse files
authored
Update netsdk1045.md added more details about where to look for the global.json (#43204)
The name project can be misleading, instead the user must look also inside the Solution root folder.
1 parent 1700510 commit 533033d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/sdk-errors/netsdk1045.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Check the MSBuildSDKPath environment variable. This optional environment variabl
5858

5959
## global.json file
6060

61-
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.
61+
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.
6262

6363
```json
6464
{

0 commit comments

Comments
 (0)