Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Getting started
Build Teams apps with Blazor and the TeamsFx .NET SDK using Teams Toolkit. Visit the documentation to learn more.
Prerequisites
- Install the
ASP.NET and web development
workload using the Visual Studio Installer. - Launch Visual Studio and create a new Blazor project.
Usage
How to get the package
- 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
How to choose version
For .NET 5 projects (VS 2019): Choose version < 0.3.0-rc. For .NET 6 projects (VS 2022): Choose version >= 0.3.0-rc.