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

28 lines
769 B
XML
Raw Normal View History

2020-11-26 00:09:03 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IsPackable>false</IsPackable>
<LangVersion>9</LangVersion>
2023-08-07 10:38:29 +02:00
2024-04-21 23:25:05 +02:00
<TargetFramework>net7.0</TargetFramework>
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" />
2023-08-07 10:38:29 +02:00
<PackageReference Include="ln.type" Version="0.1.9" />
<Content Include="test.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
2023-08-07 10:38:29 +02:00
<ProjectReference Include="..\ln.http.helpers\ln.http.helpers.csproj" />
2020-11-26 00:09:03 +01:00
</ItemGroup>
</Project>