monorepo/Guild/ItemShop/Guild.Tests/Guild.Tests.csproj
2023-02-25 15:58:46 +02:00

22 lines
645 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
<PackageReference Include="coverlet.collector" Version="1.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Guild.CLI\Guild.CLI.csproj" />
<ProjectReference Include="..\ItemShop\Guild.Lib.csproj" />
</ItemGroup>
</Project>