LibHac/tests/LibHac.Tests/LibHac.Tests.csproj

31 lines
875 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2020-11-15 22:53:08 +01:00
<TargetFramework>net5.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
2020-11-16 09:16:52 +01:00
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />
<PackageReference Include="xunit.core" Version="2.4.1" />
<PackageReference Include="xunit.analyzers" Version="0.10.0" />
<PackageReference Include="xunit.assert.source" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
</ItemGroup>
<ItemGroup>
2018-11-22 04:57:18 +01:00
<ProjectReference Include="..\..\src\LibHac\LibHac.csproj" />
</ItemGroup>
<ItemGroup>
<None Remove="LibHac.Tests.csproj.DotSettings" />
</ItemGroup>
2019-11-09 08:32:13 +01:00
<ItemGroup>
<EmbeddedResource Include="CryptoTests\TestVectors\*.rsp" />
</ItemGroup>
</Project>