microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
pr-134

Branches

Tags

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

Clone

HTTPS

Download ZIP

Samples/Samples.Graph/Samples.Graph.csproj

19lines · modeblame

73e7847aAlex Acebo1 years ago1<Project Sdk="Microsoft.NET.Sdk.Web">
2
492cb912Alex Acebo1 years ago3<PropertyGroup>
4<TargetFramework>net9.0</TargetFramework>
5<Nullable>enable</Nullable>
6<ImplicitUsings>enable</ImplicitUsings>
7</PropertyGroup>
8
73e7847aAlex Acebo1 years ago9<ItemGroup>
10<ProjectReference Include="..\..\Libraries\Microsoft.Teams.Common\Microsoft.Teams.Common.csproj" />
11<ProjectReference Include="..\..\Libraries\Microsoft.Teams.Api\Microsoft.Teams.Api.csproj" />
12<ProjectReference Include="..\..\Libraries\Microsoft.Teams.Apps\Microsoft.Teams.Apps.csproj" />
13<ProjectReference Include="..\..\Libraries\Microsoft.Teams.Cards\Microsoft.Teams.Cards.csproj" />
8dc178c1Alex Acebo1 years ago14<ProjectReference Include="..\..\Libraries\Microsoft.Teams.Extensions\Microsoft.Teams.Extensions.Hosting\Microsoft.Teams.Extensions.Hosting.csproj" />
928f1d86Kavin11 months ago15<ProjectReference Include="..\..\Libraries\Microsoft.Teams.Extensions\Microsoft.Teams.Extensions.Graph\Microsoft.Teams.Extensions.Graph.csproj" />
492cb912Alex Acebo1 years ago16<ProjectReference Include="..\..\Libraries\Microsoft.Teams.Plugins\Microsoft.Teams.Plugins.AspNetCore\Microsoft.Teams.Plugins.AspNetCore.csproj" />
73e7847aAlex Acebo1 years ago17</ItemGroup>
18
19</Project>