Files
telegram-bot/tests/Tests.csproj
T

24 lines
643 B
XML
Raw Normal View History

2020-03-03 12:32:09 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2021-12-25 16:41:17 +02:00
<TargetFramework>net5.0</TargetFramework>
2020-03-03 12:32:09 +04:00
<IsPackable>false</IsPackable>
<AssemblyName>TelegramBot.Test</AssemblyName>
<RootNamespace>Kruzya.TelegramBot.Core.Tests</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj" />
</ItemGroup>
</Project>