microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v2.0.6

Branches

Tags

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

Clone

HTTPS

Download ZIP

Samples/Samples.AI/Samples.AI.csproj

20lines · modeblame

19e4df96Aamir Jawaid9 months ago1<Project Sdk="Microsoft.NET.Sdk.Web">
2
3<PropertyGroup>
c3acedabKavin6 months ago4<TargetFramework>net10.0</TargetFramework>
19e4df96Aamir Jawaid9 months ago5<Nullable>enable</Nullable>
6<ImplicitUsings>enable</ImplicitUsings>
7</PropertyGroup>
8
9<ItemGroup>
10<ProjectReference Include="../../Libraries/Microsoft.Teams.Api/Microsoft.Teams.Api.csproj" />
11<ProjectReference Include="../../Libraries/Microsoft.Teams.Apps/Microsoft.Teams.Apps.csproj" />
12<ProjectReference Include="../../Libraries/Microsoft.Teams.Extensions/Microsoft.Teams.Extensions.Hosting/Microsoft.Teams.Extensions.Hosting.csproj" />
13<ProjectReference Include="../../Libraries/Microsoft.Teams.Plugins/Microsoft.Teams.Plugins.AspNetCore.DevTools/Microsoft.Teams.Plugins.AspNetCore.DevTools.csproj" />
14</ItemGroup>
15
16<ItemGroup>
17<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
18</ItemGroup>
19
20</Project>