dotnet new


So you have your dotnet installed, lets say you want to checkout what are the projects template available in your dotnet env.


dotnet new -l 


In my system, i have quite abit installed. Lets say you want to install a new template say Q# template,


dotnet new -i "Microsoft.Quantum.ProjectTemplates::0.3.1811.2802-preview"


when you need to use it, just 


dotnet new console -lang Q#





Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm