ln.templates/ln.templates.test/ln.templates.test.csproj

51 lines
1.6 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IsPackable>false</IsPackable>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<LangVersion>default</LangVersion>
</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="..\ln.templates.service\ln.templates.service.csproj" />
<ProjectReference Include="..\ln.templates\ln.templates.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="tests\test_base.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="tests\test_slot_a.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="tests\test_slots.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="tests\custom\option2\test_slot_a.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="tests\custom\option1\test_slot_a.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="tests\test_slots_recursive.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="__templates__\templates\test_meta.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="__templates__\templates\test_meta.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>