![]() |
VOOZH | about |
dotnet add package BizDoc.Social.Teams --version 10.6.0
NuGet\Install-Package BizDoc.Social.Teams -Version 10.6.0
<PackageReference Include="BizDoc.Social.Teams" Version="10.6.0" />
<PackageVersion Include="BizDoc.Social.Teams" Version="10.6.0" />Directory.Packages.props
<PackageReference Include="BizDoc.Social.Teams" />Project file
paket add BizDoc.Social.Teams --version 10.6.0
#r "nuget: BizDoc.Social.Teams, 10.6.0"
#:package BizDoc.Social.Teams@10.6.0
#addin nuget:?package=BizDoc.Social.Teams&version=10.6.0Install as a Cake Addin
#tool nuget:?package=BizDoc.Social.Teams&version=10.6.0Install as a Cake Tool
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 => ...));
Install the module.
npm i @bizdoc\teams
Import the module in app.module.
imports: [TeamsModule.forRoot({
clientId: '{client-id-here}',
})]
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. 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. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.6.0 | 92 | 6/11/2026 |
| 10.5.0 | 96 | 6/7/2026 |
| 10.4.0 | 104 | 5/7/2026 |
| 10.2.0 | 128 | 3/4/2026 |
| 10.1.0 | 130 | 2/9/2026 |
| 10.0.0 | 144 | 1/6/2026 |
| 9.10.1 | 137 | 12/29/2025 |
| 9.10.0 | 723 | 12/3/2025 |
| 9.8.0 | 245 | 9/25/2025 |
| 9.7.0 | 233 | 9/13/2025 |
| 9.6.0 | 260 | 9/2/2025 |
| 9.5.0 | 202 | 8/3/2025 |
| 9.4.1 | 170 | 8/3/2025 |
| 9.4.0 | 218 | 7/29/2025 |
| 9.3.4 | 342 | 7/20/2025 |
| 9.3.3 | 245 | 7/8/2025 |
| 9.3.1 | 279 | 6/20/2025 |
| 9.2.1 | 284 | 5/26/2025 |
| 9.2.0 | 276 | 5/21/2025 |
| 9.1.0 | 228 | 5/18/2025 |