When I try to add the package with...
dotnet add package Spectre.Console
I get an error in Visual Studio...
dotnet : Could not find any project in `G:\Projects\Asm\Tools\`.
At line:1 char:1
+ dotnet add package Spectre.Console
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (Could not find ...ts\Asm\Tools\`.:String) [], RemoteExcep
tion
+ FullyQualifiedErrorId : NativeCommandError
There is a project in Tools solution folder. It looks like the quickstart guide is incomplete.
When I try to add the package with...
I get an error in Visual Studio...
There is a project in Tools solution folder. It looks like the quickstart guide is incomplete.