dotnet-installer/build/BundledTools.props

11 lines
400 B
Text
Raw Normal View History

<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<BundledTools Include="MSBuild;
NuGet.CommandLine.XPlat;
dotnet" />
<BundledToolProjects Include="tool_msbuild;
tool_nuget;
redist;" />
</ItemGroup>
</Project>