A .NET Core CLI extension tool for cleaning projects
Add as a tool to your project.json
"tools": {
"DotNet.Cleaner.Tools": "1.0.0-*"
}
Restore dependencies to install
dotnet restore
Run the following command
dotnet clean
If you have found a bug or if you have a feature request, please report them at this repository issues section.
This project is licensed under the MIT license. See the LICENSE file for more info.