![]() |
VOOZH | about |
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" />
<PackageVersion Include="Microsoft.DotNet.Xdt.Tools" Version="2.0.0" />Directory.Packages.props
<PackageReference Include="Microsoft.DotNet.Xdt.Tools" />Project file
paket add Microsoft.DotNet.Xdt.Tools --version 2.0.0
#r "nuget: Microsoft.DotNet.Xdt.Tools, 2.0.0"
#:package Microsoft.DotNet.Xdt.Tools@2.0.0
#addin nuget:?package=Microsoft.DotNet.Xdt.Tools&version=2.0.0Install as a Cake Addin
#tool nuget:?package=Microsoft.DotNet.Xdt.Tools&version=2.0.0Install as a Cake Tool
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.
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.
Detailed instructions at the GitHub repository *
project.json toolingDetailed 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.
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
Support for dotnet SDK 2.0.0