Microsoft.Azure.Cosmos 3.7.1-preview

Prefix Reserved
This is a prerelease version of Microsoft.Azure.Cosmos.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Azure.Cosmos --version 3.7.1-preview
                    
NuGet\Install-Package Microsoft.Azure.Cosmos -Version 3.7.1-preview
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.7.1-preview" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.7.1-preview" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Azure.Cosmos" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Azure.Cosmos --version 3.7.1-preview
                    
#r "nuget: Microsoft.Azure.Cosmos, 3.7.1-preview"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.Azure.Cosmos@3.7.1-preview
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Azure.Cosmos&version=3.7.1-preview&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Azure.Cosmos&version=3.7.1-preview&prerelease
                    
Install as a Cake Tool

This client library enables client applications to connect to Azure Cosmos via the SQL API. Azure Cosmos is a globally distributed, multi-model database service. For more information, refer to https://azure.microsoft.com/services/cosmos-db/.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (419)

Showing the top 5 NuGet packages that depend on Microsoft.Azure.Cosmos:

Package Downloads
Microsoft.Azure.Cosmos.Table

This client library enables working with the Microsoft Azure CosmosDB Table storage, with support for global distribution, automatic secondary indexes, dedicated throughput, and single-digit millisecond latency. See "Getting started with the Azure Cosmos DB: Table API" at https://aka.ms/premiumtables. For reporting issue, please file it at: https://github.com/Azure/azure-cosmos-table-dotnet/issues.

Microsoft.Azure.WebJobs.Extensions.CosmosDB

This package contains binding extensions for Azure Cosmos DB.

Microsoft.EntityFrameworkCore.Cosmos

Azure Cosmos provider for Entity Framework Core.

AspNetCore.HealthChecks.CosmosDb

HealthChecks.CosmosDb is the health check package for Azure CosmosDb.

Microsoft.Azure.Functions.Worker.Extensions.CosmosDB

Azure Cosmos DB extensions for .NET isolated functions

GitHub repositories (63)

Showing the top 20 popular GitHub repositories that depend on Microsoft.Azure.Cosmos:

