NugetPackageRestore 1.0.5
dotnet add package NugetPackageRestore --version 1.0.5
NuGet\Install-Package NugetPackageRestore -Version 1.0.5
<PackageReference Include="NugetPackageRestore" Version="1.0.5" />
paket add NugetPackageRestore --version 1.0.5
#r "nuget: NugetPackageRestore, 1.0.5"
// Install NugetPackageRestore as a Cake Addin #addin nuget:?package=NugetPackageRestore&version=1.0.5 // Install NugetPackageRestore as a Cake Tool #tool nuget:?package=NugetPackageRestore&version=1.0.5
MSBuild task to install Nuget packages from local packages folder downloaded by Nuget Package Restore
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
*1.0.5
-fix: Commented a debugging line on main code
*1.0.4
-Mod: Enabling adding content references by default
*1.0.3
-Fix: Removed installing dependencies of packages, this caused the main package not to be installed.
*1.0.2
-Fix: Error thrown when attempting to overwrite an existing .xst file
*1.0.1
-fix: Commented a debugging line on main code
* 1.0.0
-Initial release.