Microsoft Teams Framework (TeamsFx) .NET SDK reference
The Microsoft Teams Framework (TeamsFx) .NET SDK is a NuGet package for Blazor projects that streamlines single sign-on (SSO) authentication and cloud service access (such as for Microsoft Graph or SQL databases) within Microsoft Teams apps.
The TeamsFx SDK is also available for JavaScript/TypeScript.
Build Teams apps with Blazor and the TeamsFx .NET SDK using Teams Toolkit. Visit the documentation to learn more.
- Install the
ASP.NET and web development
workload using the Visual Studio Installer. - Launch Visual Studio and create a new Blazor project.
- Right-click on the project in Visual Studio and choose Manage NuGet Packages.
- Search for
Microsoft.TeamsFx
and add it to the Blazor project.
Alternately, you can use the Package Manager.
> Install-Package Microsoft.TeamsFx
For .NET 5 projects (VS 2019): Choose version < 0.3.0-rc. For .NET 6 projects (VS 2022): Choose version >= 0.3.0-rc.