Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 938 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 938 Bytes

.NET Core Build Tools

Build status

This repository contains supporting build tools that are necessary for building the .NET Core projects. These projects consume the build tools via the corresponding Microsoft.DotNet.BuildTools NuGet package.

The build tools are MSBuild .targets and tasks. These extend the build process to provide additional functionality, such as producing version information and performing strong name signing.

Note: Please note that these tools are currently not meant for consumption outside of the .NET Core projects.