Shamir/tests/console.tests/console.tests.csproj

21 lines
588 B
XML
Raw Permalink Normal View History

2021-09-25 13:04:18 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<IsPackable>false</IsPackable>
<RootNamespace>Shamir.Console.Tests</RootNamespace>
2021-09-25 13:22:16 +00:00
<Nullable>annotations</Nullable>
2021-09-25 13:04:18 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="NUnit" Version="3.13.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\console\shamir.csproj" />
</ItemGroup>
</Project>