ln.http/ln.http.tests/ln.http.tests.csproj

25 lines
687 B
XML
Raw Normal View History

2020-11-26 00:09:03 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
2020-11-26 00:09:03 +01:00
<IsPackable>false</IsPackable>
<LangVersion>9</LangVersion>
2020-11-26 00:09:03 +01:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<ProjectReference Include="../ln.http/ln.http.csproj" />
<PackageReference Include="ln.type" Version="0.1.7" />
<Content Include="test.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
2020-11-26 00:09:03 +01:00
</ItemGroup>
</Project>