cake-build / cake

:cake: Cake (C# Make) is a cross platform build automation system.
https://cakebuild.net
MIT License
3.84k stars 722 forks source link

Add DotNetAddReference alias for dotnet add reference command #4282

Open Marusyk opened 7 months ago

Marusyk commented 7 months ago

dotnet add reference - Adds project-to-project (P2P) references.

The dotnet add reference command provides a convenient option to add project references to a project.

Docs: https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-add-reference

Marusyk commented 2 months ago

is this still relevant because the PR has been open since the last year? shall we continue?