MSBuild task to install Nuget packages from local packages folder downloaded by Nuget Package Restore The original NugetPackageRestore added packageInstaller.xst on the packages' folder. This works well for one Web project, but multiple web projects means that the second Web project does not run the Task, hence an incomplete restore. This enhanced Nuget appends the project name to the packageinstaller.xst to ensure that the Task is run for all individual projects.
$ dotnet add package NugetPackageRestoreEnhancedNo README available.