Azure.Core 1.7.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Azure.Core --version 1.7.0
                    
NuGet\Install-Package Azure.Core -Version 1.7.0
                    
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="Azure.Core" Version="1.7.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Azure.Core" Version="1.7.0" />
                    
Directory.Packages.props
<PackageReference Include="Azure.Core" />
                    
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 Azure.Core --version 1.7.0
                    
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Azure.Core, 1.7.0"
                    
#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 Azure.Core@1.7.0
                    
#: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=Azure.Core&version=1.7.0
                    
Install as a Cake Addin
#tool nuget:?package=Azure.Core&version=1.7.0
                    
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

This is the implementation of the Azure Client Pipeline

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

NuGet packages (698)

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

Package Downloads
Azure.Identity

Provides APIs for authenticating to Microsoft Entra ID

Microsoft.Data.SqlClient

The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL and encapsulate database-specific protocols, including tabular data stream (TDS). Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.

Azure.Storage.Common

This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/

Azure.Storage.Blobs

This client library enables working with the Microsoft Azure Storage Blob service for storing binary and text data. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Blob Service - https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api

Azure.Security.KeyVault.Secrets

This is the Microsoft Azure Key Vault Secrets client library

GitHub repositories (68)

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

Repository Stars
dotnet/orleans
Cloud Native application framework for .NET
Azure/azure-powershell
Microsoft Azure PowerShell
microsoft/perfview
PerfView is a CPU and memory performance-analysis tool
Azure-Samples/cognitive-services-speech-sdk
Sample code for the Microsoft Cognitive Services Speech SDK
dotnet/interactive
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
dotnet/extensions
This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
netwrix/pingcastle
PingCastle - Get Active Directory Security at 80% in 20% of the time
Azure/azure-functions-host
The host/runtime that powers Azure Functions
microsoft/mcp
Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered data access and tool integration
microsoft/azure-pipelines-agent
Azure Pipelines Agent 🚀
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
webprofusion/certify
Professional ACME Client for Windows. Certificate Management UI, powered by Let's Encrypt and compatible with all ACME v2 CAs. Used by over 150,000 organisations. Remember to Star us! Download from certifytheweb.com
ariacom/Seal-Report
Database Reporting Tool and Tasks (.Net)
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
VirtoCommerce/vc-platform
Virto Commerce B2B Innovation Platform
Azure/azure-mcp
The Azure MCP Server, bringing the power of Azure to your agents.
dotnet/SqlClient
Microsoft.Data.SqlClient provides database connectivity to SQL Server for .NET applications.
mixcore/mix.core
🚀 A future-proof enterprise web CMS supporting both headless and decoupled approaches. Build any type of app with customizable APIs on ASP.NET Core/.NET Core. Completely open-source and designed for flexibility.
MicrosoftLearning/AI-102-AIEngineer
Lab files for AI-102 - AI Engineer
Azure/azure-cosmos-dotnet-v3
.NET SDK for Azure Cosmos DB for the core SQL API
Version Downloads Last Updated
1.49.0 429,111 9/23/2025
1.48.0 349,427 9/9/2025
1.47.3 3,094,477 8/20/2025
1.47.2 293,205 8/12/2025
1.47.1 6,953,335 7/15/2025
1.45.0 3,924,417 2/6/2025
1.44.1 120,439,890 10/9/2024
1.44.0 23,451,943 10/3/2024
1.43.0 20,061,034 9/13/2024
1.42.0 37,852,691 8/1/2024
1.41.0 50,860,539 7/11/2024
1.40.0 82,602,811 6/6/2024
1.39.0 33,688,732 4/19/2024
1.38.0 194,053,919 2/26/2024
1.37.0 125,506,073 1/11/2024
1.36.0 106,768,169 11/10/2023
1.35.0 171,587,205 9/7/2023
1.34.0 29,630,061 7/12/2023
1.33.0 23,000,629 6/16/2023
1.32.0 33,485,488 5/10/2023
1.31.0 37,372,863 4/10/2023
1.30.0 82,846,245 3/10/2023
1.28.0 20,535,715 2/6/2023
1.27.0 26,235,573 1/10/2023
1.26.0 11,543,386 11/8/2022
1.25.0 214,664,301 6/30/2022
1.24.0 140,094,867 4/5/2022
1.23.0 63,193,876 3/22/2022
1.22.0 34,877,262 1/13/2022
1.21.0 28,271,960 11/4/2021
1.20.0 117,399,546 10/4/2021
1.19.0 118,215,074 9/1/2021
1.18.0 8,470,756 8/19/2021
1.17.0 11,864,964 8/3/2021
1.16.0 10,428,458 7/1/2021
1.15.0 46,862,446 6/3/2021
1.14.0 45,269,216 5/6/2021
1.13.0 1,015,680 4/8/2021
1.12.0 1,031,417 3/31/2021
1.11.0 520,596 3/22/2021
1.10.0 39,240,457 3/8/2021
1.9.0 7,439,632 2/6/2021
1.8.1 27,261,726 1/11/2021
1.8.0 65,521 1/6/2021
1.7.0 10,881,111 12/14/2020
1.6.0 162,654,136 10/28/2020
1.5.1 573,005 10/1/2020
1.5.0 4,259,558 9/4/2020
1.4.1 27,962,009 8/18/2020
1.3.0 27,094,277 7/2/2020
1.2.2 9,255,735 6/4/2020
1.2.1 3,780,651 4/30/2020
1.2.0 1,594,314 4/3/2020
1.1.0 2,570,638 3/6/2020
1.0.2 100,430,110 2/10/2020
1.0.1 41,956,727 11/18/2019
1.0.0 7,089,669 10/29/2019
1.0.0-preview.9 34,380 10/7/2019
1.0.0-preview.8 16,823 9/9/2019
1.0.0-preview.7 10,976 8/5/2019
1.0.0-preview.6 9,001 6/27/2019
1.0.0-preview.5 16,198 5/3/2019
Morty Proxy This is a proxified and sanitized view of the page, visit original site.