elliebot/src/EllieBot.Tests/EllieBot.Tests.csproj

19 lines
490 B
XML
Raw Normal View History

2024-06-19 03:14:05 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\EllieBot\EllieBot.csproj" />
</ItemGroup>
</Project>