Microsoft.DotNet.Xdt.Tools
2.0.0
Requires NuGet 3.5 or higher.
dotnet add package Microsoft.DotNet.Xdt.Tools --version 2.0.0
NuGet\Install-Package Microsoft.DotNet.Xdt.Tools -Version 2.0.0
<PackageReference Include="Microsoft.DotNet.Xdt.Tools" Version="2.0.0" />
paket add Microsoft.DotNet.Xdt.Tools --version 2.0.0
#r "nuget: Microsoft.DotNet.Xdt.Tools, 2.0.0"
// Install Microsoft.DotNet.Xdt.Tools as a Cake Addin #addin nuget:?package=Microsoft.DotNet.Xdt.Tools&version=2.0.0 // Install Microsoft.DotNet.Xdt.Tools as a Cake Tool #tool nuget:?package=Microsoft.DotNet.Xdt.Tools&version=2.0.0
dotnet-transform-xdt
dotnet-transform-xdt
is a dotnet CLI tool for applying XML Document Transformation (typically, to ASP.NET configuration files at publish time, but not limited to this scenario).
It is a port of http://xdt.codeplex.com/ compatible with .NET Core.
A .NET Core 2.1 global tool dotnet-xdt and a .NET Standard 2.0 library DotNet.Xdt are also available, and based on much the same code.
Sample projects
A separate repository includes a few sample projects using this tool for Web.config transformations at publish time. Clone the repository to test the scenarios out, or review the commit history for the individual steps.
How to use with MSBuild/csproj tooling
Detailed instructions at the GitHub repository *
How to use with project.json
tooling
Detailed instructions at the GitHub repository *
* Markdown content on NuGet is limited to 8000 bytes, preventing the full instructions from being posted here.
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.0
- Microsoft.Extensions.CommandLineUtils (>= 1.1.1)
- Microsoft.NETCore.App (>= 2.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Support for dotnet SDK 2.0.0