microsoft/teams.net
Publicmirrored fromhttps://github.com/microsoft/teams.netAvailable
core/test/Microsoft.Teams.Bot.Core.Tests/Microsoft.Teams.Bot.Core.Tests.csproj
24lines · 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 | <PackageReference Include="MartinCostello.Logging.XUnit" Version="0.7.0" /> |
| 15 | </ItemGroup> |
| 16 | <ItemGroup> |
| 17 | <ProjectReference Include="..\..\src\Microsoft.Teams.Bot.Compat\Microsoft.Teams.Bot.Compat.csproj" /> |
| 18 | </ItemGroup> |
| 19 | |
| 20 | <ItemGroup> |
| 21 | <Using Include="Xunit" /> |
| 22 | </ItemGroup> |
| 23 | |
| 24 | </Project> |