logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Add .NET Reference - Manage Project Dependencies | Online Free DevTools by Hexmos

Add .NET references to projects with dotnet-add-reference. Manage dependencies and build robust applications using this command-line tool. Free online tool, no registration required.

dotnet-add-reference

Add .NET project-to-project references. More information: https://learn.microsoft.com/dotnet/core/tools/dotnet-add-reference.

  • Add a reference to the project in the current directory:

dotnet add reference {{path/to/reference.csproj}}

  • Add multiple references to the project in the current directory:

dotnet add reference {{path/to/reference1.csproj path/to/reference2.csproj ...}}

  • Add a reference to the specific project:

dotnet add {{path/to/project.csproj}} reference {{path/to/reference.csproj}}

  • Add multiple references to the specific project:

dotnet add {{path/to/project.csproj}} reference {{path/to/reference1.csproj path/to/reference2.csproj ...}}

See Also