Dotnet restore runs implicitly when you run dotnet build

Sami C.
1 min readJan 5, 2019

.NET Core 2.0 SDK

Starting from .NET Core 2.0 SDK, Dotnet restore runs implicitly when you run the dotnet build command.

Caching

If the project has third-party dependencies, such as libraries from NuGet, they’re resolved from the NuGet cache and aren’t available with the project’s built output.

You can always clear the nuget cache, if you run into any problems. This can be done in visual studio by going to the options:

Enjoy!

--

--

Sami C.
Sami C.

Written by Sami C.

Freelance Software Engineer

No responses yet