Skip to content

Commit

Permalink
Mention the .NET Core docs
Browse files Browse the repository at this point in the history
It's easy to miss that one is reading the .NET docs not the .NET Core ones which leads to a successful installation of the package, but the package appears to have no exported any namespaces.
  • Loading branch information
TomasHubelbauer authored Apr 12, 2019
1 parent 884632a commit 3c7815d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions articles/cosmos-db/sql-api-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Let's create an Azure Cosmos DB account. If you already have an account you want
5. In the **NuGet** tab, click **Browse**, and type **azure documentdb** in the search box.
6. Within the results, find **Microsoft.Azure.DocumentDB** and click **Install**.
The package ID for the Azure Cosmos DB SQL API Client Library is [Microsoft Azure Cosmos DB Client Library](https://www.nuget.org/packages/Microsoft.Azure.DocumentDB/).
**Note**: If you are using .NET Core, please see [the .NET Core docs](https://docs.microsoft.com/en-us/azure/cosmos-db/sql-api-dotnetcore-get-started).
![Screenshot of the NuGet Menu for finding Azure Cosmos DB Client SDK](./media/sql-api-get-started/nosql-tutorial-manage-nuget-pacakges-2.png)

If you get a message about reviewing changes to the solution, click **OK**. If you get a message about license acceptance, click **I accept**.
Expand Down

0 comments on commit 3c7815d

Please sign in to comment.