BizDoc.Social.Teams 9.3.1

dotnet add package BizDoc.Social.Teams --version 9.3.1
                    
NuGet\Install-Package BizDoc.Social.Teams -Version 9.3.1
                    
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="BizDoc.Social.Teams" Version="9.3.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BizDoc.Social.Teams" Version="9.3.1" />
                    
Directory.Packages.props
<PackageReference Include="BizDoc.Social.Teams" />
                    
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 BizDoc.Social.Teams --version 9.3.1
                    
#r "nuget: BizDoc.Social.Teams, 9.3.1"
                    
#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.
#addin nuget:?package=BizDoc.Social.Teams&version=9.3.1
                    
Install BizDoc.Social.Teams as a Cake Addin
#tool nuget:?package=BizDoc.Social.Teams&version=9.3.1
                    
Install BizDoc.Social.Teams as a Cake Tool

Teams for BizDoc

Add Azure authentication to BizDoc.

dotnet add package BizDoc.Authentication.Teams

UseTeams() in program.cs

builder.Services.AddBizDoc(options => {
    options.IdentityClaimType = ClaimConstants.ObjectId;
    }).
	AddAzure(options => {
            options.ApplicationId = "{app-name-here}";
            options.Domain = "{app-domain-here}";
            options.ClientId = "{clinet-id-here}";
            options.TenantId = "{tenant-id-heare}";
            options.ClientSecret = "{secret-here}";
        }, configure => 
            configure.
                UseIdentityProvider().
                UseTeams(options => ...));

Angular

Install the module.

npm i @bizdoc\teams

Import the module in app.module.

imports: [TeamsModule.forRoot({
    clientId: '{client-id-here}',
})]
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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. 
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
9.3.1 0 6/20/2025
9.2.1 143 5/26/2025
9.2.0 136 5/21/2025
9.1.0 100 5/18/2025
9.0.0 217 5/15/2025
8.58.3 197 4/16/2025
8.56.3 130 3/27/2025
8.55.3 151 3/18/2025
8.54.3 168 3/12/2025
8.53.3 170 3/11/2025
8.53.2 111 2/27/2025
8.52.2 111 2/15/2025
8.52.1 117 2/13/2025
8.51.1 118 2/13/2025
8.50.1 110 2/2/2025
8.49.1 113 1/20/2025
8.48.1 110 1/5/2025
8.47.1 126 12/15/2024
8.45.1 108 12/5/2024
8.44.1 107 12/2/2024
8.43.1 119 11/21/2024
8.41.1 107 11/18/2024
8.40.1 126 11/13/2024
8.40.0 109 10/17/2024
8.38.0 106 10/8/2024
8.36.0 149 9/17/2024
8.35.0 118 8/28/2024
8.34.0 98 7/29/2024
8.32.0 128 7/10/2024
8.31.0 132 5/26/2024
8.30.5 135 4/23/2024
8.29.4 152 4/14/2024
8.28.4 143 4/8/2024
8.27.4 149 4/6/2024
8.27.3 142 3/2/2024
8.26.3 166 2/27/2024
8.25.3 152 2/20/2024
8.24.3 158 2/7/2024
8.23.3 139 2/2/2024
8.22.3 157 1/17/2024
8.22.2 156 1/12/2024
7.22.2 158 1/6/2024
7.21.2 174 12/23/2023
7.20.2 160 11/28/2023
7.19.2 152 11/26/2023
7.18.1 154 11/20/2023
7.17.1 136 11/17/2023
7.16.1 154 11/9/2023
7.15.1 150 11/5/2023
7.14.0 147 10/30/2023
7.13.0 168 10/21/2023
7.11.0 173 9/26/2023
7.10.0 146 9/23/2023
7.9.0 145 9/17/2023
7.8.0 172 9/6/2023
7.7.0 186 8/14/2023
7.6.0 205 8/1/2023
7.5.0 209 7/6/2023
7.4.0 209 6/24/2023
7.3.0 212 5/28/2023
7.2.0 185 5/22/2023
7.1.0 215 5/4/2023
7.0.0 367 11/28/2022
6.8.6 386 11/8/2022
6.8.5 426 11/6/2022
6.8.4 432 10/27/2022
6.8.3 457 10/24/2022
6.8.2 469 10/20/2022