C
Compvishal08
Guest
We can install packaged like Azure.cognitive services using command prompt in C# console app.
dotnet add package Microsoft.Azure.CognitiveServices.Vision.ComputerVision --version 6.0.0-preview.1
However when trying to add this in C# Windows app get error
error: Error while adding package 'Microsoft.Azure.CognitiveServices.Vision.ComputerVision' to project 'C:\abc\Text Reader\Text Reader.csproj'. The project does not support adding package references through the add package command.
How to install package in Windows C# Project?
Continue reading...
dotnet add package Microsoft.Azure.CognitiveServices.Vision.ComputerVision --version 6.0.0-preview.1
However when trying to add this in C# Windows app get error
error: Error while adding package 'Microsoft.Azure.CognitiveServices.Vision.ComputerVision' to project 'C:\abc\Text Reader\Text Reader.csproj'. The project does not support adding package references through the add package command.
How to install package in Windows C# Project?
Continue reading...