Info
Version: | 1.0.2 |
Author(s): | Ronny Muliawan, Alberto Rechy |
Last Update: | Wednesday, November 4, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/chromefox/NugetPackageRestore |
NuGet Url: | https://www.nuget.org/packages/NugetPackageRestoreEnhanced |
Install
Install-Package NugetPackageRestoreEnhanced
dotnet add package NugetPackageRestoreEnhanced
paket add NugetPackageRestoreEnhanced
NugetPackageRestoreEnhanced Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.