MSBuild.NugetContentRestore
0.1.6
dotnet add package MSBuild.NugetContentRestore --version 0.1.6
NuGet\Install-Package MSBuild.NugetContentRestore -Version 0.1.6
<PackageReference Include="MSBuild.NugetContentRestore" Version="0.1.6" />
paket add MSBuild.NugetContentRestore --version 0.1.6
#r "nuget: MSBuild.NugetContentRestore, 0.1.6"
// Install MSBuild.NugetContentRestore as a Cake Addin #addin nuget:?package=MSBuild.NugetContentRestore&version=0.1.6 // Install MSBuild.NugetContentRestore as a Cake Tool #tool nuget:?package=MSBuild.NugetContentRestore&version=0.1.6
MSBuild task to restore Nuget content files to project folder
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 (1)
Showing the top 1 NuGet packages that depend on MSBuild.NugetContentRestore:
Package | Downloads |
---|---|
NuGet.Tessnet2
Installs tessnet2, including the tesseract OCR library & the English language files into a project. It depends on the MSBuild.NugetContentRestore package, so that you can ignore the installed files in your VCS; they will be restored like assembly references. This package includes the following works of other authors (all under apache 2.0 license): - Tessnet2 - tesseract - tesseract tessdata english language files |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on MSBuild.NugetContentRestore:
Repository | Stars |
---|---|
AvillaDaniel/AvillaForensics
Avilla Forensics 3.0
|
|
Skinz3/League-of-Legends-Bot
League of legends bot is a pixel bot for League Of Legends 10.19, written in C# .NET using image processing , and dependency injection (Pattern Scripting)
|
|
tumtumtum/Shaolinq
ORM for .NET with full LINQ support for Postgres, Sqlite, MySql and SqlServer
|
* 0.1.6
- fix #5: Error in importing task if SolutionDir parameter not available.
* 0.1.5
- add #3: install.ps1 and uninstall.ps1 to automatically add BeforeBuild Target with NugetContentRestoreTask.
* 0.1.3
- Initial release