Microsoft.PowerPlatform.Dataverse.Client.AzAuth 1.1.5

Prefix Reserved
dotnet add package Microsoft.PowerPlatform.Dataverse.Client.AzAuth --version 1.1.5                
NuGet\Install-Package Microsoft.PowerPlatform.Dataverse.Client.AzAuth -Version 1.1.5                
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.PowerPlatform.Dataverse.Client.AzAuth" Version="1.1.5" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.PowerPlatform.Dataverse.Client.AzAuth --version 1.1.5                
#r "nuget: Microsoft.PowerPlatform.Dataverse.Client.AzAuth, 1.1.5"                
#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.
// Install Microsoft.PowerPlatform.Dataverse.Client.AzAuth as a Cake Addin
#addin nuget:?package=Microsoft.PowerPlatform.Dataverse.Client.AzAuth&version=1.1.5

// Install Microsoft.PowerPlatform.Dataverse.Client.AzAuth as a Cake Tool
#tool nuget:?package=Microsoft.PowerPlatform.Dataverse.Client.AzAuth&version=1.1.5                

This package contains a auth extention for the Dataverse ServiceClient. This extention add support for authentication use the Azure.Core Library. This support the "DefaultAzureCredential" flow. This Package has been authored by the Microsoft Dataverse SDK team.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.5 101 8/10/2024

Notice:
   This package is an extension to the Microsoft.PowerPlatform.Dataverse.Client Nuget package.
   This package is intended to work with .net full framework 4.6.2, 4.7.2 and 4.8, and .net 6.0

1.1.5:
Initial release
Provides an extension to the Dataverse ServiceClient to support authenticating with the Azure.Core DefaultAzureCredential flow.