Skip to content

Commit ab86902

Browse files
authored
Clarify "restore the project" (#31528)
1 parent 4d206c5 commit ab86902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When the .NET SDK issues error NETSDK1005 or NETSDK1047, the project's assets fi
1616

1717
Here are some actions you can take that may resolve the error:
1818

19-
* Make sure that you're using MSBuild version 16.8 or later and NuGet version 5.8 or later, and restore the project after updating your tools. When you're using NuGet version 5.8 or later, you should be using Visual Studio 2019 version 16.8 or later, MSBuild version 16.8 or later, and .NET 5 SDK or later.
19+
* Make sure that you're using MSBuild version 16.8 or later and NuGet version 5.8 or later, and restore the project (run `dotnet restore`) after updating your tools. When you're using NuGet version 5.8 or later, you should be using Visual Studio 2019 version 16.8 or later, MSBuild version 16.8 or later, and .NET 5 SDK or later.
2020

2121
* If you get the error while building a project in Visual Studio 2019 for the first time after installing version 16.8 or after changing the project's target framework, build the project a second time.
2222

0 commit comments

Comments
 (0)