microsoft/teams.net

Public

mirrored from https://github.com/microsoft/teams.netAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
c4042b570fad29ce86eaf447d631a7eb07bae2ce

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

Samples/Samples.Auth/Samples.Auth.csproj

17lines · modecode

1<Project Sdk="Microsoft.NET.Sdk.Web">
2
3 <ItemGroup>
4 <ProjectReference Include="..\..\Libraries\Microsoft.Teams.Common\Microsoft.Teams.Common.csproj" />
5 <ProjectReference Include="..\..\Libraries\Microsoft.Teams.Api\Microsoft.Teams.Api.csproj" />
6 <ProjectReference Include="..\..\Libraries\Microsoft.Teams.Apps\Microsoft.Teams.Apps.csproj" />
7 <ProjectReference Include="..\..\Libraries\Microsoft.Teams.Plugins.AspNetCore\Microsoft.Teams.Plugins.AspNetCore.csproj" />
8 <ProjectReference Include="..\..\Libraries\Microsoft.Teams.Cards\Microsoft.Teams.Cards.csproj" />
9 </ItemGroup>
10
11 <PropertyGroup>
12 <TargetFramework>net9.0</TargetFramework>
13 <Nullable>enable</Nullable>
14 <ImplicitUsings>enable</ImplicitUsings>
15 </PropertyGroup>
16
17</Project>
18