Repository Stars
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
dotnet/orleans
Cloud Native application framework for .NET
MassTransit/MassTransit
Distributed Application Framework for .NET
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
dotnet/aspire
Aspire is the tool for code-first, extensible, observable dev and deploy.
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
thepirat000/Audit.NET
An extensible framework to audit executing operations in .NET and .NET Core.
MicrosoftLearning/AZ-204-DevelopingSolutionsforMicrosoftAzure
AZ-204: Developing solutions for Microsoft Azure
Azure/azure-functions-host
The host/runtime that powers Azure Functions
microsoft/WhatTheHack
A collection of challenge based hack-a-thons including student guide, coach guide, lecture presentations, sample/instructional code and templates. Please visit the What The Hack website at: https://aka.ms/wth
microsoft/coyote
Coyote is a library and tool for testing concurrent C# code and deterministically reproducing bugs.
OfficeDev/Microsoft-Teams-Samples
Welcome to the Microsoft Teams samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Microsoft Teams App!
drasi-project/drasi-platform
The Data Change Processing platform
UiPath/CoreWF
WF runtime ported to work on .NET 6
Azure/azure-mcp
The Azure MCP Server, bringing the power of Azure to your agents.
Azure/data-api-builder
Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
SteeltoeOSS/Steeltoe
.NET Components for Externalized Configuration, Database Connectors, Service Discovery, Logging and Distributed Tracing, Application Management, Security, and more.
Version Downloads Last Updated
3.55.0-preview.0 2,616 10/4/2025
3.54.0 100,437 10/4/2025
3.54.0-preview.1 10,581 8/28/2025
3.54.0-preview.0 5,562 8/14/2025
3.53.2 0 10/17/2025
3.53.1 675,894 8/28/2025
3.53.0 329,166 8/13/2025
3.53.0-preview.0 36,410 6/14/2025
3.52.1 617,364 7/17/2025
3.52.0 1,164,080 6/14/2025
3.52.0-preview.0 9,927 5/16/2025
3.51.0 1,562,194 5/16/2025
3.51.0-preview.0 25,191 5/10/2025
3.50.0 317,460 5/10/2025
3.50.0-preview.1 174 5/9/2025
3.50.0-preview.0 19,141 4/18/2025
3.49.1 60,022 5/9/2025
3.49.0 1,088,204 4/18/2025
3.49.0-preview.1 2,431 4/13/2025
3.49.0-preview.0 7,376 3/21/2025
3.48.1 629,646 4/13/2025
3.48.0 1,060,884 3/21/2025
3.48.0-preview.2 18,365 2/28/2025
3.48.0-preview.1 2,253 2/24/2025
3.48.0-preview.0 77,244 2/11/2025
3.47.2 1,655,406 2/28/2025
3.47.1 704,175 2/19/2025
3.47.0 495,556 2/11/2025
3.47.0-preview.1 20,825 1/28/2025
3.47.0-preview.0 35,377 11/19/2024
3.46.1 1,943,171 1/9/2025
3.46.0 3,498,827 11/19/2024
3.46.0-preview.2 39,511 11/13/2024
3.46.0-preview.1 368 11/12/2024
3.46.0-preview.0 8,325 10/25/2024
3.45.2 1,626,042 11/13/2024
3.45.1 166,616 11/11/2024
3.45.0 1,261,329 10/25/2024
3.45.0-preview.1 12,407 10/16/2024
3.45.0-preview.0 13,199 10/9/2024
3.44.1 1,593,874 10/15/2024
3.44.0 692,018 10/9/2024
3.44.0-preview.1 26,259 9/19/2024
3.44.0-preview.0 35,953 9/4/2024
3.43.1 1,479,088 9/19/2024
3.43.0 1,186,021 9/4/2024
3.43.0-preview.0 18,927 7/26/2024
3.42.0 3,053,326 7/25/2024
3.42.0-preview.0 24,789 7/9/2024
3.41.0 4,321,742 6/12/2024
3.41.0-preview.0 149,668 5/18/2024
3.40.0 2,001,003 5/18/2024
3.40.0-preview.2 4,222 5/18/2024
3.40.0-preview.1 25,238 4/18/2024
3.40.0-preview.0 4,503 4/15/2024
3.39.2 278,332 5/18/2024
3.39.1 3,636,309 4/18/2024
3.39.0 383,723 4/15/2024
3.39.0-preview.1 68,758 2/8/2024
3.39.0-preview.0 18,947 2/1/2024
3.38.1 4,326,490 2/8/2024
3.38.0 986,480 2/1/2024
3.37.1 1,742,981 1/3/2024
3.37.1-preview 49,264 1/3/2024
3.37.0 4,081,960 11/20/2023
3.37.0-preview 96,913 11/20/2023
3.36.0 1,510,529 10/24/2023
3.36.0-preview 16,400 10/24/2023
3.35.4 6,914,286 9/15/2023
3.35.4-preview 11,316 9/18/2023
3.35.3 1,892,554 8/10/2023
3.35.3-preview 39,250 8/10/2023
3.35.2 1,441,816 7/17/2023
3.35.2-preview 18,412 7/17/2023
3.35.1 945,066 6/27/2023
3.35.1-preview 6,625 6/27/2023
3.35.0 510,746 6/19/2023
3.35.0-preview 3,494 6/21/2023
3.34.0 2,276,294 5/18/2023
3.34.0-preview 14,532 5/18/2023
3.33.0 1,492,796 4/28/2023
3.33.0-preview 12,432 4/28/2023
3.32.3 1,826,279 3/30/2023
3.32.3-preview 56,738 3/30/2023
3.31.2 5,576,539 11/7/2022
3.31.2-preview 119,155 11/29/2022
3.31.1 693,145 10/31/2022
3.31.1-preview 18,634 10/31/2022
3.31.0 2,859,389 10/3/2022
3.31.0-preview 22,295 10/5/2022
3.30.1 3,243,416 9/1/2022
3.30.1-preview 14,131 9/1/2022
3.30.0 718,434 8/19/2022
3.30.0-preview 7,699 8/19/2022
3.29.0 4,551,081 7/11/2022
3.29.0-preview 24,172 7/11/2022
3.28.0 1,911,054 6/14/2022
3.28.0-preview 79,494 6/14/2022
3.27.2 600,918 6/2/2022
3.27.2-preview 3,685 6/2/2022
3.27.1 565,045 5/25/2022
3.27.1-preview 4,421 5/25/2022
3.27.0 1,275,715 5/6/2022
3.27.0-preview 4,176 5/6/2022
3.26.2 112,593 5/5/2022
3.26.1 2,338,665 3/17/2022
3.26.0 367,484 3/12/2022
3.26.0-preview 25,046 2/28/2022
3.25.0 1,460,358 2/18/2022
3.25.0-preview 3,024 2/18/2022
3.24.0 1,973,349 2/1/2022
3.24.0-preview 5,203 2/1/2022
3.23.0 5,185,107 11/13/2021
3.23.0-preview 80,222 11/13/2021
3.22.1 1,407,961 10/28/2021
3.22.1-preview 4,241 10/29/2021
3.22.0 412,134 10/18/2021
3.22.0-preview 19,731 10/7/2021
3.21.0 4,328,763 9/10/2021
3.21.0-preview 55,610 9/10/2021
3.20.1 4,054,296 7/1/2021
3.20.1-preview 6,176 7/7/2021
3.20.0 793,148 6/21/2021
3.20.0-preview 9,001 6/21/2021
3.19.0 1,393,095 5/25/2021
3.19.0-preview1 7,065 5/18/2021
3.19.0-preview 31,258 4/27/2021
3.18.1-preview 3,170 6/14/2021
3.18.0 1,989,740 4/26/2021
3.18.0-preview 37,071 3/18/2021
3.17.1 1,322,971 3/19/2021
3.17.0 901,422 3/2/2021
3.17.0-preview1 4,914 3/2/2021
3.17.0-preview 9,893 2/15/2021
3.16.0 2,605,028 1/12/2021
3.15.2-preview 82,821 11/18/2020
3.15.1 1,468,167 12/17/2020
3.15.1-preview 18,633 11/5/2020
3.15.0 1,531,525 11/18/2020
3.15.0-preview 14,382 10/21/2020
3.14.0-preview 4,453 10/9/2020
3.13.0 769,908 9/23/2020
3.13.0-preview 24,287 8/13/2020
3.12.0 2,634,621 8/5/2020
3.11.1-preview 3,307 10/2/2020
3.11.0 1,008,132 7/7/2020
3.11.0-preview 20,548 7/7/2020
3.10.1 636,512 6/18/2020
3.9.1 924,759 5/19/2020
3.9.1-preview 35,192 5/19/2020
3.9.0-preview3 6,370 5/11/2020
3.9.0-preview2 5,700 5/6/2020
3.9.0-preview 6,334 4/28/2020
3.8.0 6,327,210 4/7/2020
3.8.0-preview 7,753 4/15/2020
3.7.1-preview 4,464 3/31/2020
3.7.0 338,591 3/26/2020
3.7.0-preview2 6,769 3/9/2020
3.7.0-preview 24,534 2/26/2020
3.6.0 2,343,673 1/23/2020
3.5.1 872,127 12/11/2019
3.5.0 207,245 12/3/2019
3.4.1 435,449 11/7/2019
3.4.0 94,268 11/4/2019
3.3.3 1,058,981 10/30/2019
3.3.2 180,600 10/16/2019
3.3.1 75,814 10/11/2019
3.3.0 73,733 10/9/2019
3.2.0 728,777 9/18/2019
3.2.0-preview2 16,123 9/10/2019
3.2.0-preview 21,765 8/12/2019
3.1.1 1,004,233 8/12/2019
3.0.0 1,756,492 7/11/2019
3.0.0-rc1 3,973 7/1/2019
3.0.0-preview 10,867 11/29/2018

The change log for this SDK is made available at https://github.com/Azure/azure-cosmos-dotnet-v3/blob/master/changelog.md at the time of release.