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

20 lines
510 B
XML
Raw Normal View History

2020-11-18 00:25:16 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
</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\ln.templates.csproj" />
2020-11-18 00:25:16 +01:00
</ItemGroup>
</Project>