| author | seesharprun |
|---|---|
| ms.author | sidandrews |
| ms.reviewer | jerrynixon |
| ms.service | data-api-builder |
| ms.topic | include |
| ms.date | 06/11/2025 |
Install the Microsoft.DataApiBuilder package from NuGet as a .NET tool.
-
Use
dotnet tool installto install the latest version of theMicrosoft.DataApiBuilderwith the--globalargument.dotnet tool install --global Microsoft.DataApiBuilder[!NOTE] If the package is already installed, update the package instead using
dotnet tool update.dotnet tool update --global Microsoft.DataApiBuilder -
Verify that the tool is installed with
dotnet tool listusing the--globalargument.dotnet tool list --global