ILRepackTask 1.0.8
An MSBuild task and target for running ILRepack as part of a build. By default, the RepackILFiles target will repack the output assembly with all the other referenced assemblies copied into the output directory. The RepackILFiles target can be overridden.
Install-Package ILRepackTask -Version 1.0.8
dotnet add package ILRepackTask --version 1.0.8
<PackageReference Include="ILRepackTask" Version="1.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ILRepackTask --version 1.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ILRepackTask, 1.0.8"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install ILRepackTask as a Cake Addin
#addin nuget:?package=ILRepackTask&version=1.0.8
// Install ILRepackTask as a Cake Tool
#tool nuget:?package=ILRepackTask&version=1.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ILRepackTask:
Package | Downloads |
---|---|
IfConditions
Say Good Bye to Multiple If Else Code .
IfConditions use Dictionary/Map to store conditions as keys & single statement as values.
|
GitHub repositories
This package is not used by any popular GitHub repositories.