microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
b1f71b80f64ee4c35d209e1dc42e9babd18436f8

Branches

Tags

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

Clone

HTTPS

Download ZIP

Samples/Samples.MessageExtensions/Samples.MessageExtensions.csproj

15lines · modeblame

00fac4fbAamir Jawaid9 months ago1<Project Sdk="Microsoft.NET.Sdk.Web">
2
3<PropertyGroup>
c3acedabKavin5 months ago4<TargetFramework>net10.0</TargetFramework>
00fac4fbAamir Jawaid9 months ago5<Nullable>enable</Nullable>
6<ImplicitUsings>enable</ImplicitUsings>
c3acedabKavin5 months ago7<LangVersion>latest</LangVersion>
00fac4fbAamir Jawaid9 months ago8</PropertyGroup>
9
10<ItemGroup>
11<ProjectReference Include="..\..\Libraries\Microsoft.Teams.Apps\Microsoft.Teams.Apps.csproj" />
12<ProjectReference Include="..\..\Libraries\Microsoft.Teams.Plugins\Microsoft.Teams.Plugins.AspNetCore\Microsoft.Teams.Plugins.AspNetCore.csproj" />
13</ItemGroup>
14
15</Project>