microsoft/teams.net

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/sub-pr-338

Branches

Tags

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

Clone

HTTPS

Download ZIP

core/test/Microsoft.Teams.Bot.Core.Tests/Microsoft.Teams.Bot.Core.Tests.csproj

23lines · modecode

1<Project Sdk="Microsoft.NET.Sdk">
2
3 <PropertyGroup>
4 <TargetFramework>net10.0</TargetFramework>
5 <ImplicitUsings>enable</ImplicitUsings>
6 <Nullable>enable</Nullable>
7 <IsPackable>false</IsPackable>
8 </PropertyGroup>
9 <ItemGroup>
10 <PackageReference Include="coverlet.collector" Version="6.0.4" />
11 <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
12 <PackageReference Include="xunit" Version="2.9.3" />
13 <PackageReference Include="xunit.runner.visualstudio" Version="3.1.4" />
14 </ItemGroup>
15 <ItemGroup>
16 <ProjectReference Include="..\..\src\Microsoft.Teams.Bot.Compat\Microsoft.Teams.Bot.Compat.csproj" />
17 </ItemGroup>
18
19 <ItemGroup>
20 <Using Include="Xunit" />
21 </ItemGroup>
22
23</Project>