Azure-Samples / azure-ai-vision-sdk

SDK for Microsoft's Azure AI Vision
MIT License
76 stars 46 forks source link

Fix missing "using Azure" in the learn.microsoft samples #28

Closed dargilco closed 1 year ago

dargilco commented 1 year ago

Also, there is no need to specify the Azure.AI.Vision.Core package in C# projects, since it gets pulled down automatically. This is not the case for C++ projects for some reason.