MSBuild.NugetContentRestore
0.1.6
Install-Package MSBuild.NugetContentRestore -Version 0.1.6
dotnet add 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 |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
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 (1)
Showing the top 1 popular GitHub repositories that depend on MSBuild.NugetContentRestore:
Repository | Stars |
---|---|
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