ln.http.api/ln.http.api.demo/ln.http.api.demo.csproj

16 lines
421 B
XML
Raw Normal View History

2020-12-05 23:07:18 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\ln.http.api\ln.http.api.csproj" />
2020-12-09 15:08:44 +01:00
<PackageReference Include="ln.http" Version="0.3-*" />
<!--ProjectReference Include="..\..\ln.http\ln.http\ln.http.csproj" /-->
2020-12-05 23:07:18 +01:00
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>