Skip to content

lexara-prime-ai/IMPORTANT_dotnet_cli_COMMANDS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Useful dotnet cli COMMANDS

  • Creatinig a Solution file to make it easier to manage multiple projects
C:\> dotnet new sln -n <SolutionName>
  • Adding a Project or Multiple projects to a Solution
C:\> dotnet sln <SolutionName> add <ProjectName> <ProjectName>...
  • Adding a Project Reference
C:\> dotnet add refence ..\path\to\<ProjectFolder>\Project.csproj

About

Useful dotnet cli commands

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published